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
parseHedString does not give an extension warning for Train/Maglev. I am not sure where this is checked now, but I think it should be in parseHedString or a function that it calls when we finish the refactoring. I am posting this issue as a reminder. I may add to this issue with other issues that I encounter as I translate the tests.
validating sidecar does not detect missing definitions.
most detection of unit/unit class errors should be done when HED string is originally parsed. It seems to be done much later in the process.
The requireChild implementation seems to be problematic. The parseHedString correctly detects that Duration has requireChild. However event.spec.js is detecting that Label requires a child, which it does not.
Nested definitions do not seem to be detected in bidsValidation
parseHedString should detect the issues in Object/# and Object/Thingie/#. The Object tag cannot have a placeholder.
The text was updated successfully, but these errors were encountered:
parseHedString
does not give an extension warning forTrain/Maglev
. I am not sure where this is checked now, but I think it should be inparseHedString
or a function that it calls when we finish the refactoring. I am posting this issue as a reminder. I may add to this issue with other issues that I encounter as I translate the tests.validating sidecar does not detect missing definitions.
most detection of unit/unit class errors should be done when HED string is originally parsed. It seems to be done much later in the process.
The
requireChild
implementation seems to be problematic. TheparseHedString
correctly detects thatDuration
hasrequireChild
. Howeverevent.spec.js
is detecting thatLabel
requires a child, which it does not.Nested definitions do not seem to be detected in bidsValidation
parseHedString
should detect the issues inObject/#
andObject/Thingie/#
. TheObject
tag cannot have a placeholder.The text was updated successfully, but these errors were encountered: