Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Sep 25, 2023
1 parent 0637034 commit d8d886c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ C:\vcpkg> set VCPKGRS_DYNAMIC=1 (or simply set it as your environment variable)
Changes:
- Major changes: Javascript scripting!
- Updated config-wasm to parse legacy and scripting yaml files
- New binary pewpew-config-updater will attempt to convert legacy config yamls to the new version. If it can't convert the code it will leave in PLACEHOLDERS and TODO
- Known issues:
- Expressions in vars will not wrap environment variables in the expected `${e:VAR}`
- vars in `logs` and `provides` will not have the prepended `_v.` before the var name.

Bugs:
- Collect returns an array of strings regardless of input type
- auto-converter removes code templates. Leave in and TODO
- Collect returns an array of strings regardless of input type. Workaround, use scripting to `.map(parseInt)`.
- global loggers may not be running in try script

Bug fixes:
Expand Down
5 changes: 5 additions & 0 deletions pewpew-config-updater/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ cli tool to partially automate conversion from `0.5.x` pewpew YAML config files
Expression segments (queries and some templating sections) will need to be updated manually.

setting `RUST_LOG` to at least `warn` is recommended, as log warnings can help indicate what needs to be updated manually


Known issues:
- Expressions in vars will not wrap environment variables in the expected `${e:VAR}`
- vars in `logs` and `provides` will not have the prepended `_v.` before the var name.

0 comments on commit d8d886c

Please sign in to comment.