Jan Ph. H.

Results 467 comments of Jan Ph. H.
trafficstars

@Th3Whit3Wolf I dont use onebuddy, since Treesitter alredy provides relative nice colorgroups: https://github.com/glepnir/zephyr-nvim/blob/main/lua/zephyr.lua I was only noticing the bug on testing different colorschemes.

Status 20240101 ``` Simplified compilation code paths future optimizations ▲─► ▲─► │ │ │ │ │ │ │ │ 1 2 3 │ ▼ 4 │ ▼ 5 .zig ─►...

> Even though scoping precisely what's to be verified is a premature question 1. We still have no semantic specification of Zig file semantics with one of the biggest reasons...

> As for comparing pointer addresses, I suspect it's not a very common thing + my knowledge in C doesn't expand that much into this, so unless there's a reasonable...

Upstream tracking issue for compiler_rt implementation is #15678. My (deleted from upstream due to maintenance churn) docs explain when to use what in https://github.com/matu3ba/matu3ba.github.io/blob/master/crt/crt_unofficial_zig_docs.md > I would say leave something...

Where does it fail, if you add/apply this PR https://github.com/ziglang/zig/pull/12346 ?

@haze What is the status of this? I'd like to lookup the color rules to document necessary changes for semantic tokens and treesitter color rules by zls and treesitter-zig to...

I think to estimate better the use cases, it would help to provide guidelines or a plugin how to create and read scratch buffers (not backed by file or stored...

Agreed, they look much simpler. > The idea is to quickly save scratch buffer to a file system? The idea is to have a lib to manage a buffer, lets...

I need to learn abit more on LLVM IR, because I cant follow on where things fall apart. `zig build-exe badcodegen.zig -target x86_64-freestanding-none -mcpu=x86_64+soft_float-sse-sse2 -femit-llvm-ir=badcodegen.ll` is the command to get...