1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
completely drop "transformer" arg to ConfigObject constructors More... over 12 years ago
clean up merge() so it doesn't need origin or transformer More... over 12 years ago
Make merging work properly with substitutions involved. More... over 12 years ago
make some classes final that can be More... over 12 years ago
make a bunch of fields final More... over 12 years ago
add an empty README.md More... over 12 years ago
remove YAML spec More... over 12 years ago
add some tests for paths with hyphen and underscore in them More... over 12 years ago
avoid full parser for simple paths More... over 12 years ago
improve error message on badly-formatted number More... over 12 years ago
call getMilliseconds in ApiExamples.scala More... over 12 years ago
move unwrapped() return type specialization from AbstractConfigObject to ConfigObject More... over 12 years ago
add an ApiExamples.scala to tests More... over 12 years ago
rename getAny to getAnyRef More... over 12 years ago
move a ConfigList interface up into the public API More... over 12 years ago
make ConfigList implement java.util.List More... over 12 years ago
make ConfigObject implement java.util.Map<String, ConfigValue> More... over 12 years ago
Sort map keys when computing the hash for a SimpleConfigObject More... over 12 years ago
rename resolve() to find() in AbstractConfigObject More... over 12 years ago
use full path parser for ConfigObject getters More... over 12 years ago
close StringReader in parsePath More... over 12 years ago
reimplement Path.newPath using the full parser More... over 12 years ago
make parsePathException a static method on Parser More... over 12 years ago
move newKey and newPath to Path from PathBuilder More... over 12 years ago
Generalize path handling in substitutions More... over 12 years ago
pass an "includer" object down to the parser More... over 12 years ago
add a TODO.txt to keep a few notes More... over 12 years ago
move some stuff from ConfigImpl to a new class Loader More... over 12 years ago
add a bunch of small tests, fix related minor bugs More... over 12 years ago
remove unused StackConfigObject and RawValueType More... over 12 years ago