Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 656 Bytes

TODO.md

File metadata and controls

14 lines (13 loc) · 656 Bytes
  • pluggable interpolation

  • trace (sys prop to path?)

  • eager vs lazy search (pre-compute all props for given context)

  • dump all prop values with origin (in priority order)

  • functional test framework (file-driven)

  • make error handling more consistent while loading files. always throw?

  • data structure stats

  • algorithm is no longer an especially great match for the common use case. might be nice to re-arrange it.

  • make values a variant, add typed accessors that don't always go through string

  • add convenience getter for string-constructible types?

  • check c++ feature parity of context builder

  • add rule builder api