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

Transformations: Re-organise inline and extract sub-packages #376

Merged
merged 12 commits into from
Oct 14, 2024

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    df2da32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23599f5 View commit details
    Browse the repository at this point in the history
  3. Transformations: Move "extract" utilities to separate sub-package

    This also moves the test and renames the `extract_contained_` to
    `extract_internal_`, while keeping aliases to the old methods.
    mlange05 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    e666d89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d72918 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ed7288 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f229bd1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf257a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63b75a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc85694 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Extracts: Rename extract_marked_routines to outline_pragma_regions

    This also changes the semantics of the associated pragma annotations
    to `!$loki outline`.
    mlange05 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4663da6 View commit details
    Browse the repository at this point in the history
  2. Transformations: Improved docstring for outline_pragma_regions

    Co-authored-by: Balthasar Reuter <[email protected]>
    mlange05 and reuterbal authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e747643 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06774ae View commit details
    Browse the repository at this point in the history