0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove unnessessary println in tests More... almost 7 years ago
add option to provide custom help formatter (#135) More... almost 7 years ago
add ScallopConf serialization test (via SerializationProxy pattern) (#137) More... almost 7 years ago
implement cross-build for ScalaJS (#141) More... almost 7 years ago
fix Travis CI build More... almost 7 years ago
add release checklist More... almost 7 years ago
refactor build.sbt, create better ids for cross-build projects More... almost 7 years ago
remove scallopNative test from Travis CI More... almost 7 years ago
move migration notes to wiki` More... almost 7 years ago
Merge branch 'native' into develop More... almost 7 years ago
update readme with migration notice and scala versions list More... almost 7 years ago
do not cross-build native release on travis ci More... almost 7 years ago
remove unsupported default converters from native build (URI, URL, Path) More... almost 7 years ago
remove color output from native version, remove Enumeration trait from ArgType to remove reflection calls More... almost 7 years ago
remove option name guessing from native profile (no reflection in scala-native) More... almost 7 years ago
silence lint warnings on jvm tests More... almost 7 years ago
split tests between jvm and native profiles, update Travis CI configuration More... almost 7 years ago
fix typo in build.sbt More... almost 7 years ago
fix compilation warnings (unused imports, immutable vars) More... almost 7 years ago
update scala versions, fix source paths in generated documentation More... almost 7 years ago
improve source code directory layout More... almost 7 years ago
remove scala.reflect usage, make legacy Scallop builder fully type-unsafe and mark it package private More... almost 7 years ago
Released 2.1.3 More... almost 7 years ago
Merge pull request #140 from locke8/develop More... almost 7 years ago
changed parsing of trailing arguments to throw RequiredOptionNotFound (instead of WrongOptionFormat) in the event that a required trailing argument value was not found More... almost 7 years ago
Released 2.1.2 More... about 7 years ago
workaround for travis-ci bug (travis-ci/travis-ci#7703) More... about 7 years ago
remove .parent from Scallop case class constructor params (#139) More... about 7 years ago
fix test More... about 7 years ago
native build working More... about 7 years ago