index
:
slul
main
no-refs
parser-simplification-rewrite
wip-sigils
SLUL Programming Language
samuel@kodafritt.se
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
errortest
/
slul-interfaces
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-02
Don't use ref types for function references
Samuel Lidén Borell
2
-2
/
+2
2024-05-11
Update copyright years
Samuel Lidén Borell
1
-1
/
+1
2024-04-13
Remove cli/gui distinction. Make \name and \type optional for apps
Samuel Lidén Borell
1
-1
/
+1
2024-03-02
Fix incorrect source location of imported definitions
Samuel Lidén Borell
3
-5
/
+4
2024-01-21
Fix missing check for missing unstable_api in libraryspec interfaces
Samuel Lidén Borell
1
-0
/
+9
2024-01-01
Put since-versions first in struct/enum members
Samuel Lidén Borell
1
-6
/
+12
2023-12-30
Put since-versions first in top-levels declarations
Samuel Lidén Borell
5
-33
/
+61
2023-10-08
Only match actually implemented idents in version check
Samuel Lidén Borell
2
-0
/
+48
2023-10-08
Check version when binding struct fields
Samuel Lidén Borell
1
-2
/
+3
2023-10-04
Add more tests of identifier version checks + fix error reporting
Samuel Lidén Borell
1
-4
/
+40
2023-10-01
Check version when binding identifiers across modules
Samuel Lidén Borell
2
-0
/
+28
2023-09-17
Check for missing \api_def's
Samuel Lidén Borell
1
-1
/
+2
2023-09-16
Add unstable_api flag. Improve checks of module headers
Samuel Lidén Borell
17
-21
/
+48
2023-09-10
Add check for different type with same name for typeidents and methods
Samuel Lidén Borell
3
-0
/
+32
2023-09-10
Implement search for methods and typeidents in other modules also
Samuel Lidén Borell
5
-0
/
+56
2023-09-08
Implement "nestedonly" dependencies (and remove "typesonly")
Samuel Lidén Borell
1
-0
/
+1
2023-09-08
Fix handling of \interface_depends that depends on the current module
Samuel Lidén Borell
1
-0
/
+5
2023-09-08
Tests: More tests of dependencies and libraries
Samuel Lidén Borell
6
-3
/
+19
2023-08-11
Basic check of \interface_depends in dependencies
Samuel Lidén Borell
2
-0
/
+13
2023-08-06
Add version check of dependencies
Samuel Lidén Borell
3
-0
/
+16
2023-08-06
Add sanity check of name and type of dependencies
Samuel Lidén Borell
2
-0
/
+14
2023-07-15
Update copyright years
Samuel Lidén Borell
2
-2
/
+2
2023-07-12
Tests: External constants in array length should give errors
Samuel Lidén Borell
2
-0
/
+4
2023-04-30
Checking of open/closed structs
Samuel Lidén Borell
2
-0
/
+12
2022-06-15
Remove support for multi-versioned symbols. Change syntax to "since X"
Samuel Lidén Borell
2
-6
/
+34
2022-05-01
Simplify syntax for private types (remove "= private")
Samuel Lidén Borell
1
-2
/
+2
2022-04-09
Basic verification of type definitions. Add "error tests"
Samuel Lidén Borell
1
-0
/
+35