Re: Reversing a string

2019-01-11 Thread AlCaponeJr via Digitalmars-d-learn
On Friday, 11 January 2019 at 11:15:05 UTC, Mike James wrote: Check out the origin :-) https://forum.dlang.org/thread/hl8345$2b1q$1...@digitalmars.com?page=1 Indeed a terrible name, please don't tell me this was chosen by vote. By the way currently is there any vote system for naming these

Re: Why do ints defined in template mixins have garbage values?

2018-12-12 Thread AlCaponeJr via Digitalmars-d-learn
On Tuesday, 11 December 2018 at 21:17:46 UTC, H. S. Teoh wrote: Whoa. That looks like a compiler bug. File a bug here: ... Genuinely asking if this is a case of lacking of unit test for the Compiler or this is a case that where is hard to test or prevent? Al.