Fix RBS::DuplicatedDeclarationError#11
Conversation
We remove the RBS declaration of SnakyHash::VERSION from sig/snaky_hash.rbs because it's already declared in sig/snakey_hash/version.rbs. This duplicate declaration causes RBS::DuplicatedDeclarationError in projects using snaky_hash.
|
Oh damn, I wonder how many places I accidentally duplicated this... thanks for the report! |
@pboling Just in case you were wondering: I am not going through your repositories trying to nit pick on this one error 😱 . I actually came across these errors while maintaining the |
|
@leoarnold I am glad you found it! NOTE: this was not AI. It was present in others of my repos. I use a highly structured, deterministic, templating system on all my gems, and it had a flaw that resulted in this. Basically it failed to cleanup the constant from the The templating project is based on, and part of, my StructuredMerge.org tools... and I've now added a regression spec and fixed the issue in HEAD. Happy to know Cobot is using the gems! |
|
I'll have a new release out within a day or so. |
We remove the RBS declaration of SnakyHash::VERSION from sig/snaky_hash.rbs because it's already declared in sig/snakey_hash/version.rbs.
This duplicate declaration causes RBS::DuplicatedDeclarationError in projects using snaky_hash.