Frej Drejhammar
Frej Drejhammar
@messani, I finally got around to test 35f27285b51784ecee0e51518fb2a6c0b3c152d2 against the project from which the test-case in #125 is extracted. It is now executing correctly, great work!
> This changed the longtime behavior, which had been consistent since the first commit of hg2git Good catch! That should be fixed, no argument there. But we should have the...
Thank you for your contribution @thaliaarchi.
@sverker, I don't have permissions to set labels, but shouldn't this get the "testing" label so it runs in nightly tests, even though its for maint-26?
@sverker: I don't know how the labels work, and I don't have access to any internal systems. @sverker, @jhogberg and @IngelaAndin: as it says in the commit message, the patch...
> * There's a loop in the control-flow graph. In the simplest case it's a function F/N which tailcalls itself, but it could be composed of multiple functions with a...
I agree it's relevant, but as I said, I think designing warning heuristics that are actually useful isn't practical (famous last words).
Last year I did some work on sinking. The then accepted wisdom was that it in almost all cases it is preferable to avoid increasing the size of the stack...
> I grabbed a copy of hg-fast-export.py Are you running `hg-fast-export.py` by itself, from the report it's not clear if that's your intention or if this is an error message...
> I was indeed running hg-fast-export.py by itself. I just wanted to be 100% sure before accusing you of doing unsupported things, additionally the recent removal of Python 2.7 support...