Results 287 comments of Brandon Chinn

Yea, I still got `rustc_private` compile time errors, but I didn't know how to deal with it

1. Is `#[macro_export]` above the `grammar` macro_rule? 2. Is `#[macro_use]` above the export? 3. Are you importing the `racc` package above all other modules?

I don't know, I think it has something to do with how @sivadeilra declared the `macro_rule`

To add context, this is an issue when using hypothesis with pytest-xdist with junitxml (#5202, https://github.com/HypothesisWorks/hypothesis/issues/1935)

So it turns out the Hypothesis pytest plugin actually didn't work with `--junit-xml`, regardless of whether pytest-xdist is enabled (PR: https://github.com/HypothesisWorks/hypothesis/pull/3277). I got it working without pytest-xdist, and now it's...

Minimal repro: https://gist.github.com/brandonchinn178/60a0fb62ebb1988ddbb523c3dcf0c134

Bump. Same for my package: https://hackage.haskell.org/package/tasty-autocollect-0.2.0.0/reports/1 Update: I figured out that `cabal v2-test` is, indeed, failing. I'll work on fixing it, but it would also be good for it to...

:+1: `/packages/top` orders packages by number of downloads in the past 30 days, but it'd be nice even if it supported a query parameter to toggle all-time downloads. I'm writing...

@chshersh any idea when v1 support might be added? Really looking forward to using this library, but heterogenous array support is pretty important to my use-case right now. Or, anything...