Nathan Michaels

Results 5 issues of Nathan Michaels

If a multiline string ends with just a newline, highlighting after it is borked: ![image](https://user-images.githubusercontent.com/265945/72091066-3ed2a000-3307-11ea-82e1-67d335b32240.png)

### Zig Version 0.13.0-dev.4+c7ffdbcd4 ### Steps to Reproduce and Observed Behavior ## Environment This was run on a Debian testing system with the following installed: libsdl2-2.0-0:amd64 (2.30.2+dfsg-1) libsdl2-dev:amd64 (2.30.2+dfsg-1) libsdl2-gfx-1.0-0:amd64...

bug
arch-x86_64
backend-llvm
backend-self-hosted

* Add pointers to where people are probably going. * Also be a little more explicit about HashMap's getPtr method.

`linkTtf` calls `std.zig.system.NativeTargetInfo.detect`, which is gone thanks to [this breaking change](https://github.com/ziglang/zig/pull/18160). Here's how far I got: ```zig const target = (std.zig.system.resolveTargetQuery(exe.root_module.resolved_target.?.query) catch @panic("failed to detect native target info!")); ``` That's...