Mike Stillman
Mike Stillman
That looks like a good bug find!
After I got that error message, I tried what you suggest (call debug with that number), and I now forgot what error message I then got, but it wasn’t useful...
Is there any easy way we can get these to work (and not be 'useless')?
Probably the file/line location of the actual method setting should be given instead of where the function is defined?
It seems to me that if one has a method definition, such as ``` f = method() f Matrix := g ``` where g is a function, then code(f, Matrix)...
@mahrud Is this kind of what you did? ``` i1 : f = () -> scan(0..10^7, i -> ()) o1 = f o1 : FunctionClosure i2 : elapsedTime f() --...
I agree, nice bug report!
Another section that has been suggested is an `Acknowledgements` section, (e.g. for thanking funding sources)
@mahrud I am inclined to agree, especially as this type was the source of the recent MonomialIdeal::sat bug... On some examples though, there can be a serious difference in size...
I missed this one, apparently. I'll work on fixing it. Sorry for the late response on it!