Laytan
Laytan
Building LLVM in a mode that has assertions enabled makes any compilation done with it fail assertions. This is incredibly annoying when trying to use a debug version of LLVM...
- [x] Have you added the example to the CI at `.github/workflows/check.yml`?
`is_graphic`, `is_print`, `is_control`, `is_number`, `is_punct`, and `is_symbol` only support the latin1 range of unicode currently.
`@init` is problematic because you can't import it without linking against the library. Removing the init allows importing, not calling any of the functions, and having it not link in...
Fixes #1730
Note: consider this a proposal that contains an implementation. This PR changes the way casting between two procedures is checked and will only allow casts for "similar enough" procedure signatures...
### Description Getting this error when executing `neogit.open()` doing a bisect, then making commits, checking out branches etc, before stopping the bisect: ``` Error executing Lua callback: ...share/nvim/lazy/plenary.nvim/lua/plenary/async/async.lua:18: The coroutine...
The orca api has been updated with a new ui system. The ported (from https://github.com/orca-app/orca/tree/main/samples) examples need to updated.