-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
OF 0.11.1 Release Checklist #6483
Comments
Hi, thanks @ofTheo for putting up this list. Can you add this tiny improvement ? I think that @elliotwoods was asking for something similar elsewhere. This PR is more or less ok, but needs testing and a double check by someone else. I've posted some comments in the PR. |
0.11.1 should be a patch version, no new features, I usually create a new patch branch and set it as default while we are doing patch releases. any new features can go to master for 0.12 |
about ofEventListeners: added size() method. #6022 non of the channel apis i've used in other languages have such a method. there's usually a bounded version of the channel that blocks or fails if the channel is full and makes more sense than querying the size since the back pressure management relies on the channel and not on the user. in any case i wouldn't implement it cause we can't warranty we can keep it if we move to a diferentt implementation |
sounds good @arturoc - I imagine we can use patch-release which already exists. |
So I think we could be pretty close to doing this 0.11.1 release. I'll try and address as many of the small issues left in this list above this week. Anything that doesn't have a clear fix or isn't reproducible I will remove. |
Hi. To me it sounds more as a missing feature rather than a new one. I would implement it now, so this issue is closed and no need to remember in the future adding it for the 0.12 release. |
Thanks everyone! 🎉 |
I found this format quite helpful to organize tracking issues for releases.
Just wanted to put this here so we can start collecting any issues/PR for the next patch release.
Please add links to issues based on testing the nightly packages on different platforms.
0.11.1 SPECIFIC:
Project Generator:
All Platforms:
VS2017:
MSYS2:
macOS:
Linux/ARM
projectGenerator
requires gconf2, but it is not installed (Debian) #6493iOS
emscripten
CI:
Apothecary:
Examples:
GENERAL:
scripts/dev/thanks.sh
The text was updated successfully, but these errors were encountered: