Jan Ph. H.

Results 467 comments of Jan Ph. H.
trafficstars

> to include generic things such a path (similar to std.mem but file system stuff) 1. Can you provide specific use cases for the compiler/package manager? 2. Can you explain...

> Could you elaborate on this? I don't understand what you mean. Jamie has an [excellent talk](https://www.youtube.com/watch?v=MqbVoSs0lXk) on the differences in the context of databases, which has some simple performance...

Copied from https://github.com/ziglang/zig/pull/18305#issuecomment-1862850103: The stack trace looks broken, but one can guess that the error is in os.accept and some unreachable is reached ``` Install the project... -- Install configuration:...

The only use case I am aware of is in other systems/languages to get explicitly a line to conditionally start debugging, which is typically done via selfassignment. Afaiu, this should...

> will merge the latest changes from master to re-run the ci, maybe itll fix the flaky test 🤔 Try ```diff diff --git a/lib/std/net/test.zig b/lib/std/net/test.zig index caac8f4e6..69f40aba9 100644 --- a/lib/std/net/test.zig...

Polite ping @Jan200101, if you want to poke this and/or #16203. If you prefer not to be pinged, let me know.

~~Looks like "libgcc code is the abi", since I can not find `__fixkfti` and `__floattikf` in `Power ISA TM Version 3.1B`. Note, that this assumes `long double` is `f128`, which...

This sounds like something, for which a standalone test would be nice to see what stuff is handled and what edge cases not.

Please add (ideally minimal) unit tests for your fixes, so you do not need the word `should`.