Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register on dub #38

Closed
wilzbach opened this issue Aug 26, 2016 · 6 comments
Closed

Register on dub #38

wilzbach opened this issue Aug 26, 2016 · 6 comments

Comments

@wilzbach
Copy link

wilzbach commented Aug 26, 2016

It would be nice if the following directly works:

dub fetch digger && dub run digger

Idk how dub handles submodules exactly, but if it does clone them too than simply registering should work?

@CyberShadow
Copy link
Owner

I think it doesn't work currently, but I don't remember the details.

On Aug 26, 2016 20:36, "Sebastian Wilzbach" [email protected]
wrote:

It would be nice if the following directly works:

dub fetch digger && dub run digger

Idk how dub handles submodules exactly, but if it does clone them too that
simply registering should work?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#38, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAJ0fotqyJG4hYhSzWwSGgiIL0YjGEshks5qjyQtgaJpZM4JuTKp
.

@timotheecour
Copy link

docs says: A dub definition is also included, but you still need to clone with --recursive.

however dub search digger fails

@CyberShadow
Copy link
Owner

Just because a dub definition is included doesn't mean that the project is registered on code.dlang.org (which is what this issue is about in the first place).

@timotheecour
Copy link

timotheecour commented Sep 29, 2016

I think it doesn't work currently, but I don't remember the details.

dub build
works

dub
crashes (cf #39)

so all in all dub build works; is there anything blocking registering it on dub ?

@CyberShadow
Copy link
Owner

Yes, as per my first comment here.

IIRC, dub's support for source libraries where the package root is the repository root is incomplete.

@CyberShadow
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants