-
Notifications
You must be signed in to change notification settings - Fork 518
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 'bare compile' provider, for starters for use by mix #786
Conversation
0f7fb7f
to
ec6a0c4
Compare
338868a
to
45fc220
Compare
Also note that it is marked to not be part of |
45fc220
to
5a35e68
Compare
@ferd I added |
I don't exactly see how it could hurt, and it keeps more stuff working I guess. |
I lied, it doesn't work. |
a0d72a8
to
d747b31
Compare
This works great! Thank you! |
Please start semver versioning your releases also because we need a version to install rebar3 via mix. Right now I use |
We're still in beta, so semver means nothing :v |
Semver might not have semantic meaning for pre-releases, but it's still a useful format for version strings and version ordering specification. We use it to order versions so that we can install the latest rebar version. |
@ferd, semver also just means a specific format of writing versions so tools can parse it. We rely on it as well in our vsn parsing. |
So 3.0.0-beta.3 would be the next one. I guess we gotta switch a dash for a period in https://github.com/rebar/rebar3/blob/master/src/rebar.app.src#L6 |
Great, thanks. Can you also use that for the tags? |
I guess so, it's not a huge effort, but we can't retrofit old ones. |
We are due a new release anyway. |
3497f0a
to
7ad9f7e
Compare
add 'bare compile' provider, for starters for use by mix
For #671
Example:
Note you'll need to set
ERL_LIBS
for any dependencies needing for compilation and plugins still go to_build/default/plugins
.