Tommy Hofmann
Tommy Hofmann
OK. I think as a start we should try to build binaries. Does calcium work with the latest flint/arb/antic releases?
Binaries incoming: https://github.com/JuliaPackaging/Yggdrasil/pull/2992 Regarding the finalizers. We have to be a bit careful here, as julia does not guarentee the order in which finalizers are run (as @tthsqe12 reminded me...
I probably misunderstood. I thought the parent object *is* the context object?
Since the object created by `CaField()` is still referenced by `K` and `K` did not go out of scope, the object is not marked to be finalized.
Sorry, I misunderstood, I see the problem. I will have to check what we did before.
I think we have to do the counting here. Last time I checked with @tthsqe12, the order of the finalizers was arbitary.
Binaries are available. You can use them like the flint ones, see `src/Nemo.jl`. There are some minor things to do for julia version < 1.3, but I can quickly do...
#1067
I changed the title to reflect the actual issue. I don't see the problem with the other examples. Usual problems with floating point values.
Even if your precision is less than 53?