shevek / jcpp

The C Preprocessor as a Java library
http://www.anarres.org/projects/jcpp/
Apache License 2.0
106 stars 36 forks source link

Support -SNAPSHOT in Version.java #10

Closed shevek closed 9 years ago

shevek commented 10 years ago

https://github.com/jeffplourde/jcpp/commit/c7c0cce48187776586339b2a3c1e30e415debb18

ooxi commented 10 years ago

Please use the GitHub provided Push Request functionality. Otherwise +1

shevek commented 10 years ago

1) I tend to cherry pick or rebase rather than using PRs because a linear tree is easier to read, and git bisect works on it. 2) This one really is community support. I never release snapshots of jcpp, but other people might want to. 3) I've been known to write more general purpose code than point solutions given in PRs, although they do guide my solutions very heavily, and I aim to give credit as appropriate.

shevek commented 9 years ago

This should really use the semver library.