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
Is your feature request related to a problem? Please describe.
Instead of always defining functions as @external, we should allow the possibility to include an entire file as external so that it is not compiled, but just indexed
Describe the solution you'd like
I propose using a --include and -i parameter for such files
Additional context
Including a file will define all its datatypes, and then define functions and variables as externals.
The text was updated successfully, but these errors were encountered:
* added --include/-i to cli to include external files (#407)
* added included files to compile-process with external linkage type
* refactor moved parse and index process to own function
* added tests
Is your feature request related to a problem? Please describe.
Instead of always defining functions as @external, we should allow the possibility to include an entire file as external so that it is not compiled, but just indexed
Describe the solution you'd like
I propose using a
--include
and-i
parameter for such filesAdditional context
Including a file will define all its datatypes, and then define functions and variables as externals.
The text was updated successfully, but these errors were encountered: