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

Command line flag to ignore __precompile__(true) #13693

Closed
jakebolewski opened this issue Oct 20, 2015 · 2 comments
Closed

Command line flag to ignore __precompile__(true) #13693

jakebolewski opened this issue Oct 20, 2015 · 2 comments
Labels
compiler:precompilation Precompilation of modules

Comments

@jakebolewski
Copy link
Member

When debugging a segfault setting up packages on a heterogeneous cluster, it would have been nice to have a command line flag that would ignore the __precompile__ function when loading packages instead of having to manually comment all the precompile statements out.

This is easy to do, I'm opening an issue mostly to alleviate the work to rename everything after the inevitable bikeshed.

@tkelman tkelman added the compiler:precompilation Precompilation of modules label Oct 20, 2015
@tkelman
Copy link
Contributor

tkelman commented Oct 20, 2015

Makes sense to have this (would help with #13684), though it is getting to be a name soup of flags related to compilation. Maybe --compilecache if getopt doesn't have trouble with long option flags that start with the same substring?

@vtjnash
Copy link
Sponsor Member

vtjnash commented Oct 20, 2015

dup of #13474

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:precompilation Precompilation of modules
Projects
None yet
Development

No branches or pull requests

3 participants