You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It isn't clear what class they should be in. HED allowedCharacter never allows a comma. Parsers are guaranteed that a comma will always be a separator. Thus we need a mechanism for deciding how to specify more general characters that aren't in the standard ASCII. We could use a unicode or UTF-8 quoting mechanism of some kind.
Another issue is the posixPath value class. This value class is meant for terms such as Metadata/Pathname/#:
While posixPath has a tentative specification, it was removed as an attribute of Pathname prior to Version 8.0.0 release because the current specification of posixPath does not account for all possible path names that we want to allow. This is an item for future work and discussion.
The text was updated successfully, but these errors were encountered:
There are several decisions about value classes that need to be finalized before full-support of value classes can be implemented.
One problem is that for these items:
It isn't clear what class they should be in. HED
allowedCharacter
never allows a comma. Parsers are guaranteed that a comma will always be a separator. Thus we need a mechanism for deciding how to specify more general characters that aren't in the standard ASCII. We could use a unicode or UTF-8 quoting mechanism of some kind.Another issue is the
posixPath
value class. This value class is meant for terms such asMetadata/Pathname/#
:While
posixPath
has a tentative specification, it was removed as an attribute ofPathname
prior to Version 8.0.0 release because the current specification ofposixPath
does not account for all possible path names that we want to allow. This is an item for future work and discussion.The text was updated successfully, but these errors were encountered: