Tommy Hofmann
Tommy Hofmann
Yes, we can make your last example work. It is quite the opposite of the original issue, since this is about multivariate polynomials over towers of fields, as opposed to...
Should be faster with #3750
Edit: Given that we have `det` being the permanent, I guess it is also consequential to have `minors` use the permanent too.
I just added ``` function save_object(s::SerializerState, q::QQBarField) end function load_object(s::DeserializerState, ::Type{QQBarField}) return QQBarField() end ``` but it seems that the serialization framework does not like this :) The example of...
I cannot reproduce on macOS. Just as a breadcrumb, when it hangs on Linux, it seems to be hanging in ``` signal (10): User defined signal 1 __select at /lib/x86_64-linux-gnu/libc.so.6...
Next breadcrumb: I cannot reproduce the error with Oscar 1.0.2. There it behaves normal. We could produce a Singular.jl only example and then do a bisect.
What about the previous Singular/Singular.jl version, where it just works? Is it just luck, that the example works with Oscar 1.0.2 or did something change? Edit: Nevermind, it has the...
Is this a duplicate of https://github.com/JuliaLang/julia/issues/29437? (Edit: It is)
Will this fix the problem observed in https://github.com/JuliaRandom/RandomExtensions.jl/issues/13?
I am also not sure I understand the ramifications. Will we have to use `rand(make(S...))` instead of `rand(S,...)`?