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

allow remote file argument for compiler directives #1838

Open
maxandersen opened this issue Sep 17, 2024 · 2 comments · May be fixed by #1839
Open

allow remote file argument for compiler directives #1838

maxandersen opened this issue Sep 17, 2024 · 2 comments · May be fixed by #1839
Labels
ideas Some idea/suggestion around jbang behavior/feature set

Comments

@maxandersen
Copy link
Collaborator

in tjake/Jlama#54 (review) there is a usecase to be able to specify filename to compiler directives.

i.e. -XX:CompilerDirectivesFile=%{https://raw.githubusercontent.com/tjake/Jlama/main/inlinerules.json}% but seems like we only do remote file arguments for arguments to script and explicitly javaagents argument - and only for the run/jar command; not the build.

Here we would need to do it for compiler flags.

@maxandersen maxandersen added the ideas Some idea/suggestion around jbang behavior/feature set label Sep 17, 2024
@maxandersen
Copy link
Collaborator Author

@quintesse wdyt - should we just add handlefileargument to all the things or only do this explicit one flag as done with agents?

@quintesse
Copy link
Contributor

Not sure to be honest 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ideas Some idea/suggestion around jbang behavior/feature set
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants