Skip to content

Fix warning message. Use RBS::TypeName.parse in RBS>=3.8 - #53

Merged
tompng merged 1 commit into
mainfrom
fix_rbs_typename_deprecation
Jan 10, 2025
Merged

Fix warning message. Use RBS::TypeName.parse in RBS>=3.8#53
tompng merged 1 commit into
mainfrom
fix_rbs_typename_deprecation

Conversation

@tompng

@tompng tompng commented Jan 10, 2025

Copy link
Copy Markdown
Member

Running test prints this warning

Kernel#TypeName() is deprecated. Use RBS::TypeName.parse instead.

Use RBS::TypeName.parse(name) added in RBS 3.8.0 if possible.

RBS::TypeName(name) is deprecated in RBS 3.8.0.
Use RBS::TypeName.parse(name) added in RBS 3.8.0 if possible.
@tompng
tompng merged commit ec56f99 into main Jan 10, 2025
@tompng
tompng deleted the fix_rbs_typename_deprecation branch January 10, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants