sirthias / parboiled2

A macro-based PEG parser generator for Scala 2.10+
Other
717 stars 86 forks source link

Outdated snapshot builds #151

Closed pniederw closed 9 years ago

pniederw commented 9 years ago

Looking at https://oss.sonatype.org/content/repositories/snapshots/org/parboiled/parboiled_2.11/, the latest snapshot is from Nov 30, 2014. Can we have an update please (ideally regularly)?

sirthias commented 9 years ago

I only publish snapshots if and when there is something to publish. Currently there simply isn't. What problem are you trying to solve?

pniederw commented 9 years ago

I switched to the rules-as-objects architecture, but building/publishing my own snapshots isn’t fun.

It would be better if new snapshots were published automatically (e.g. nightly builds that pass all tests). “if there is something to publish” is when a new release should be published.

On 26 Jun 2015, at 09:32, Mathias notifications@github.com wrote:

I only publish snapshots if and when there is something to publish. Currently there simply isn't. What problem are you trying to solve?

— Reply to this email directly or view it on GitHub https://github.com/sirthias/parboiled2/issues/151#issuecomment-115561579.

sirthias commented 9 years ago

Peter, if you already switched to the current master then you are definitely ahead of the curve. :) While this latest implementation is much better than the 2.1 release it is, unfortunately, not quite ready for prime-time yet. Apart from the missing documentation the macro infrastructure is not as robust yet as I'd like to be for version 2.2. But, since you are as bold as you are, I'm going to publish a snapshot just for you. :) I'll report back when it's done.

sirthias commented 9 years ago

Ok, 2.2.0-SNAPSHOT is now available from sonatype.