-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not handling Arrays or Hashes without type name #43
Labels
bug
Something isn't working
Comments
Tested a few gems to see what errors were left to fix:
|
That's a really useful insight into where Sord is now! Rouge's issue can be sorted by translating |
This should now be implemented - Zeitwerk no longer has any errors related to this! |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Sord doesn't correctly handle
<String>
(should be equivalent toArray<String>
) or{String => true}
(equivalent toHash{String => true}
)I tested sord with zeitwerk and discovered this issue.
To Reproduce
Expected behavior
Actual behavior
Additional information
The type parser seems to suggest these are valid, so we should try to support them.
The text was updated successfully, but these errors were encountered: