Joachim Schmidt

Results 36 comments of Joachim Schmidt

I see the point in having these pointer-oriented data structures be non-generic: If we have the item stored, we can immediately access the node "containing" the item. I would advocate...

Issues with current buffer reformatting which would be solved by using `reformatter.el`: - Files on remote servers (tramp) cannot be formatted and `zig-mode` will annoyingly tell this to the user...

If the `zig fmt` is not used often by users of `zig-mode`, we can also consider removing that. But I personally use it all the time and the format on...

PR #46 fixed a lot of multiline strings for me, but sometimes they are still broken: ![image](https://user-images.githubusercontent.com/28556218/96925372-58b72b00-14b4-11eb-8ab3-10c2a822d628.png) This example was taken from `zig/test/stage2/test.zig`. It seems that the syntax assigner is...

Related: https://github.com/ziglang/zig-mode/issues/49 The cause of this behaviour is that our current formatting code runs `revert-buffer` after running `zig fmt` to load the new file. That means that the text scale...

I think this is still an issue related to https://github.com/ziglang/zig-mode/issues/22

I agree. I think that issue should be reopened as the handling of multiline strings was improved by #46 but not fixed completely as we can see.

I think this is due to the fact that `zig-mode` runs `revert-buffer` on every save (due to the formatting code). Leaving our manual reformatting code behind and moving towards https://github.com/ziglang/zig-mode/issues/39...

I think the most important address types are implemented - `unix` for Linux and macOS, `launchd` for macOS, and `nonce-tcp` for Windows. The remaining address types can be implemented later...

@Sobeston I'd be happy to translate to German.