guardrail-dev / guardrail-dev/guardrail
Tag & x-(jvm|scala|java)-package conversion to valid identifiers is brittle
Open
bug
core
java
- Dominant language
- Scala
- Stars
- 541
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
If someone uses a tag/package name like "this is a fun tag", we'll fail to generate a valid identifier out of that (in Java at least), and guardrail will give a cryptic error. Ideally people use short, identifier-friendly names here, but we should try to handle this more gracefully.
Contributor guide
Assessment
This issue has not been assessed yet.