timbertson / dhall-render

Render multiple files from dhall expressions
BSD Zero Clause License
18 stars 7 forks source link

Fix named argument in bump script #9

Closed gregziegan closed 3 years ago

gregziegan commented 3 years ago

This confused me

timbertson commented 3 years ago

Well the awkward thing is that the adjacent fix script has --freeze (a boolean flag), so it would also be confusing to have the same named flag but with different type/meaning. And this would break existing scripts passing the current flag.

This shouldn't be needed after https://github.com/dhall-lang/dhall-haskell/issues/1672 is fixed, so maybe it's OK to leave as a temporary wart?