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

air: Use sourceRange(), not pos() when missing abstract implementation #3795

Merged
merged 6 commits into from
Sep 21, 2024

Commits on Sep 17, 2024

  1. air: Use sourceRange(), not pos() when missing abstract implement…

    …ation
    
    This is a preparatory patch for PR#3775. Since after #3775, only data form
    modules is used and the position of an Expr is lost, only the source range is
    left, the test output would change.
    fridis committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    665fab8 View commit details
    Browse the repository at this point in the history
  2. fuir: Use sourceRange(), not pos() when missing abstract implemen…

    …tation
    
    This is a preparatory patch for PR#3775. Since after #3775, only data form
    modules is used and the position of an Expr is lost, only the source range is
    left, the test output would change.
    fridis committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    721fb51 View commit details
    Browse the repository at this point in the history
  3. tests: update error output

    fridis committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2aca6bb View commit details
    Browse the repository at this point in the history
  4. tests: update error output

    fridis committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    43cf4db View commit details
    Browse the repository at this point in the history
  5. examples: update error output

    fridis committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a870d99 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

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