Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
5 check-ins using file bs/sema/codebuilder.cpp version 8876e002af
|
2021-02-25
| ||
| 12:10 | Implemented a new method to order function overloads. Enabled several new reference tests which are now working properly. check-in: 52ea24b083 user: achavasse tags: trunk | |
|
2021-02-21
| ||
| 17:15 | Improved the #DumpValue debugging intrinsic check-in: cb0fd19317 user: achavasse tags: trunk | |
|
2021-02-19
| ||
| 20:48 | Fix anonymous functions not getting compiled anymore due to an old bug. Added a test for that, since it turns out there weren't any check-in: 22b3b50b4f user: achavasse tags: trunk | |
|
2021-02-18
| ||
| 20:32 | Removed stray debugging profanity. check-in: 8cdafa4fa4 user: achavasse tags: trunk | |
| 19:35 |
Implemented reference initialization, so reference local variables can now be declared, and added a typechecking rule preventing template variables to bind to reference types.
Then fixed a MILLION horrible problems caused by all that. Now almost everything works again. *sobs* check-in: 9b058524b4 user: achavasse tags: trunk | |