dlang / dub

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

Dub might be preventing my package from being recognized #2765

Closed etcimon closed 9 months ago

etcimon commented 9 months ago

My package imports a custom wasm-adjusted druntime and the probing mechanism of dub might be causing an error, only the abandoned branch gets detected as a result

https://code.dlang.org/packages/libwasm

This is the version of dub I have to use to compile it:

https://github.com/dlang/dub/pull/2753

Screenshot 2023-12-30 103452
etcimon commented 9 months ago

I managed to get it working anyways

Geod24 commented 9 months ago

Did you identify any issues we could look into to make it more user friendly?

etcimon commented 9 months ago

The problem was with a subpackage directory that I removed from the repository but not from dub.sdl, it doesn't necessarily prevent it from building though.

etcimon commented 9 months ago

I think it would be better if the code.dlang.org errors contained the error returned by dub describe