Remi Thebault

Results 50 comments of Remi Thebault

My script is now a dub package to ease its use for Meson users: [dub-build-deep](https://code.dlang.org/packages/dub-build-deep).

It's a nice DIP IMO. I sometimes have the case of defavoring struct constructor syntax in favor of field by field assignment for the sake of readability. Consistency with the...

`rust-analyzer` seems to work very well. Thanks :+1:

+1. I agree, it would be useful to know what packages depend on a specified package, this per published version. It would help to assess the risk of breaking other's...

> The best you can do is create an entry in launch.json that runs the installed executable. Sorry. @vector-of-bool I have configured launch.json to point to the installed location, but...

> Is this PR ready for review? The code is ready, but I'm struggling a bit with the tests. The main reason is that I can't add new Dub packages...

I reverted code that skips the failing tests. It was only failing on Windows, I think due to racing of different tests running Dub commands at the same time. (tests...

@dcbaker @eli-schwartz This PR was stalled for a few month, but it should be OK for review now. Main use case: use Dub dependencies that are applications, but have a...

Note: the tests only run on Windows. On linux they are skipped either because Dub is not installed, or because GDC is used as a compiler. To run the tests...

I have a project that has a `build/compile_commands.json` file and not using dub. I'd like `code-d` to use that file for linting/imports etc. (path should be specified with an option...