summaryrefslogtreecommitdiff
path: root/tests/error-source-path.impure.lisp
AgeCommit message (Expand)Author
2024-06-03Stop saying 'can't open-code test of unknown type'.Stas Boukarev
2023-04-17Preserve ctran-source-path when doing let-conversion.Stas Boukarev
2022-12-02Fix comma source-location recording.Stas Boukarev
2022-04-26Mitigate code bloat from PCL accessors on defstructsDouglas Katzman
2022-04-17Get rid of a use of PCL-COMPILE for defstructDouglas Katzman
2022-03-29Signal _style_ warnings for multi-use annotation type mismatches.Stas Boukarev
2021-10-29note-block-deletion: check that ctran paths are visible too.Stas Boukarev
2021-10-29Try harder at finding the outer deleted source form.Stas Boukarev
2021-10-29Report deletion notes only for the outermost form.Stas Boukarev
2021-10-29Report deletion nodes for transformed code.Stas Boukarev
2021-06-29Fallback to CACHED-TYPEP less often, and warn more about doing itDouglas Katzman
2019-12-19DEFCLASS checks slot type specifiers at compile-timeJan Moringen
2019-11-26Restrict slot-initform-type-style-warning to (safety 0)Stas Boukarev
2019-11-09CT checking of defstruct initforms.Stas Boukarev
2019-11-09CT checking of &key initform type mismatches.Stas Boukarev
2019-11-09tests: Test source paths of compile-time type errors for initformsJan Moringen
2019-08-03Better error locations for some compile-time TYPEP errorsJan Moringen
2018-01-17Better source paths for malformed LET[*], FLET and LABELS bindingsJan Moringen
2018-01-17tests: Tests for unused FLET, LABELS bindings source pathsJan Moringen
2017-10-20pcl: WITH-{SLOTS,ACCESSORS} use WITH-CURRENT-SOURCE-FORMJan Moringen
2017-07-17tests: Check source paths for DEF{GENERIC,METHOD} lambda list errorsJan Moringen
2017-01-07Use WITH-CURRENT-SOURCE-FORM in some placesJan Moringen