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

Add build system #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add build system #80

wants to merge 1 commit into from

Conversation

mitchr
Copy link

@mitchr mitchr commented Mar 13, 2019

No description provided.

@jwortmann
Copy link

I'm not sure whether this repository is still maintained due to the missing reactions on pull requests, but I think it would be nice to ship a build system by default. The file suggested here has some issues though:

  • "shell_cmd" requires a single string, and not an array. Alternatively, only "cmd" could be used instead.
  • The "selector" must be source.julia and not source.jl

Therefore I would suggest to use the following build file:

{
    "cmd": ["julia", "--project=@.", "$file"],
    "working_dir": "$file_path",
    "selector": "source.julia"
}

@StefanPofahl
Copy link

I agree, it would be nice to add this feature!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants