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

output log from first test #1

Open
techwulf opened this issue Mar 12, 2016 · 6 comments
Open

output log from first test #1

techwulf opened this issue Mar 12, 2016 · 6 comments

Comments

@techwulf
Copy link
Owner

[techwulf testhibernated]$ dub run
Performing "debug" build using dmd for x86_64.
vibe-d:utils 0.7.28: target for configuration "library" is up to date.
vibe-d:data 0.7.28: target for configuration "library" is up to date.
vibe-d:core 0.7.28: target for configuration "libevent" is up to date.
vibe-d:http 0.7.28: target for configuration "library" is up to date.
vibe-d:diet 0.7.28: target for configuration "library" is up to date.
vibe-d:mail 0.7.28: target for configuration "library" is up to date.
vibe-d:mongodb 0.7.28: target for configuration "library" is up to date.
vibe-d:redis 0.7.28: target for configuration "library" is up to date.
vibe-d:web 0.7.28: target for configuration "library" is up to date.
vibe-d 0.7.28: target for configuration "libevent" is up to date.
mysql-native 0.1.3: target for configuration "library" is up to date.
ddbc 0.2.24: target for configuration "full" is up to date.
hibernated 0.2.26: target for configuration "full" is up to date.
testhibernated ~master: building configuration "application"...
../../.dub/packages/hibernated-0.2.26/source/hibernated/metadata.d(617,5): Warning: statement is not reachable
../../.dub/packages/hibernated-0.2.26/source/hibernated/metadata.d(594,5): Warning: statement is not reachable
../../.dub/packages/hibernated-0.2.26/source/hibernated/metadata.d(536,5): Warning: statement is not reachable
../../.dub/packages/hibernated-0.2.26/source/hibernated/metadata.d(594,5): Warning: statement is not reachable
../../.dub/packages/hibernated-0.2.26/source/hibernated/metadata.d(536,5): Warning: statement is not reachable
../../.dub/packages/hibernated-0.2.26/source/hibernated/metadata.d(546,5): Warning: statement is not reachable
../../.dub/packages/hibernated-0.2.26/source/hibernated/metadata.d(594,5): Warning: statement is not reachable
../../.dub/packages/hibernated-0.2.26/source/hibernated/metadata.d(536,5): Warning: statement is not reachable
../../.dub/packages/hibernated-0.2.26/source/hibernated/metadata.d(806,5): Warning: statement is not reachable
dmd failed with exit code 1.

@Master-Foo
Copy link

I just compiled it on my machine and it works perfectly. Let me dig deeper.

@Master-Foo
Copy link

try this.

dub.sdl

name "testhibernated"
description "A minimal D application."
copyright "Copyright © 2016, techwulf"
authors "techwulf"

dependency "hibernated" version="~>0.2.26"

buildRequirements "silenceWarnings"

@techwulf
Copy link
Owner Author

It worked.

techwulf added a commit that referenced this issue Mar 12, 2016
@Master-Foo
Copy link

Did it build the database?
you should see zzz.db in your project

@techwulf
Copy link
Owner Author

I just ran it, and zzz.db is there.

@Master-Foo
Copy link

Join me back in IRC.

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

2 participants