-
-
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
[release-0.3] backports for 0.3.12 #13718
Conversation
Oh, I need to set the git config in .travis.yml. Will fix that tomorrow. |
This reverts commit e57991d.
@IainNZ any idea why PackageEvaluator refuses to finish a complete run here? 6+ times now on multiple machines. Partway through, packages start giving 0-size _add.log files and not outputting json files. This is extremely frustrating. |
I've never experienced that before... obviously, works well on 0.3.11 |
No, it doesn't, not on any of the machines I've been trying to run it on. One of the VM's I'm testing on for this comparison is 0.3.11. |
Hah, well, thats weird. The "obviously" was because its been working for me on my machine, Miles machine, and now nanosoldier for a while now. Are you running in split AL/MZ config? |
Yes, though I also tried the "all" version and hit the same issue. |
I did eventually get an entire run to go through, but it took way more attempts than I would have liked - https://gist.github.com/anonymous/d101e776fad97f46e1ab The only newly failing package was RouletteWheels.jl (cc @jbn), not sure what's causing that (edit: seems okay locally). Oddly on 0.3.11, Dates froze, HTTPClient had an |
[release-0.3] backports for 0.3.12
Dates has intermittently frozen for all of 0.3, and I've seen that for httpclient plenty too. Online stats problem sounds familiar |
Note for future reference that without #7906, release-0.3 cannot be built on win32 using |
|
Great, thanks. Do you have a set of scripts you've been using for moving binaries from julianightlies to julialang? I imagine it needs to update the -latest files, create checksums and do the gpg signing, and make sure it sets the permissions to readable. Anything else? The gpg key is yours so I guess only you can do that one, but for the rest could you email me anything where it would help if I did it? Along with s3 credentials which I somehow don't have yet. |
No, I've just been doing it manually, using Cyberduck. I'm a little paranoid about automating stuff in the julialang bucket. We'll get you the access. |
Been a while since 0.3.11, we had a bunch of 0.4.0 release candidates to worry about. Since there are a few commits already on release-0.3 that haven't been released, and a few more tagged for "backport pending 0.3," figured we should probably do one last tag. I'll build test binaries from this branch and run PkgEval to compare with 0.3.11, make sure there are no regressions at least in automatically tested code. If anyone identifies any regression between 0.3.x and 0.3.12 at any point in the future we can put out an 0.3.13 to fix it if we need to.
Please do check my backporting work. The only PR with the "backport pending 0.3" label that isn't yet included here is #12645, cc @timholy and see my recent comment there. I did just remove that label from #12934 and #12607 due to cherry-picking conflicts, but could be convinced otherwise if someone feels strongly.