You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem Description
Code editors might want to show the user some useful data about their code. So, to do this, the compiler will need to compile the user's code. But the compiler will not need the final output file. So the compiler would be doing extra unnecessary work!
Proposed Solution
Add the --only-analyse flag. This flag will tell the compiler to only analyse the code without actually making an intermediate language file or compiling it to machine code.
Alternatives Considered
Make users suffer
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Preflight Checklist
Problem Description
Code editors might want to show the user some useful data about their code. So, to do this, the compiler will need to compile the user's code. But the compiler will not need the final output file. So the compiler would be doing extra unnecessary work!
Proposed Solution
Add the
--only-analyse
flag. This flag will tell the compiler to only analyse the code without actually making an intermediate language file or compiling it to machine code.Alternatives Considered
Make users suffer
Additional Information
No response
The text was updated successfully, but these errors were encountered: