Re: Debug help - Ranges - Programming in D page 598

2025-09-01 Thread Steven Schveighoffer via Digitalmars-d-learn
On Friday, 29 August 2025 at 01:51:27 UTC, Steven Schveighoffer wrote: On Friday, 29 August 2025 at 01:24:40 UTC, Steven Schveighoffer wrote: Will file an issue, and we should get this fixed. https://github.com/dlang/phobos/issues/10852 Fixed! https://github.com/dlang/phobos/pull/10854 Wi

Re: Debug help - Ranges - Programming in D page 598

2025-08-28 Thread Steven Schveighoffer via Digitalmars-d-learn
On Friday, 29 August 2025 at 01:24:40 UTC, Steven Schveighoffer wrote: Will file an issue, and we should get this fixed. https://github.com/dlang/phobos/issues/10852 -Steve

Re: Debug help - Ranges - Programming in D page 598

2025-08-28 Thread Steven Schveighoffer via Digitalmars-d-learn
On Thursday, 28 August 2025 at 11:54:10 UTC, Brother Bill wrote: If line 9 of the program is commented out, it runs fine. Otherwise lots of error messages which don't pan out for me. I tried changing Negative.front to be const, which didn't help. I am not quite sure what the error messages are te

Re: Debug help - Ranges - Programming in D page 598

2025-08-28 Thread monkyyy via Digitalmars-d-learn
On Thursday, 28 August 2025 at 15:21:41 UTC, Andy Valencia wrote: On Thursday, 28 August 2025 at 14:15:54 UTC, monkyyy wrote: They lose the plot and you have to sometimes offer your own solutions, its often not worth debugging, if you see an ugly phoboes error on what should be a simple range

Re: Debug help - Ranges - Programming in D page 598

2025-08-28 Thread Andy Valencia via Digitalmars-d-learn
On Thursday, 28 August 2025 at 14:15:54 UTC, monkyyy wrote: They lose the plot and you have to sometimes offer your own solutions, its often not worth debugging, if you see an ugly phoboes error on what should be a simple range concept, consider not even looking. Although at least consider s

Re: Debug help - Ranges - Programming in D page 598

2025-08-28 Thread monkyyy via Digitalmars-d-learn
On Thursday, 28 August 2025 at 11:54:10 UTC, Brother Bill wrote: If line 9 of the program is commented out, it runs fine. Otherwise lots of error messages which don't pan out for me. I tried changing Negative.front to be const, which didn't help. I am not quite sure what the error messages are te

Debug help - Ranges - Programming in D page 598

2025-08-28 Thread Brother Bill via Digitalmars-d-learn
If line 9 of the program is commented out, it runs fine. Otherwise lots of error messages which don't pan out for me. I tried changing Negative.front to be const, which didn't help. I am not quite sure what the error messages are telling me. Thank you for your assistance! ``` C:\D\dmd2\windows\b