Redub v1.7.1 : Even faster dependency resolution and vibe-d support

aberba karabutaworld at gmail.com
Sun Jul 14 23:57:09 UTC 2024


On Tuesday, 9 July 2024 at 21:39:20 UTC, Hipreme wrote:
> Hello guys, in the last time, I told that I would not support 
> vibe-d. This was purely on how many features I would need to 
> implement to support it. But after a second thought, I saw that 
> it would be a great opportunity to make it way more consistent. 
> With that, I announce
>
> [...]

Does it work with local dependencies? I have a gtk app using a 
local dependencies and it fails during the linking stage due to a 
couple on "undefined reference to X" errors. Looks like redub 
doesn't include the local dependency.

```json
"dependencies": {
     "cosma": { "path": "path/to/package" }
}
```


More information about the Digitalmars-d-announce mailing list