Alexander Huszagh

Results 296 comments of Alexander Huszagh

bors try --target x86_64-unknown-linux-gnu.centos

bors try --target x86_64-unknown-linux-gnu.centos

bors r- We've got a minor issue with `CROSS_TARGET_TRIPLE` being the target triple without the substitutions and uppercase. Since the runners are native, this won't show up in tests. I...

@Stargateur Speaking of which, I'm guessing it's a good idea to not mark any internal functions public? I did this somewhat because nom does it a lot internally, but it's...

Ok I believe every requested change has been made.

My mistake then, and I just confirmed that this would have off-by-1 values, which would mess up the logic.

Is there any particular reason why digit separators are allowed in integer digits, but not in fraction digits? For example: ```csharp > 1_2; // "Works" (weirdly), 122 > 1_2.34; //...