Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Fortran): add first assumed-rank unit test #61

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    6cddb98 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Add new subroutine check-rank to test to add another sanity

    check that the `select-rank-construct` and the `rank` intrinsic
    work correctly.
    ktras committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    05746d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db986f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c7afb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    54d9dfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f34f48a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea9338a View commit details
    Browse the repository at this point in the history
  4. Add sanity check for an assumed rank arg that is also type(*) and

    has the contiguous and target attributes
    ktras committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    145e617 View commit details
    Browse the repository at this point in the history