0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove unnessessary println in tests More... about 7 years ago
add option to provide custom help formatter (#135) More... about 7 years ago
add ScallopConf serialization test (via SerializationProxy pattern) (#137) More... about 7 years ago
implement cross-build for ScalaJS (#141) More... about 7 years ago
fix Travis CI build More... about 7 years ago
add release checklist More... about 7 years ago
refactor build.sbt, create better ids for cross-build projects More... about 7 years ago
remove scallopNative test from Travis CI More... about 7 years ago
move migration notes to wiki` More... about 7 years ago
Merge branch 'native' into develop More... about 7 years ago
update readme with migration notice and scala versions list More... about 7 years ago
do not cross-build native release on travis ci More... about 7 years ago
remove unsupported default converters from native build (URI, URL, Path) More... about 7 years ago
remove color output from native version, remove Enumeration trait from ArgType to remove reflection calls More... about 7 years ago
remove option name guessing from native profile (no reflection in scala-native) More... about 7 years ago
silence lint warnings on jvm tests More... about 7 years ago
split tests between jvm and native profiles, update Travis CI configuration More... about 7 years ago
fix typo in build.sbt More... about 7 years ago
fix compilation warnings (unused imports, immutable vars) More... about 7 years ago
update scala versions, fix source paths in generated documentation More... about 7 years ago
improve source code directory layout More... about 7 years ago
remove scala.reflect usage, make legacy Scallop builder fully type-unsafe and mark it package private More... about 7 years ago
Released 2.1.3 More... about 7 years ago
Merge pull request #140 from locke8/develop More... about 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... about 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