-
Notifications
You must be signed in to change notification settings - Fork 1.7k
dev
feature enabled when compiling without --release
#627
Conversation
ethsync = { path = "sync" } | ||
ethcore-rpc = { path = "rpc", optional = true } | ||
fdlimit = { path = "util/fdlimit" } | ||
daemonize = "0.2" | ||
ethcore-devtools = { path = "devtools" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NikVolf Is this a dev dependency as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that it isn't. It should still be used when you run cargo test --release
Conflicts: util/src/journaldb.rs
This is the best I came up with.
|
Conflicts: Cargo.toml
travis-beta = ["ethcore/json-tests"] | ||
travis-nightly = ["ethcore/json-tests", "dev"] | ||
travis-nightly = ["ethcore/json-tests", "clippy", "dev"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, it should be dev-clippy
instead of clippy
.
does this address the problem properly? |
It just forces you to use There is also a convenience script included to run something like |
`dev` feature enabled when compiling without `--release`
No description provided.