ISISComputingGroup / ISISComputingGroup/IBEX
dbchecker: fails on json format links
Open
- Dominant language
- No language data
- Stars
- 6
- Forks
- 2
- Avg merge
- 16h 40m
- Merged PRs (30d)
- 2
Description
The db checker fails to parse links like
```
field(INPC, {const: "$(TYPE)"})
```
this is a valid epics 7 json format initialisation, it was used in this case as by default a string is taken as a PV link and instead a constant value was needed, it could be done by linking to an additional PV but the json link is more compact
## Acceptance criteria
dbChecker understands json links as per https://epics.anl.gov/base/R7-0/1-docs/links.html
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.