-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
.ji files should start with "magic" identifier bytes + version #12444
Labels
compiler:precompilation
Precompilation of modules
Comments
3 tasks
The version number might be redundant, because the |
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Aug 4, 2015
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Aug 4, 2015
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Aug 4, 2015
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Aug 4, 2015
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Aug 4, 2015
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Aug 5, 2015
stevengj
added a commit
that referenced
this issue
Aug 5, 2015
fix #12444 (add magic and format version to beginning of .ji files)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the
.ji
files have no identifying header.file
command). e.g..ji
files could start with"juliaimage"
.<major><minor>
, and if we detect that the major version is different from what we want then we reject the.ji
file as being invalid, whereas changes to<minor>
could be assumed backward compatible. (Or don't bother with major/minor and just have a single version number that is required to match.)The text was updated successfully, but these errors were encountered: