aboutsummaryrefslogtreecommitdiffhomepage
path: root/errortest/slul-interfaces
AgeCommit message (Expand)AuthorFilesLines
2024-06-02Don't use ref types for function referencesSamuel Lidén Borell2-2/+2
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-04-13Remove cli/gui distinction. Make \name and \type optional for appsSamuel Lidén Borell1-1/+1
2024-03-02Fix incorrect source location of imported definitionsSamuel Lidén Borell3-5/+4
2024-01-21Fix missing check for missing unstable_api in libraryspec interfacesSamuel Lidén Borell1-0/+9
2024-01-01Put since-versions first in struct/enum membersSamuel Lidén Borell1-6/+12
2023-12-30Put since-versions first in top-levels declarationsSamuel Lidén Borell5-33/+61
2023-10-08Only match actually implemented idents in version checkSamuel Lidén Borell2-0/+48
2023-10-08Check version when binding struct fieldsSamuel Lidén Borell1-2/+3
2023-10-04Add more tests of identifier version checks + fix error reportingSamuel Lidén Borell1-4/+40
2023-10-01Check version when binding identifiers across modulesSamuel Lidén Borell2-0/+28
2023-09-17Check for missing \api_def'sSamuel Lidén Borell1-1/+2
2023-09-16Add unstable_api flag. Improve checks of module headersSamuel Lidén Borell17-21/+48
2023-09-10Add check for different type with same name for typeidents and methodsSamuel Lidén Borell3-0/+32
2023-09-10Implement search for methods and typeidents in other modules alsoSamuel Lidén Borell5-0/+56
2023-09-08Implement "nestedonly" dependencies (and remove "typesonly")Samuel Lidén Borell1-0/+1
2023-09-08Fix handling of \interface_depends that depends on the current moduleSamuel Lidén Borell1-0/+5
2023-09-08Tests: More tests of dependencies and librariesSamuel Lidén Borell6-3/+19
2023-08-11Basic check of \interface_depends in dependenciesSamuel Lidén Borell2-0/+13
2023-08-06Add version check of dependenciesSamuel Lidén Borell3-0/+16
2023-08-06Add sanity check of name and type of dependenciesSamuel Lidén Borell2-0/+14
2023-07-15Update copyright yearsSamuel Lidén Borell2-2/+2
2023-07-12Tests: External constants in array length should give errorsSamuel Lidén Borell2-0/+4
2023-04-30Checking of open/closed structsSamuel Lidén Borell2-0/+12
2022-06-15Remove support for multi-versioned symbols. Change syntax to "since X"Samuel Lidén Borell2-6/+34
2022-05-01Simplify syntax for private types (remove "= private")Samuel Lidén Borell1-2/+2
2022-04-09Basic verification of type definitions. Add "error tests"Samuel Lidén Borell1-0/+35