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
From solution to original issue #79, we naively just strip off anything before ? and ! characters in an identifier field. Various filesystems support one or both of these characters and conceivably that could be part of a build:
Task
Assess if naive stripping fails necessary support scenarios.
Add regression tests
Fix issues.
The text was updated successfully, but these errors were encountered:
From solution to original issue #79, we naively just strip off anything before
?
and!
characters in anidentifier
field. Various filesystems support one or both of these characters and conceivably that could be part of a build:Task
The text was updated successfully, but these errors were encountered: