We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we need some helper script for development, future plan is hide nix command from developers.
nix
config.json
mill elaborator.run
nix develop .#t1.elaborator.editable
nix shell .#espresso
mill elaborator.assembly
elaborator
.idea/workspace.xml
<component name="RunManager" selected="JAR Application.Elaborate"> <configuration name="Elaborate" type="JarApplication" activateToolWindowBeforeRun="false"> <option name="JAR_PATH" value="$PROJECT_DIR$/out/elaborator/assembly.dest/out.jar" /> <option name="PROGRAM_PARAMETERS" value="ipemu -t . -c config.json " /> <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> <option name="ALTERNATIVE_JRE_PATH" /> <method v="2"> <option name="RunConfigurationTask" enabled="true" run_configuration_name="assembly" run_configuration_type="ShConfigurationType" /> </method> </configuration> <configuration name="assembly" type="ShConfigurationType"> <option name="SCRIPT_TEXT" value="mill elaborator.assembly" /> <option name="INDEPENDENT_SCRIPT_PATH" value="true" /> <option name="SCRIPT_PATH" value="mill" /> <option name="SCRIPT_OPTIONS" value="elaborator.assembly" /> <option name="INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value="true" /> <option name="SCRIPT_WORKING_DIRECTORY" value="$PROJECT_DIR$" /> <option name="INDEPENDENT_INTERPRETER_PATH" value="true" /> <option name="INTERPRETER_PATH" value="/nix/store/i2z9yfbv0akyk6ad0fl0z0msqs9gmj3m-fish-3.7.1/bin/fish" /> <option name="INTERPRETER_OPTIONS" value="" /> <option name="EXECUTE_IN_TERMINAL" value="true" /> <option name="EXECUTE_SCRIPT_FILE" value="false" /> <envs /> <method v="2" /> </configuration> <list> <item itemvalue="JAR Application.Elaborate" /> <item itemvalue="Shell Script.assembly" /> </list> </component>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
we need some helper script for development, future plan is hide
nix
command from developers.config.json
by default from pwd]mill elaborator.run
to generate the elaboratorconfig.json
by default from pwd]nix develop .#t1.elaborator.editable
+nix shell .#espresso
;mill elaborator.assembly
for jar;elaborator
:This is extremely useful for debug Scala, see:
This is basically added some line to
.idea/workspace.xml
The text was updated successfully, but these errors were encountered: