-
Notifications
You must be signed in to change notification settings - Fork 10
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
New build system #25
base: master
Are you sure you want to change the base?
New build system #25
Conversation
replace js files by wl files
How do you get the usages from sublime? Is the syntax settings etc on this branch already built, or does it need to be built in order to test? How are the usages pulled up in sublime? Is there documentation for the build system committed yet that I just missed? |
build/namespace.wl
Outdated
}], {"Cells", "GuideText"}]; | ||
|
||
|
||
DumpSave[NotebookDirectory[] <> "wldata.mx", "wl`"]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should there be a notebook committed if this file expects one to be saved?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, the wldata.mx will only be used by classify.wl, not by sublime. Anyone who wants the file can generate it by himself. Given that the file is big and binary, a better practice is to leave it ignored.
I haven't done all the jobs for the usages before they can be seen in sublime (current jobs can be seen at plugin-initiate branch), so the usage file is currently useless. If you mind, I can remove it now and wait for the plugin coming up. |
I might take a crack at a build system myself, this seems a bit hard to follow and lacks proper documentation of the build process. Also need to update for 12 now. |
built_in_functions
,built_in_options
,built_in_constants
andnamed_characters
. A.mx
file will be generated to collect data for all this, which is git-ignored and can be regenerated by runningnamespace.wl
.Wolfram Language
. (Is that necessary?).wolfram
to some of the scopes.