Fail fast if any of the compound names contains a colon (`:`)
Open
bug
good first issue
- Dominant language
- Python
- Stars
- 65
- Forks
- 10
- Avg merge
- 5d 9h
- Merged PRs (30d)
- 7
Description
Imagine what happens when we get
```
$scheme
[...]
// Harmless, huh?
B -> E# -> H -> L# -> M:RNH2
[...]
$compounds
[...]
// Actually eats your brain out 🤯
M:RNH2: 0w/M/product_0.out
[...]
```
Pretty bad.
Contributor guide
Assessment
This issue has not been assessed yet.