unleashy

Results 8 comments of unleashy

I'm having the same exact issue. I'm on Windows 11, latest dub, latest dmd, fresh install of all of them and a fresh install of vscode too. Nightly/beta doesn't fix...

Yeah, if I use D < 2.104.0 code-d works perfectly! 104 is when dub changed its package storage format Edit: well. mostly perfectly—it still can't figure out autocomplete and docs...

Is there any workaround for this issue? Quite the annoying one

Not sure this is still being worked on, but with this branch, iq{...} with line breaks in them are syntax errors, even though dmd accepts them just fine (as you...

I like [Catch](https://github.com/philsquared/Catch), what do you think?

Hello, I have figured out why this issue is happening. There are two issues. First, when rstest [calls `canonicalise` here](https://github.com/la10736/rstest/blob/e32f86a8fc2199d9d506e212c1cc26c182f1ab79/rstest_macros/src/parse/rstest/files.rs#L507), this happens ([as per the docs](https://doc.rust-lang.org/std/fs/fn.canonicalize.html#platform-specific-behavior)): > On Windows, this...

> Unfortunately canonization is necessary 😢 : The path are computed on compile time and the only way to get them is to get a Cargo.toml's relative path... you can...

Well, the tests essentially all fail on Windows. That's not a great start. It's apparently because the tests are creating Toml files directly with like `{path="{}"}`, but the backslash paths...