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

When "with_gui" option is set to false, type information can not be loaded #108

Open
tomoyanonymous opened this issue Dec 6, 2024 · 0 comments

Comments

@tomoyanonymous
Copy link
Collaborator

related to #86 #88

Currently, if with_gui option is set to false, the codes which contain function call to make_probe can not be compiled because the type information for the make_probe is not loaded even if it is not actually called (for example, with --emit-mir and --emit-bytecode option).

I think we should introduce an external function declaration syntax like extern make_probe : (string)->(float)->float, to make the compilation process runtime-agnostic.

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

No branches or pull requests

1 participant