Albin Ahlbäck

Results 294 comments of Albin Ahlbäck

I'm afraid I'm not sure what you mean. What is the problem, and how does this solve the issue?

I see, thanks for the explanation. We could fix this, but I don't believe pkg-config should be a requirement for installing FLINT. I believe these cases are very limited (correct...

Can you give any examples of libraries that use pkg-config this way in Autoconf?

I'm on board with this, and I believe it should be an easy fix. Will try to fix it before next release.

> Generally we don't _want_ people to use a `Vector{BigInt}` resp. (in Nemo) a `Vector{ZZRingElem}`, as such this might even be counter productive? We could make a C-style vector instead...

What is the rational behind `R[1]` giving the first generator? After some thinking, I think I'd prefer to abandon this instead.

> I'm not so happy sprinkling the code with > > ``` > /* FIXME: Remove this guard against warnings. Best thing would probably be to > * implement an...

> I don't understand the need for `_ARB_DEF_CACHED_CONSTANT`. Why not just insert `static` unconditionally in `ARB_DEF_CACHED_CONSTANT`? I don't think we ever need to access these generated functions non-locally. There was...