Oliver Caldwell

Results 406 comments of Oliver Caldwell

Pushed my current work to `windows-paths` branch in this repo. I have everything working on Linux again and will now use your work to get the suite running in CI...

WOAH! The tests actually ran under Windows in CI! They failed, but still, I can work with that! ![image](https://github.com/Olical/nfnl/assets/315229/9ff61d22-e0fb-4576-8d8c-68f3ec777855) Thank you for getting that working, it's amazing stuff and super...

So I'm pretty happy with the `windows-tests` branch right now. It exhibits the behaviour you describe around trust files, on Linux mine outputs the following into `.test-config/state/nvim/trust` ``` ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356 /tmp/nvim.olical/D8hm4P/0/.nfnl.fnl...

OH! OH WOW! Yeah that sounds plausible! It's maybe \r\n on Windows and \n on Unixy systems. It'd be interesting to see if a file with 10 new lines is...

So I did some research into the environment when the CI tests run. Looks like autoclrf is ON in the Windows git, which is expected. So all `\n` will be...

I added a special env var that disables the use of secure read and `trust` calls in the Windows tests. That gets us a little further but now the error...