Laytan

Results 62 issues of 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...

bug
llvm-backend

- [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.

feature request
core-library

`@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...

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...

proposal

### 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...

bug

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.

help wanted