-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Release 0.27.0 #3027
Comments
@jemc can you add release notes for LLVM 7.0 support to this issue? |
|
@jemc do you want to change the LLVM release notes at all? |
I've opened a branch |
The release brings in a refactoring of the process package, and upon that a basic implementation on Windows of child Process creation and monitoring, as well as non-blocking anonymous pipes for stdin, stdout and stderr. The async pipe reading and writing are handled using a Pony timer plus polling, with IOCP support a possible future task. |
This release adds official support for LLVM 7, LLVM 6, and LLVM 5. Previously, LLVM 3.9 was the highest officially supported version, while support for LLVM 5 and LLVM 6 was listed as experimental, and did not have all optimizations enabled. Now all the above versions are officially supported with all optimizations enabled. |
@SeanTAllen - sorry, I don't see the branch you mentioned, so I just added updated notes here. |
Will start release tonight (my time, eastern US) |
Blessing 5e6ec1a |
Homebrew PR opened: Homebrew/homebrew-core#37477 |
@stefantalpalaru @kamilchm release is underway. |
@myfreeweb release is underway. FYI, we now have CI for FreeBSD 12 with LLVM 7 (officially supported configuration because of that) |
release notes PR opened: ponylang/ponylang-website#396 |
Windows build is out |
AppImage is out |
COPR release is out |
Debian build is available |
Homebrew released. |
Waiting on Docker images and playground update. |
Docker images are out |
Playground is now at 0.27.0 |
And announced. Thanks for playing folks. |
Gentoo ebuild updated. |
Target is first weekend in March.
Release notes:
#3024
#3020
The text was updated successfully, but these errors were encountered: