eupn / macrotest

Test harness for declarative and procedural macros expansion via `cargo-expand`
47 stars 9 forks source link

Release latest version to fix `expand_arg` #94

Closed wmmc88 closed 5 months ago

wmmc88 commented 11 months ago

I was trying to setup macrotest and found that expand_arg was not working to pass my feature flags to the tests. This seems to be an issue with version "1.0.9", because pointing macrotest to the latest commit on main c4151a5 fixed to issue.

The output i got when on "1.0.9" was:

Running 1 macro expansion tests
Expansion error:
error: Package `package v0.0.0 (path/to/package)` does not have the feature `nightly`
wmmc88 commented 11 months ago

not sure if related, but I also get the same errors when using workspace metadata in the cargo.toml: ex. edition.workspace = true

ijackson commented 5 months ago

Another bug fixed on master: #98

wmmc88 commented 5 months ago

@eupn @taiki-e can we get a crates.io release of macrotest?

taiki-e commented 5 months ago

@eupn @taiki-e can we get a crates.io release of macrotest?

(I'm not a maintainer of this crate, so I cannot release a new version. That said I would be happy to help with the maintenance of this crate if @eupn needs help on maintenance.)

wmmc88 commented 5 months ago

@eupn @taiki-e can we get a crates.io release of macrotest?

(I'm not a maintainer of this crate, so I cannot release a new version. That said I would be happy to help with the maintenance of this crate if @eupn needs help on maintenance.)

Woops. My bad. I saw the recent prs and misread it. Thought u were the one who merged them.

eupn commented 5 months ago

@taiki-e thanks for the offer, I've sent you an invite on github and crates.io! :3

taiki-e commented 5 months ago

@eupn Thanks! I'll work on a new release.

taiki-e commented 5 months ago

Published v1.0.10.