MSI doesn't handle empty substitution patterns correctly
Bug #1810946 reported by
Martin Konrad
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
EPICS Base | Status tracked in 7.0 | |||||
3.15 |
Fix Released
|
Undecided
|
Martin Konrad | |||
7.0 |
Fix Released
|
Undecided
|
Martin Konrad |
Bug Description
EPICS 3.15.6 doesn't handle empty substitution patterns correctly anymore:
file "a.db" {
{ }
}
results in
msi: Parse error, unexpected '}'
No problems with older versions of Base. I'm able to work around the problem by using:
file "a.db" {
{ DUMMY="" }
}
This regression was introduced by the following commit:
https:/
To post a comment you must log in.
Merge proposal: https:/ /code.launchpad .net/~info- martin- konrad/ epics-base/ +git/epics- base/+merge/ 361500