Jan Ph. H.

Results 470 comments of Jan Ph. H.

Ah, lol. I did no expect the port to be done already. My criticism on missing metrics + docs was mainly on the upstream project.

I did also try to use it for completion of `import { HttpClient, HttpHeaders, HttpResponse, HttpEvent} from '@angular/common/http';`, but that did not work and it could not find the `http`...

> You sure you're on the right repo? Lmao. Not really.

@AssortedFantasy @N00byEdge A proper working escape analysis can detect this, but it has a compilation-time + space as price. But maybe there are only some logical bugs. __LLVM side__ For...

> Wait, isn't it as easy as when doing allocation for arguments, to never place anything on the stack before a tailcall? Are you suggesting to move everything to the...

@N00byEdge Yes. This boils down to a simplification of 2.2 for the use case of (simple) repeated slicing (the `data[1..]` part), which the compiler must be able to derive (LLVM...

Yup. the Rust folks suggest https://github.com/rust-lang/rfcs/issues/2691#issuecomment-982865695. Interestingly, the comment explains widely how that's no problem (ignores generalized tce) and also the [rfc](https://github.com/rust-lang/rfcs/pull/3407) mentions it explicitly "Supporting general tail calls, the...

Thanks for the suggestion @ghuls [My table view](https://github.com/matu3ba/awesome-cli-rust) [navi](https://github.com/denisidoro/navi) - common command combinations for shell [mdBook](https://github.com/rust-lang-nursery/mdBook) - creating books from markdown [tin-summer](https://github.com/vmchale/tin-summer) [**sn is the command**] - clean up of...

FIY: [#14152](https://github.com/ziglang/zig/pull/14152) makes using non-standard pipes okayish to use, which enables to refactor the test runner for the desired properties (using stdout, stderr for whatever you want). Before that it...

More personal opinion: Due to fundamental platform limitations of Unix (clone leaks file descriptor if done in parallel), the unit test runner and build design is unlikely to be changed...