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

Improves Compiler Error Matching #15

Merged
merged 3 commits into from
Mar 10, 2022

Conversation

tricktron
Copy link
Owner

Fixes:

  • In some cases the range (line, col) for the compiler errors were not
    matching the range (line, col) of the source code.

  • adds the make flag for the compiler so that it resolves local
    imported modules.

- In some cases the range (line, col) for the compiler errors were not
matching the range (line, col) of the source code.

- adds the `make` flag for the compiler so that it resolves local
imported modules.
@github-actions
Copy link
Contributor

github-actions bot commented Mar 10, 2022

Unit Test Results

  3 files  ±0    3 suites  ±0   1m 46s ⏱️ +23s
27 tests ±0  27 ✔️ ±0  0 💤 ±0  0 ±0 
81 runs  ±0  81 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 6c8498f. ± Comparison against base commit 8e2a0fd.

♻️ This comment has been updated with latest results.

@tricktron tricktron force-pushed the f-improve-error-diagnostics-mapping branch from 1f81441 to 6c8498f Compare March 10, 2022 08:53
@tricktron tricktron merged commit 438e4a9 into main Mar 10, 2022
@tricktron tricktron deleted the f-improve-error-diagnostics-mapping branch March 10, 2022 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant