1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Commit graph

4526 commits

Author SHA1 Message Date
Brian Fiete
ca1ac7fb4c Fixed ToString of tuples with sized array members 2024-02-14 05:26:03 -05:00
Brian Fiete
34b0dd44a7 Fix delete warnings 2024-02-13 12:33:19 -05:00
Brian Fiete
51321530f1 Properly rebuild BfConstExprValueType structs 2024-02-13 11:09:26 -05:00
Brian Fiete
531afe8941 Linux fix? 2024-02-13 11:09:03 -05:00
Brian Fiete
d341104a57 Cache ConstExpr ToString, fix const arg int comparison in cast 2024-02-13 08:35:10 -05:00
Brian Fiete
337a94b8b5 Avoid putting things like ValueType into Fail types for ValueType.Equals 2024-02-13 08:34:34 -05:00
Brian Fiete
36700b39ab Fixed expandedParamsArray in unspecialized sections 2024-02-13 06:42:06 -05:00
Brian Fiete
b80db38cdc Expanded const generic params to support structs 2024-02-13 06:12:12 -05:00
Brian Fiete
d9de51a019 Properly fill in padding members in innerconst aggs 2024-02-13 06:06:39 -05:00
Brian Fiete
619a711e42 Temporary occasional error fix 2024-02-13 06:05:48 -05:00
Brian Fiete
ba463cc5d6
Merge pull request #1929 from rzuckerm/min-max
Add ability to get min/max value generically for numeric types
2024-02-13 12:04:27 +01:00
Ron Zuckerman
af7ca28707
Add ability to get min/max values for generic floating point 2024-02-09 18:52:32 -06:00
Ron Zuckerman
484b9716db
Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06:00
Brian Fiete
6302416e40 Fixed constraints on generic delegates 2024-02-06 06:56:10 -05:00
Brian Fiete
b722614501 Make "Failed to execute" a nice red error 2024-02-04 07:34:29 -05:00
Brian Fiete
ec2602f3b0 GenerateAutocompleteInfo genricParam sanity check in 2024-02-04 07:33:57 -05:00
Brian Fiete
c5f58c34ba Fixed some comment/uncomment issues 2024-02-01 08:18:25 -05:00
Brian Fiete
d0b187a313 Hashcode error fix(hack) 2024-01-26 06:08:39 -05:00
Brian Fiete
7c6a53e59f Image.LoadFromFile fatal error flag 2024-01-26 06:08:17 -05:00
Brian Fiete
88cc8eac96 Expression-bodied ctor printing fix 2024-01-26 06:07:27 -05:00
Brian Fiete
4b59c1463c Fixed parameter attribute resolution in partials in CreateTypeData 2024-01-24 06:42:31 -05:00
Brian Fiete
f7dbe88169 Fixed mBaseClassCommas printing 2024-01-24 06:16:42 -05:00
Brian Fiete
7f0fb7e737 Test change 2024-01-23 17:49:01 -05:00
Brian Fiete
247b084fd1 Disable test 2024-01-23 07:25:39 -05:00
Brian Fiete
b108349a67 Fixed rettype hashing 2024-01-23 07:09:20 -05:00
Brian Fiete
f96de4722e Improved right-cursor movement over utf8 codepoints 2024-01-22 08:39:53 -05:00
Brian Fiete
04f1802303 Fixed midcompile rebuild for deleted dependent types 2024-01-22 08:13:15 -05:00
Brian Fiete
a356186514 Fixed comptime reflected static field accesses 2024-01-22 08:12:15 -05:00
Brian Fiete
4176f7369d Merge branch 'master' of https://github.com/beefytech/Beef 2024-01-21 07:01:43 -05:00
Brian Fiete
0010b29a98 Improved "unexpected character" error 2024-01-21 07:01:38 -05:00
Brian Fiete
45771ae48e
Merge pull request #1925 from rzuckerm/empty-command-line-args
Bug fix for empty command-line arguments
2024-01-20 23:10:41 +01:00
Ron Zuckerman
3a9f2a234b
Bug fix for empty command-line arguments 2024-01-20 14:49:28 -06:00
Brian Fiete
a8ef67477a Merge branch 'master' of https://github.com/beefytech/Beef 2024-01-19 07:11:34 -05:00
Brian Fiete
7fcf1c09b6 Fixed crash with binOp deferRight with failed right eval 2024-01-19 07:11:29 -05:00
Brian Fiete
1e21c69bde
Merge pull request #1921 from rzuckerm/fix-cmd-line-bug
Make sure command line arguments with whitespace are enclosed in quotes
2024-01-16 11:12:33 +01:00
Ron Zuckerman
1a34aafddd
Make sure command line arguments with whitespace are enclosed in quotes 2024-01-15 15:26:13 -06:00
Brian Fiete
d452978605
Merge pull request #1918 from rzuckerm/fix-number-parsing
Bugfixes for number parsing
2024-01-15 18:30:52 +01:00
Ron Zuckerman
8bd12814b8
Bugfixes for number parsing 2024-01-14 17:06:43 -06:00
Brian Fiete
4d232c95cb Field static struct FieldInfo set 2024-01-14 14:09:24 -05:00
Brian Fiete
d5c336ffab Improved Test output speed with large stdout line counts 2024-01-09 08:13:51 -05:00
Brian Fiete
49df1ffc59 ReadLine restore consolemode fix 2024-01-08 10:07:14 -05:00
Brian Fiete
23729f8c0b month+1 for TimeLocal 2024-01-04 06:33:13 -05:00
Brian Fiete
10fdde56c5 Fix for PerformBinaryOperation_NullCoalesce 2024-01-02 18:41:09 -05:00
Brian Fiete
015bf14156 Properly handle console mode ENABLE_LINE_INPUT 2024-01-02 08:25:37 -05:00
Brian Fiete
035335bf7b Added out sockAddrs for Connect/AcceptFrom 2024-01-01 05:49:45 -05:00
Brian Fiete
13c66a7d31 Added indexers to navigation 2023-12-31 09:54:34 -05:00
Brian Fiete
633425f902 Fixed 'defer a->b()` 2023-12-31 09:41:36 -05:00
Brian Fiete
73265d82dd Improved auto-ctor formatting 2023-12-31 09:20:12 -05:00
Brian Fiete
7057bcd099 Fixed multimon workspace right-click menu 2023-12-31 07:12:22 -05:00
Brian Fiete
100e4c7fe8 More permissive parsing to allow for $"{a ? "b" : "c"}" 2023-12-31 06:41:46 -05:00