Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [nimsuggest] fix def call on identifier 2 times on the line (#20228) | Ivan Yonchovski | 2022-08-30 | 1 | -0/+9 |
- apparently TLineInfo's implementation of `==` ignores the column. After I fixed the code to use exact TLineInfo comparison I fixed several other issues hidden by that issue. - Replaced `tuple[sym, info]` with `SymInfoPair` |