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
@manhhung741 suggested this on the original Sord RFC for this project, and I think it's a good option to have. If this option is set, then generate this style:
moduleAendclassA::Bend
Rather than this:
moduleAclassBendend
The text was updated successfully, but these errors were encountered:
Bumping this - this is more than an option, this needs to be the new output format. RBI has serious trouble parsing the current format and being able to match constants.
RBI will complain that it can't find BatchRecord even though it shares the same parent module, because when Tapioca reads the rbi files of the gems, it flattens them into the A::B format. This makes this nested lookup flat out not work.
In other words, when Sord outputs this code, everything looks fine, but when processed by Tapioca in a downstream project it starts failing.
@manhhung741 suggested this on the original Sord RFC for this project, and I think it's a good option to have. If this option is set, then generate this style:
Rather than this:
The text was updated successfully, but these errors were encountered: