MartinFillon
MartinFillon
Hey just added some debug infos to the program on the linked branch so that we get more infos, but it seems that the problem might come from path resolving...
Okay so as I expected this looks like a rust std lib error, where it cannot find the file.
> Ah I think I understand the issue. This is caused by the difference between . on Windows and POSIX. In POSIX it's a real file that exists (if only...
Oh okay I see, we will need some special case handling i guess. Thoughts @PThorpe92 @cafkafk @gierens ?
yes thats indeed what we need to have in order for those links to be handled
If we implement this, should we keep the first n lines and last n lines ? Should we implement this on any options ?
Well as per the current codebase design, implementing it for tree without computing all the lines will kinda be complex and need some thoughts to be put into it, for...
Just FYI #592 is coming
well it is you think it is better as I aim to delete _regular_ nix itest and move them to generated dir with time. But now that I think about...
the tests run in ci are trycmd and trycmd-local also calls ptests so that ci is not too long @9glenda