Mat Tyndall
Mat Tyndall
realized i don't actually need this yet but if i do, will take a crack at it.
finally got it working using this to convert and push a local repository! more or less what i did was: `git clone --mirror ./path/to/repo.git` `java -jar git-lfs-migrate.jar \ -s repo.git...
@aaronmccall @latentflip i wasn't sure if it should always automatically set a derived property on load if a type is set so I made them separate params. i'm open for...
the other thing worth discussing is that since this approaches uses dataType, should it go all the way with using get/set/default and not just compare?
adding support for default and the rest of the dataType functions turned out to be easy and didn't break tests so i added them.
one debatable part is supporting `default`. removing it from this update would simplify things a bit.
This looks good and seems fairly straight forward to merge with my PR for dataTypes and other enhancements to derived properties in #116 (type, default, and init). Also just to...
Saw this so I decided to update #116. it allows a type to be specified for derived properties and if it exists to use the dataType compare method which defaults...