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

Reexport macro with items #1

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

colin-kiegel
Copy link

@TedDriggs this is a dummy PR to your repository in order to give you write access to the branch, if you want to contribute.

I suggest we keep the diskussion in one place: colin-kiegel#94. :-)

colin-kiegel and others added 9 commits April 26, 2017 23:25
this allows to add other item definitions as described in
https://users.rust-lang.org/t/10546/2
move `no_std` testcase into a separate crate inside `testsuite`.
This way we have better control, e.g.
- panic="abort" compiler flag
- only run on nightly
- compile `derive_builder` with no_std feature
somehow `cd testsuite && cargo test --all` pulled in tests from
`no_std`, despite the fact that it was (a) not in the workspace
and (b) only an optional dependency. Now we disable the test
via a feature flag `nightlytests`.
Also removed duplication of no_std test.
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

Successfully merging this pull request may close these issues.

2 participants