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

Print out the file name from the manifest path with compile errors. #259

Closed
sezna opened this issue Sep 22, 2021 · 1 comment · Fixed by #262
Closed

Print out the file name from the manifest path with compile errors. #259

sezna opened this issue Sep 22, 2021 · 1 comment · Fixed by #262
Assignees
Labels
compiler General compiler. Should eventually become more specific as the issue is triaged enhancement New feature or request good first issue Good for newcomers team:compiler Compiler Team

Comments

@sezna
Copy link
Contributor

sezna commented Sep 22, 2021

Using the feature #198, we can now print out file names with error messages to remove ambiguity in the code excerpts.

@sezna sezna added the good first issue Good for newcomers label Sep 22, 2021
@emilyaherbert emilyaherbert added compiler General compiler. Should eventually become more specific as the issue is triaged enhancement New feature or request labels Sep 22, 2021
@emilyaherbert emilyaherbert self-assigned this Sep 22, 2021
@sezna
Copy link
Contributor Author

sezna commented Sep 23, 2021

These might help:

forc build --print-intermediate-asm
forc build --print-finalized-asm
forc build -o a.out; forc parse-bytecode ./a.out

@IGI-111 IGI-111 added the team:compiler Compiler Team label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler General compiler. Should eventually become more specific as the issue is triaged enhancement New feature or request good first issue Good for newcomers team:compiler Compiler Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants