-
-
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
eigfact() of a symmetric matrix causes julia to exit #8057
Comments
I see the same error message, but Julia doesn't exit. Please give your |
julia> versioninfo() |
These issues seems relevant for backporting to 0.3 @andreasnoackjensen do you know how to |
Soon, I do. |
Okay. Just tried without luck. I had planned to do other things this evening than exercising git, so would it be possible for you to either explain how it works or simply cherry pick the three commits to 0.3? Thanks. |
Totally agree. Learning git makes for a terrible evening. Knowing it makes you a wizard 😸 In principle it should be as easy as: cd release-julia # or wherever you have a git checkout of the 0.3 release
git checkout release-0.3
git pull
git cherry-pick 8e3b176b255c694964974cff766fb1f51b0eabca
git cherry-pick 64e21a3550ce132b85df1208f3517aac1c3059e5
git cherry-pick e03700a8b2b4b7afc3b33735c966c0227d688981
make test
# and if the tests work:
git push but I get merge conflicts on the first commit because of #7992. The whole linalg code is way too cryptic for me, so I won't just try to mess too much with it. For extra points, you can do |
Done with bab9636, but no cherry picking. The conflicts were too deep. |
Thanks, that was just in time for the release. |
Thanks to @andreasnoackjensen and @ivarne for fixing those bugs. That was fast. |
Following example run in REPL
causes Julia to exit with error:
julia version 0.3.0-rc4+20
The text was updated successfully, but these errors were encountered: