2017-11-26 12:24:05 -05:00
|
|
|
# Major Planned Features
|
|
|
|
|
2019-01-17 19:28:41 -06:00
|
|
|
## Compile Errors as expression
|
2018-03-15 19:09:16 -05:00
|
|
|
|
2017-11-26 12:24:05 -05:00
|
|
|
## Query Language (Experimental)
|
|
|
|
|
|
|
|
You should be able to ask the compiler to tell you any value or set of values in the
|
|
|
|
compiled configuration.
|
|
|
|
|
2018-11-05 21:34:12 -06:00
|
|
|
Inspect is probably the correct location for this.
|
|
|
|
|
2018-08-17 16:02:50 -05:00
|
|
|
## Shape equality as a form of type assertion?
|
2018-05-28 08:08:36 -05:00
|
|
|
|
2017-11-26 12:24:05 -05:00
|
|
|
# Minor Fixes and Polish
|
|
|
|
|
2018-08-14 16:21:38 -05:00
|
|
|
* Compiler caching (interface has been defined)
|
|
|
|
* Streaming Parsing?
|
2018-03-24 08:58:16 -05:00
|
|
|
* Casting between types?
|
2018-03-12 21:34:40 -05:00
|
|
|
* Better error messages.
|
2018-03-06 19:39:10 -06:00
|
|
|
* Flags should allow different seperators for prefixed flags.
|
2018-06-10 13:51:19 -05:00
|
|
|
* HCL export
|
|
|
|
|
2019-01-19 13:06:43 -06:00
|
|
|
# Documentation TODO
|
|
|
|
|
|
|
|
* Recursive Modules
|
|
|
|
* Schema Checking With Modules
|
|
|
|
|
2018-06-10 13:51:19 -05:00
|
|
|
# Release Checklist
|
|
|
|
|
|
|
|
* Cargo test
|
|
|
|
* Cargo fmt
|
|
|
|
* Update Cargo.toml version.
|
|
|
|
* Tag git commit with version tag.
|
|
|
|
* Cargo publish
|