Tetralux

Results 9 comments of Tetralux

This now shows that `d` is a `util.d: Distinct_Type` 👍 However, it still doesn't show an icon for `Distinct_Type` that indicates that it's a type.

Cross-reference to https://github.com/ziglang/zig/issues/6756.

You can use the experimental feature of `-use-separate-modules` to make builds faster. Not sure if it currently works with `-debug` though. Might be worth an issue if there's not one...

I like @emekoi's suggestion here, but I'll note that I'd like to be able to have `parseU64` return `!u64` and have the error type inferred, just as we do now,...

I guess it would actually be `return error.InvalidChar{ .index = index };` - But that's still fine by me :)

There's a possiblity that Odin will eventually have a segfault handler that will either be enabled by default, or manually enabled by calling a procedure in main. That, however, requires...

> Some thoughts: > > * The Linux and Darwin code could be simplified by using `os/stream_from_handle` and `io/copy`. > * Should failure during the copy process, remove the partially...