digitalmars.D.learn - D-Scanner errors
- Jordan Wilson (9/9) Nov 25 2024 I have some `iq{}` blocks, that D-Scanner shows up as errors.
I have some `iq{}` blocks, that D-Scanner shows up as errors.
I believe this is because `libdparse` doesn't support
interpolated strings yet.
So, I attempted to suppress these errors in D-Scanner, but I find
that you can't disable sections of code, only disable the
warnings in their entirety.
Any suggestions/work arounds that people might have?
Thanks,
Jordan
Nov 25 2024








Jordan Wilson <wilsonjord gmail.com>