-
Notifications
You must be signed in to change notification settings - Fork 0
Replace * with # in wildcard slices. #184
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestmajorRequires a major version change.Requires a major version change.testSomething related to the test suite.Something related to the test suite.
Milestone
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestmajorRequires a major version change.Requires a major version change.testSomething related to the test suite.Something related to the test suite.
According to the specification section 4.4.2:
Use hash
#instead of star*for full-dimension (wildcard) slices.Update the implementation, specification, tests, and stdlib.