Skip to content

Conversation

josevalim
Copy link
Member

@josevalim josevalim commented Jan 22, 2019

For the complete roadmap for releases, see #8612.

@josevalim josevalim mentioned this pull request Jan 22, 2019
6 tasks
@josevalim
Copy link
Member Author

Hi everyone, this PR is feature complete for the goals it aims to achieve (for a complete roadmap see #8612). The missing parts are:

  • Windows tooling
  • Improve the test suite

This means it would be really appreciated if we start to get some reviews in. There are two ways you can help:

  1. Review the code in the PR
  2. Review the docs. The docs are all here: https://github.com/elixir-lang/elixir/pull/8677/files#diff-53c844525c23fd1a21c03113baf7e781R3

Thanks!

Co-Authored-By: josevalim <jose.valim@gmail.com>
@josevalim
Copy link
Member Author

Integration tests are in. It is just a matter of becoming green on Travis+Appveyor.

@eksperimental
Copy link
Contributor

@josevalim Are you planning one merging this soon, or in the near future? I'm asking this because I'm started working on converting the bin scripts to a POSIX compliant, but I worked master. I see many of the non-POSIX compliant code have been eliminated in this PR.
So far I have only worked on bin/elixir but it's looking good.

@josevalim
Copy link
Member Author

@eksperimental I want to merge it really soon. Regarding POSIX, CI got a bunch of failures, that's why they have been fixed. :) But I would appreciate if the new PR is based off this branch.

@eksperimental
Copy link
Contributor

Right on. I will submit a PR once this gets merged.

@josevalim
Copy link
Member Author

@eksperimental tests are green on travis, which means we should no longer change the script files. :)

@josevalim
Copy link
Member Author

@eksperimental btw, if you can also review the release scripts for POSIX standards, it would be awesome. Although we should be good on this front too.

@eksperimental
Copy link
Contributor

OK, I will do that then.

@josevalim josevalim merged commit dc03037 into master Jan 28, 2019
@josevalim
Copy link
Member Author

❤️ 💚 💙 💛 💜

@josevalim josevalim deleted the jv-basic-releases branch January 28, 2019 20:42
@@ -186,14 +206,18 @@ else
if [ $USE_WERL ]; then ERL_EXEC="werl"; fi
fi

set -- "$ERTS_BIN$ERL_EXEC" -pa "$SCRIPT_PATH"/../lib/*/ebin $ELIXIR_ERL_OPTIONS $ERL -extra "$@"
ERTS_BIN=""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERTS_BIN is not doing anything in this script, as it will always be ""

@josevalim
Copy link
Member Author

josevalim commented Jan 29, 2019 via email

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

Successfully merging this pull request may close these issues.

9 participants