Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BerkeleyLab/assert
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.0
Choose a base ref
...
head repository: BerkeleyLab/assert
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.2
Choose a head ref
  • 13 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 22, 2025

  1. CI: Add LFortran

    bonachea committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    eb78994 View commit details
    Browse the repository at this point in the history
  2. Fix error stop output from LFortran

    Previously assertion failures on LFortran were printing garbage
    bonachea committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    8d02da3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. example/simple-assertions: add an explicit allocation

    LFortran generates a segfault upon first assignemnt to the allocatable array
    without a preceding allocation.
    
    Also, add some comments to clarify the math error in this example code
    is deliberate, and update the documentation to match the actual program.
    bonachea committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    0d8254c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d54ab3 View commit details
    Browse the repository at this point in the history
  3. CI: Adjust stage Test Assertions w/ Parallel Callbacks

    Add build without assertions to ensure the code actually compiles without error,
    and disable the stage entirely for LFortran, which is currently unable
    to correctly compile this code (issue #68)
    bonachea committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    32c340a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Merge pull request #69 from bonachea/ci-lfortran

    Workaround some lingering problems with LFortran and deploy CI
    rouson authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    aa8dbf2 View commit details
    Browse the repository at this point in the history
  2. doc(README): desc use in pure procs, ref Julienne

    other minor edits
    rouson authored and bonachea committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    9548da3 View commit details
    Browse the repository at this point in the history
  3. doc(README.md): fix mistaken header promotion

    Co-authored-by: Dan Bonachea <[email protected]>
    rouson and bonachea committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    3e74af3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aedbf4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    574e9ca View commit details
    Browse the repository at this point in the history
  6. doc(README): list client packages

    rouson authored and bonachea committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    453a745 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Katherine Rasmussen <[email protected]>
    2 people authored and bonachea committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    12e6fce View commit details
    Browse the repository at this point in the history
  8. Merge pull request #67 from rouson/update-readme

    Documentation: Describe use case & cite Julienne
    bonachea authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    71c30d9 View commit details
    Browse the repository at this point in the history
Loading