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
parser gem removes CR characters before parsing. Therefore `Parser::
Source::Buffer` does not contain any CR characters. As a result,
`Parser::Source::Comment` points the location without CR characters.
On the other hand, `RBS::Buffer` contains CR characters. This
difference causes `steep:ignore` comment disabled.
This converts the location of comments using line and column
Closesoutaro#1376
The text was updated successfully, but these errors were encountered: