root-project / cling Public
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
Auto-include / auto-exec on cling startup #230
Comments
|
C++ modules might help. Or create a header that includes your files, and include that at startup. We don't have a |
|
I would like to work on this issue. I have a doubt. Where will cling look for the file during startup? Will it be in the current working directory, a specific directory for cling, or in the PATH? |
|
We can learn from other tools, such as where |
|
Will |
|
I'd say we should support cling commands, too - this isn't a header but should contain prompt input. |
|
@Axel-Naumann my current PR supports cling commands, could you please review it. |
Scenario:
I have a project, with build tools of cmake, when I try to run it with cling. It prompts some headers are not included.
So I was wondering if there is a way to make use of the cmake script to load the build environment into cling and run directly?
Appreciate the great work!
The text was updated successfully, but these errors were encountered: