LemonBoy
LemonBoy
It would be nice if you could provide some packages with the `CMAKE_BUILD_TYPE=Debug` option, it'd be really helpful for when you need to develop something that's using llvm and need...
Some other IDEs by other uC vendors include a "Reset & Restart" button allowing the devloper to restart both the uC and the debugging session without having to reflash the...
The silent! flag causes the evaluation not to be aborted in case of uncaught exceptions, adjust handle_did_throw to take this detail into account. Fixes the long-standing todo.txt item: ``` Problem...
Use the specified value instead of the default one (SIGN_DEF_PRIO) when no priority is explicitly specified in sign_place or :sign place. Closes #8334
Nothing too serious, a small refactoring and a bonus. Move the machine-specific parts to os_mswin and os_unix. Implement a simple fallback for Windows (works on 10 or later).
The initializer expression for class members is evaluated as-needed. Use the script context where the class is defined when evaluating it to avoid missing variable errors. Closes #14011
When casting an object from one class to another the target type may be a subclass (downcast) or superclass (upcast) of the source one. Upcasts require a runtime type check...
Ensure the generated typevals get the declared type and generate typechecks to ensure that's the case. Closes #15090 @errael Mind giving this a try?
Add a way to extract the number of required and optional arguments for a given function or partial. Closes #15097
### Windows Terminal version _No response_ ### Windows build number 10.0.22631.0 ### Other Software vim 9.1 ### Steps to reproduce - `git clone [email protected]:vim/vim.git` - `cd src` - `nmake -f...