summary refs log tree commit diff stats
path: root/tests/msgs
Commit message (Collapse)AuthorAgeFilesLines
* Fix line info used for `UnunsedImport` from subdirectories (#24158)Jake Leahy2024-09-231-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 ![image](https://github.com/user-attachments/assets/42850130-1e0e-46b9-bd72-54864a1ad41c) Fix is to just use the last child node for infixes when getting the line info
* some test cleanups & category reorganization (#22010)metagn2023-06-0619-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