soutaro / rbs-inline

Inline RBS type declaration
MIT License
165 stars 6 forks source link

Add dependency on Steep 1.7.0.dev #43

Closed euglena1215 closed 1 month ago

euglena1215 commented 1 month ago

Added a dependency on Steep 1.7.0.dev to support new syntax introduced in RBS 3.5 and Steep 1.7. This change includes a note that explains the dependency can be removed once RBS 3.5 is officially released.

ParadoxV5 commented 1 month ago

This project does not actually depend on Steep, therefore this workaround does not directly belong.

Instead, Steep could be more pessimistic with its RBS version support:

  spec.add_runtime_dependency "rbs", ">= 3.1.0"

https://github.com/soutaro/steep/blob/v1.6.0/steep.gemspec#L36

  spec.add_runtime_dependency "rbs", ">= 3.1.0", "< 3.5"
ParadoxV5 commented 1 month ago

RBS 3.5 is now released.

euglena1215 commented 1 month ago

Thanks! This PR is no longer needed and will be closed.