-
-
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.22.0 #2517
Comments
@SeanTAllen - This came up on the sync call - what's the status of this release blocker? |
Couple weeks and I'll do this release. |
Let us make sure, we update the PyPI package of the https://github.com/ponylang/mkdocs-theme shortly before we actually do the release, so that the newly built stdlib docs will get all the new glory they deserve. |
@mfelsche has the mkdocs-theme update been done? |
Can anyone help me put together release notes for the various breaking changes that will be in this release? What previously worked, what it had to be changed to? |
@SeanTAllen the mkdocs-theme has been updated: https://pypi.org/project/mkdocs-ponylang/ |
Holding on #2671 |
For release notes: #2463 Previously -- note need to show an example and the error message as part of this. |
For release notes: #2643 The |
Release notes for #2436 : The |
Release notes for #2617 : In the same realm of #2463 we made artificial
|
Release notes for #2578: The |
Release notes for #2615: The For #2499: Pattern matching on generic capabilities is now prohibited. This means that code like the following example won't compile anymore. fun foo[A: Any #send](a: A) =>
match a
| let a': Any val => print("val")
else
print("other")
end
fun foo[A: Any #send](a: A) =>
iftype A <: Any val then
print("val")
else
print("other")
end |
Unless something comes up, i'm releasing this weekend. |
Blessing 2d98584 |
TravisCI and Appveyor are green |
release underway |
@stefantalpalaru @kamilchm release underway. |
Homebrew PR submitted: Homebrew/homebrew-core#28250 |
Windows release is done |
Linux releases are having difficulty getting all the dependencies. pcre in particular is where is timed out and then retried and appears to perhaps be hung. |
There was what appears to be an environmental issue with the homebrew release. Will see what happens with that. |
Cancelled travis job for debian and RPM releases. hopefully on restart the PRCE download issue is fixed. |
Release notes PR opened: ponylang/ponylang-website#284 |
Docker release is broken and has been for about a month. So that's also an issue. |
After much fighting, RPM and Debian packages are out. |
Going to need to do a 0.22.1 release to get the Docker fixed now that I fixed that. |
Homebrew is finally fixed. There were makefile changes made that I didn't know about that messed up the homebrew build pretty badly and it took quite a while to work out what had changed in the Makefile and some of the changes are little wonky and off and will need to be fixed. to get the old equiv of ¯_(ツ)_/¯ |
Gentoo ebuild updated. |
To turn back on dynamic scheduler scaling.
This is on hold at the request of me and @WallarooLabs as we haven't yet gotten our MacOS setup not tied to brew and this is a breaking change so we need time to update and coordinate the release.
The text was updated successfully, but these errors were encountered: