-
Notifications
You must be signed in to change notification settings - Fork 165
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
Cleanup round (no functional inpact) before releasing v0.4.0 #55
Comments
Do a cleanup round before tagging the next version. To prevent accidental regressions, the cleanups in this commit set should introduce no externally visible functional changes.
Maybe it's time for a 0.4.1/0.5.0/1.0.0 release due to the same reasons? |
Yes, I intend to do a new release once everyone is happy with the |
Can you create a meta-issue (and perhaps a milestone) to track the open work? |
I created #90 to release I won't be releasing |
I would like to release a new library version (v0.4.0) which puts a tag on the code that everyone has been using for the last few years. This will make room to introduce some breaking changes from here on forward.
However, before we can release, the code is in need of a cleanup round. The codebase has accumulated a lot of patches from various contributors, in various different styles. This has led to some inconsistencies with how things are done, as well as diminished the quality of comments, and accumulated dead code.
Objective: push a set of commits which fix many of these issues, without introducing any functional changes. The library code, as seen by the compiler, must remain unchanged from what it is now, to avoid regressions for anyone switching to this new version.
if
statements, etc.CMPGT
macros and friends.The text was updated successfully, but these errors were encountered: