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

3414 commits

Author SHA1 Message Date
Brian Fiete
6fe9c97649 Improved #region collapse behavior 2022-03-02 12:10:16 -08:00
Brian Fiete
5fc95f8f07 Improved display of anchorless collapses 2022-03-02 10:49:29 -08:00
Brian Fiete
4df1254743 Offer to close temp files after closing dump file 2022-03-02 10:33:48 -08:00
Brian Fiete
13eee411a9 Fix GetResultString null crash 2022-03-02 09:59:11 -08:00
Brian Fiete
e11c4aa0fe Fixed string gv to stringId 2022-03-02 09:51:28 -08:00
Brian Fiete
16f307f7ca Check both LOCAL_MACHINE and CURRENT_USER for fonts 2022-03-02 09:47:46 -08:00
Brian Fiete
afa98e40b6 Fix conversion from primitives to nullables 2022-03-02 09:09:06 -08:00
Brian Fiete
1c05905058 Handle while collapse 2022-03-02 07:53:18 -08:00
Brian Fiete
080dadb24b SetConsoleOutputCP(CP_UTF8) 2022-03-02 07:38:29 -08:00
Brian Fiete
8d6a29c16a Fixed globalVar flag handling in const resolve 2022-03-01 14:11:11 -08:00
Brian Fiete
28a03fcc4b Fixed recursive debug value alias issue 2022-03-01 14:02:31 -08:00
Brian Fiete
cb037979e9 Fixed position of execution arrow 2022-03-01 13:28:09 -08:00
Brian Fiete
22b1ea6aab Fixed scope of nullable data 2022-03-01 13:19:57 -08:00
Brian Fiete
b9b35ef92d 'y' check for collapse hierarchy 2022-03-01 13:01:10 -08:00
Brian Fiete
70adbbaa9f Added reference string to queued execution 2022-03-01 12:57:22 -08:00
Brian Fiete
b438f2166d Fixed extension method override error check 2022-03-01 12:05:10 -08:00
Brian Fiete
9d9cd528da Added error for conflicting extension override methods 2022-03-01 11:53:39 -08:00
Brian Fiete
bc46807003 Improved reflection method invocation argument handling 2022-03-01 11:12:07 -08:00
Brian Fiete
fa3b69e0c7 Fixes collapse case where anchorLine==startLine, and anchorLine==endLine 2022-03-01 10:49:12 -08:00
Brian Fiete
f0ff0d3630 Improved null handling in reflected method invocation 2022-03-01 10:37:13 -08:00
Brian Fiete
7a227ee7a4
Merge pull request #1471 from disarray2077/patch-3
Correctly handle null in `Write`/`WriteLine`
2022-03-01 18:54:21 +01:00
Brian Fiete
dcdc6c22e1
Merge pull request #1473 from disarray2077/patch-5
Fix error handling in `Version.Parse`
2022-03-01 18:54:10 +01:00
Brian Fiete
78db623377
Merge pull request #1474 from disarray2077/gca
Add `GetCustomAttributes` and `GetCustomAttributes<T>`
2022-03-01 18:53:59 +01:00
Brian Fiete
f9d173ea65
Merge pull request #1481 from aharabada/master
Fixed negating floats during comptime
2022-03-01 18:53:40 +01:00
Brian Fiete
5e810d4e8b
Merge pull request #1480 from disarray2077/patch-6
Fix `Dictionary<T>.ValueEnumerator.Key`
2022-03-01 18:53:26 +01:00
Brian Fiete
ce8d2e7d0d Fixed ref auto-prop mut error 2022-03-01 09:51:23 -08:00
Brian Fiete
06f4eb9576 Improvements to auto-impl properties 2022-03-01 09:49:02 -08:00
Simon Lübeß
da08966884 Fixed unary minus operator 2022-03-01 17:36:05 +01:00
Brian Fiete
36e0a3a375 Fixed thread safety issue 2022-03-01 06:11:39 -08:00
Brian Fiete
b6e2be1e99 Improved QuickFind behavior 2022-03-01 06:11:28 -08:00
disarray2077
0c911b7929
Fix Dictionary<T>.ValueEnumerator.Key 2022-02-28 22:42:46 -03:00
Brian Fiete
90d1891cf1 Allow mVTableOrigLength==-1 in PopulateHotTypeDataVTable 2022-02-28 11:28:34 -08:00
Brian Fiete
5fd0e6d0c8 Make GetExtension failure softer 2022-02-28 11:28:11 -08:00
Brian Fiete
90735e3bf8 Collapsible regions (aka outlining aka code folding) 2022-02-28 11:27:12 -08:00
disarray2077
3df708779d Some refactoring and add GetCustomAttributes for Comptime 2022-02-26 22:31:32 -03:00
disarray2077
d52ebfa1db Use Variant in CustomAttributeEnumerator 2022-02-26 14:33:25 -03:00
disarray2077
9eecf83c22 Add GetCustomAttributes 2022-02-26 13:43:56 -03:00
disarray2077
0a173fcf9f
Fix error handling in Version.Parse 2022-02-26 11:49:01 -03:00
disarray2077
06bc73976f
Correctly handle null in Write/WriteLine 2022-02-25 21:26:56 -03:00
Brian Fiete
3dd4212ccd Fixed IsTypeMemberIncluded generic unspecialized variation check 2022-02-25 06:15:07 -08:00
Brian Fiete
16d9160bd2
Merge pull request #1469 from disarray2077/patch-2
Allow handling of `ToFileTimeUtc` error
2022-02-24 16:14:06 -08:00
Brian Fiete
0c4342cbba
Merge pull request #1466 from disarray2077/patch-1
Improve `TimeSpan`
2022-02-24 16:13:39 -08:00
Brian Fiete
55e8fc44de
Merge pull request #1465 from disarray2077/patch-4
Fix `GetExtension` and add `HasExtension` to `Path`
2022-02-24 16:13:04 -08:00
Brian Fiete
faaae112b5 Fixed case of deleting tuple mid-compile 2022-02-24 11:18:06 -08:00
Brian Fiete
cbe398b548 Fixed negative case in GetHighestBitSet 2022-02-24 11:16:45 -08:00
Brian Fiete
3454e26941 Test fix 2022-02-24 05:55:42 -08:00
Brian Fiete
4f8426d8f1 Method range check 2022-02-24 05:35:58 -08:00
Brian Fiete
252f790525 Fix for mid-compile rebuild chain from on-demand type 2022-02-24 05:20:19 -08:00
Brian Fiete
3b412719fe Allow IOnTypeInit for method declarations 2022-02-23 17:19:56 -08:00
disarray2077
4072e667c9
Allow handling of ToFileTimeUtc error 2022-02-23 16:28:37 -03:00