Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix line info used for `UnunsedImport` from subdirectories (#24158) | Jake Leahy | 2024-09-23 | 1 | -4/+4 |
| | | | | | | | | | | | When importing from subdirectories, the line info used in `UnusedImport` warning would be the `/` node and not the actual module node. More obvious with grouped imports where all unused imports would show the same column  Fix is to just use the last child node for infixes when getting the line info | ||||
* | some test cleanups & category reorganization (#22010) | metagn | 2023-06-06 | 19 | -0/+488 |
* clean up some test categories * mention exact slice issue * magics into system * move trangechecks into overflow * move tmemory to system * try fix CI * try fix CI * final CI fix |