Robert Schadek

Results 87 comments of Robert Schadek

Which --aot=false I get ``` Error: Errors parsing template: Unexpected character "EOF" (Do you have an unescaped "{" in your template? Use ``` Even if all the file contains is...

@gabynevada I got build.options set to true now and it still kind of works, every once a while I get the above mentioned error. Setting the value to false generates...

not sure why the auto-tester is failing, problem seems to be in std.algorithm

This is a classic catch-22 situation. The abstract class Logger has three abstract methods that are @safe to make logging usable in @safe code. Either I make them @system and...

I will do the suggested change, but SortedRange will check for sortedness in debug. So this is still a breaking change. But from > Assuming for the sake of argument...

@n8sh I didn't notice the red X until you just mentioned it. Anyway, what is the way forward with this.

I already added the overloads. But I can't mark them as deprecated as phobos will fail to build.

Ok, I'll mark the tests as deprecated and see what happens.

All tests that rely on the non SortedRange input have been marked deprecated. I can't mark the non SortedRange version of the functions deprecated as they call each other. I'm...