In src/poly/orderings.jl, whenever we are working with weights given as Int, should we add checks that said said weights fit in Int16? I'm happy to work on the PR, but I just want to double-check that this is a sensible addition.
See oscar-system/Oscar.jl#5956 for a segfault caused by weights that do not fit in Int16.
In
src/poly/orderings.jl, whenever we are working with weights given asInt, should we add checks that said said weights fit inInt16? I'm happy to work on the PR, but I just want to double-check that this is a sensible addition.See oscar-system/Oscar.jl#5956 for a segfault caused by weights that do not fit in
Int16.