> I would prefer to traverse the "normal" structure way with '.' instead
of
'.' is used to traverse a Structure. '->' is selecting a member of a
Union.
https://mdavidsaver.github.io/pvxs/value.html#_CPPv4N4pvxs5ValueixERKNSt6stringE
> Attempt to access a descendant field.
>
> Argument may be:
>
> name of a child field. eg. “value”
> name of a descendant field. eg “alarm.severity”
> element of an array of structures. eg “dimension[0]”
> name of a union field. eg. “->booleanValue”
>
> These may be composed. eg.
>
> “dimension[0].size”
> ”value->booleanValue”
--
You received this bug notification because you are a member of EPICS
Core Developers, which is subscribed to EPICS Base.
Matching subscriptions: epics-core-list-subscription
https://bugs.launchpad.net/bugs/1935037
Title:
Invalid charactor in field name
Status in EPICS Base:
New
Bug description:
When creating a group in QSRV, the allowed characters are too
restrictive
error:
Error Group not created: Invalid charactor '-' (45) in field name "BI02-TimeRise" must be A-Z, a-z, 0-9, or '_'
expected behaviour:
pva structures should allow for a more liberal set of characters that just what is covered by \w regex metacharacter.
To manage notifications about this bug go to:
https://bugs.launchpad.net/epics-base/+bug/1935037/+subscriptions
- References:
- [Bug 1935037] [NEW] Invalid charactor in field name Niko Kivel via Core-talk
- Navigate by Date:
- Prev:
Re: [Bug 1935037] Re: Invalid charactor in field name Mooney, Tim M. via Core-talk
- Next:
[Bug 1935037] Re: Invalid charactor in field name mdavidsaver via Core-talk
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
<2021>
2022
2023
2024
- Navigate by Thread:
- Prev:
[Bug 1935037] Re: Invalid charactor in field name Dirk Zimoch via Core-talk
- Next:
[Bug 1935037] Re: Invalid charactor in field name mdavidsaver via Core-talk
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
<2021>
2022
2023
2024
|