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
The latest version of rbs prototype rb command tries to analyze the type of constants statically and generates them as possible. So it's very helpful if sord does not generate the untyped constants. Then I'll be able to merge the result of these commands.
The text was updated successfully, but these errors were encountered:
Describe the bug
sord generates untyped definitions for constants even if
--exclude-untyped
option given.To Reproduce
This is a minimal reproducible example.
Expected behavior
I think they should be suppressed.
Actual behavior
I ran the following command:
Result:
Additional information
The latest version of
rbs prototype rb
command tries to analyze the type of constants statically and generates them as possible. So it's very helpful if sord does not generate the untyped constants. Then I'll be able to merge the result of these commands.The text was updated successfully, but these errors were encountered: