dlang / dub

Package and build management system for D
MIT License
677 stars 227 forks source link

reproduction test case for #2695 #2959

Closed grillo-delmal closed 1 month ago

grillo-delmal commented 3 months ago

This is a PR that implements a test case for the linked issue, it does not fix the issue. I'll leave it here if anyone want's to take a shot at fixing it :)

How to run the tests locally: (POSIX)

dub test
github-actions[bot] commented 3 months ago

Thanks for your Pull Request and making D better!

This comment will automatically be updated to summarize some statistics in a few minutes.

grillo-delmal commented 1 month ago

Changed to use the new testing framework

Geod24 commented 1 month ago

I think we can close now ?

grillo-delmal commented 1 month ago

it can get closed since it was merged with the solution