-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
0.3.5 release planning issue #9631
Comments
There are roughly 25 issues or PR's currently labeled (by me, mostly) backport pending: https://github.com/JuliaLang/julia/issues?q=label%3A%22backport+pending%22+sort%3Aupdated-desc Due to the abbreviated schedule we may want to make individual go/no-go decisions on backporting them into 0.3.5. Many are documentation-related, but not all. Additional commits that were marked |
For help with backporting, here's my preferred process:
|
I would be very conservative here. It would be quite unfortunate if a release to fix a regression itself had another regression. |
Right, makes sense to me. We can finish doing some or all of the doc / test-coverage improvements but postpone most of the rest. |
Yes, doc/test-coverage are good to backport for this release. |
Whoops, sorry, apparently edit: fixed by 2508fcb |
I'm going to run a |
Last doc change that might be ready would be |
Would be nice to squeeze in an update to the Unicode table after #9584; simply run This step could also be automated as part of the |
Also, we have a bit of a problem with sphinx; since it doesn't understand multiple dispatch, it's mad that we have a |
I say ignore the warning; despite it, Sphinx generates cross-references to duplicated functions in the index (look at |
@jiahao I did partially backport the documentation of the current status of unicode tab completion support, and regenerated the unicode-input-table.rst in that backport, but #9584 and an earlier one of @stevengj's PR's that added a large number of unicode symbols were not yet backported. Now might not be the best time to do so. |
@tkelman you can always run |
We are set to treat warnings as errors right now. Should I disable that? On Tue, Jan 6, 2015 at 2:12 PM, Jiahao Chen [email protected]
|
@staticfloat Yes I think removing -W is the solution here. |
Okay, weird. I ran it a second time and it passed. I think I must have been confusing two separate things here.
|
Nobody objected to that last doc change (#9631 (comment)) so I just backported it. I think we should be okay to tag now? |
Yeah, I think we're good here as well. I'll run |
pause. need to backport a bugfix that tim just committed to master |
I also found a doctest failure. |
got the bugfix in 2d894e5, carry on |
Can we get 23424b7 as well. It seems relevant, but I have not tested it. |
Yes, I agree that 23424b7 looks good to have, especially given that this release is partly due to embedding concerns. I'll grab that in as well. |
Tagged in a05f87b. Binaries building now. @nalimilan I don't know if you've been following this at all, but it's time to work your RPM magic. |
Tested against the Linux and jl_ctx_base error is fixed but now there is a new one
about halfway through my tests. Not sure if this is my error yet caused by the mod i made for my own stuff in #9661, have not debugged thoroughly, is this the right thread for this? |
That error was due to my workaround, so with the fix for #9661, in place I reverted, and all tests pass. So I've verified at least as far as my stuff is concerned.
I'll test OS/X as it becomes available but I'm confident it will pass too. |
|
RPMs are OK now. |
Due to #9513, we've decided to push the 0.3.5 release up two weeks, shooting for this weekend for a new release. Let's discuss here what we want to try and include in this release. Although it is motivated by a single issue, I see no reason to avoid other fixes that have already been merged into
release-0.3
/are close to being merged. In short, this should be a fully-fledged release, not a targeted bugfix.The text was updated successfully, but these errors were encountered: