dlang / dub

Package and build management system for D
MIT License
673 stars 230 forks source link

enable -preview=in, fix #2617 #2620

Closed WebFreak001 closed 1 year ago

github-actions[bot] commented 1 year ago

Thanks for your Pull Request and making D better!

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

Geod24 commented 1 year ago
source\dub\internal\vibecompat\core\file.d(104,39): Error: cannot use `in` parameters with `extern(Windows)` functions
source\dub\internal\vibecompat\core\file.d(104,39):        parameter `to` declared as `in` here
source\dub\internal\vibecompat\core\file.d(104,39): Error: cannot use `in` parameters with `extern(Windows)` functions
source\dub\internal\vibecompat\core\file.d(104,39):        parameter `from` declared as `in` here
WebFreak001 commented 1 year ago

ah sorry, wanted to reopen to fix the PR comment, but force pushed, need to open another one