gingerBill
gingerBill
This is a feature I would most definitely love too. To add it requires redoing the entire procedure handling code from scratch since at the moment, it has two branches,...
I'll review this again soon. I'm sorry it's been on the backburner for a while.
This should be fixed now.
Does this still happen?
This bug is caused by a normalization of the path determination: `parser.cpp` @ `determine_path_from_string` To solve this, a canonical normalization of file paths needs to be done.
Looks like we need to either call `GetFinalPathNameByHandleW` on each file or on Windows only, make all paths lowercase (where possible) and compare against them.
I don't think this is solvable without making the iterator be something more complex. The reason it isn't return what you expected is that the only information the `split_lines_iterator` uses...
We now support this for integers but not for floats _yet_.
What is the code that produces this?
@sltu Sorry for the late reply. > This is not a complaint but I want to point that with Zig, Dlang and Go I had no issues to install them....