gingerBill
|
09f366bec7
|
Correct purely named argument handling
|
2023-06-21 00:03:56 +01:00 |
|
gingerBill
|
2a002c3882
|
Fix scoring for untyped ternary expressions
|
2023-06-20 22:55:33 +01:00 |
|
gingerBill
|
fb756e3463
|
Correct procedure group handling
|
2023-06-20 21:02:57 +01:00 |
|
gingerBill
|
3c5661b51b
|
Allow for positional and named arguments in procedure calls
|
2023-06-20 20:29:40 +01:00 |
|
gingerBill
|
26e06ba6a6
|
Correct check_call_arguments_new_and_improved logic
|
2023-06-20 16:08:26 +01:00 |
|
gingerBill
|
7c57dde255
|
Start work on parapoly args for new and improved
|
2023-06-20 13:47:10 +01:00 |
|
gingerBill
|
9ec927b9e9
|
Try to get make everything work with parapoly
|
2023-06-20 00:30:29 +01:00 |
|
gingerBill
|
15a0d9f900
|
Begin to handle split arguments correctly
|
2023-06-19 23:46:06 +01:00 |
|
gingerBill
|
f26e3c6509
|
Improve proc group selection with named arguments
|
2023-06-19 22:26:43 +01:00 |
|
gingerBill
|
6568625dea
|
Fix line error printing for error messages
|
2023-06-19 22:12:47 +01:00 |
|
gingerBill
|
427f212170
|
Begin work in procedure calls
|
2023-06-19 13:56:00 +01:00 |
|
gingerBill
|
2992ca5df1
|
Basic support for new procedure code (non-polymorphic, non-proc-group)
|
2023-06-15 01:37:55 +01:00 |
|
gingerBill
|
242d3b3c4d
|
Begin work allowing mixture of named and unnamed
|
2023-06-14 15:40:52 +01:00 |
|
gingerBill
|
c66ac9725e
|
Separate out logic for checking mixture of named and unnamed parameters
|
2023-06-14 14:56:33 +01:00 |
|
gingerBill
|
feacc5cd11
|
Basic enforcement of ordered named arguments/parameters for procedures
|
2023-06-14 14:03:08 +01:00 |
|
gingerBill
|
8bf32ac697
|
Minor change to handling of propagation of errors with --- as a value
|
2023-05-22 12:53:29 +01:00 |
|
gingerBill
|
540f724b1f
|
Fix --- on variable declarations
|
2023-05-22 12:42:02 +01:00 |
|
gingerBill
|
d5a8f2298e
|
Restrict --- to variable declarations only
|
2023-05-22 12:37:26 +01:00 |
|
gingerBill
|
2631e07bea
|
Add intrinsics.type_merge
|
2023-05-19 11:18:20 +01:00 |
|
gingerBill
|
171f38b9b5
|
Allow implicit conversion between boolean types within or_return
This is to improve the experience using third-party code, especially foreign C-like code which may use a distinct boolean or a different sized one
|
2023-05-18 11:06:02 +01:00 |
|
gingerBill
|
b0f0a02d3c
|
Make !x be an untyped boolean
|
2023-04-27 11:26:15 +01:00 |
|
gingerBill
|
6726df4d58
|
Allow aliasing foreign import name
|
2023-04-20 11:20:15 +01:00 |
|
gingerBill
|
e24315eed8
|
Improve grammar
|
2023-04-15 16:16:16 +01:00 |
|
gingerBill
|
5da76ae34b
|
Add struct #no_copy
|
2023-04-15 15:37:32 +01:00 |
|
gingerBill
|
49cf0125a9
|
Fix minor memory leak
|
2023-03-16 13:01:06 +00:00 |
|
gingerBill
|
2d71ab6f29
|
Improve error message on undefined operators
|
2023-03-02 14:54:27 +00:00 |
|
gingerBill
|
9afd9f9bea
|
Merge branch 'master' into new-temp-allocator
|
2023-02-28 12:15:54 +00:00 |
|
gingerBill
|
1f17a391c6
|
Improve error line squiggle logic
|
2023-02-27 15:58:32 +00:00 |
|
gingerBill
|
a9182cfd8c
|
Allow compound literals to access fields through using
|
2023-02-26 13:26:35 +00:00 |
|
gingerBill
|
6a6d7701f9
|
Improve error bounds for check_comparison
|
2023-02-22 21:50:49 +00:00 |
|
gingerBill
|
090e30f07b
|
Make -verbose-errors the default; -terse-errors to disable it
|
2023-02-22 11:48:10 +00:00 |
|
gingerBill
|
f5d507a9b9
|
Improve errors about conversions of constant integers
|
2023-02-22 11:30:08 +00:00 |
|
gingerBill
|
b9f7b2fdfa
|
Improve error message for typed constants that cannot be represented by a type
|
2023-02-21 23:16:25 +00:00 |
|
gingerBill
|
59a601f2cf
|
Improve error messages when trying to access a non-existent field on a type
|
2023-02-21 23:08:02 +00:00 |
|
gingerBill
|
b6a5c5f5d2
|
Improve some error messages when casting a constant value which needs to be truncated/rounded
|
2023-02-21 17:24:22 +00:00 |
|
gingerBill
|
a2f02b8b32
|
Fix bug with for in statements and pointer intervals
|
2023-02-21 16:31:22 +00:00 |
|
gingerBill
|
c386c72d10
|
Check for procedure literals in $ parameters
|
2023-02-19 12:11:57 +00:00 |
|
gingerBill
|
20eacc4a84
|
Fix issue that conflicts with constant parapoly procedures and deferred_* procedures
|
2023-02-19 12:10:28 +00:00 |
|
gingerBill
|
8a2a70a3c2
|
Fix overriding procedure information for literals
|
2023-02-17 13:00:37 +00:00 |
|
gingerBill
|
e6239ca3c2
|
Warn on 'expand_to_tuple' has been replaced with 'expand_values'
|
2023-02-10 13:17:04 +00:00 |
|
gingerBill
|
60e73d91f6
|
Remove internal readonly attribute
|
2023-02-03 13:42:23 +00:00 |
|
gingerBill
|
5eeb436626
|
Temporarily make all map get calls dynamic
|
2023-02-03 12:43:21 +00:00 |
|
gingerBill
|
eb457d688d
|
Make static map calls the default; add -dynamic-map-calls
|
2023-02-03 12:16:58 +00:00 |
|
gingerBill
|
f59846377d
|
Improve ternary logic for untyped nil stuff
|
2023-01-30 15:29:59 +00:00 |
|
gingerBill
|
8e8eb9e5cd
|
Improve ternary if expression type inference rues
Allow for expression like this
`x: union{f32} = f32(123) if cond else nil`
|
2023-01-30 12:54:11 +00:00 |
|
gingerBill
|
c45ca1bfcc
|
Correct arena_temp_end usage when no allocation ever happens for that arena
|
2023-01-28 12:09:24 +00:00 |
|
gingerBill
|
5d397804f7
|
Fix #2286 by printing an error correctly
|
2023-01-16 13:22:37 +00:00 |
|
gingerBill
|
2dca39b557
|
Remove auto_cast procedure field flag
Fixes #2285
|
2023-01-16 12:06:03 +00:00 |
|
gingerBill
|
b55fa268bf
|
Fix #2267 by making it an error
|
2023-01-16 12:03:46 +00:00 |
|
gingerBill
|
c819c350d6
|
Add error message for atomic intrinsics to prevent arbitrary types
|
2023-01-16 11:58:14 +00:00 |
|