Leon Timmermans

Results 377 comments of Leon Timmermans

> Though I ran across it on OS X 10.2, I reproduced the issue on macOS 10.15 thanks to a hint by TonyC, forcing a static build of re using...

Yes, this would be nice. I'm not quite sure how to present it to the user though. Perhaps a dualvar of a double and string? (with the latter containing the...

This can easily be implemented as a CPAN module, and that is probably the right place to explore such a thing.

Next to the standard one in core is well out of scope IMO, but adding it to Time::HiRes would work. What about using bignum's for the time? That was one...

> What is the advantage of bignum? It allows one to have the full nanosecond precision while also providing the familiar single value interface. > Why do I need to...

My intuition is that should should also have a `av_unshift_svs` that takes an array of `SV*`,

Yeah that totally doesn't actually return -1, I don't think any platform supports that. It returns a non-zero value (typically `255` on Unix)

This appears to be caused by `&infix:«>».prec("assoc")` returning an empty string

But how would it decide how big the blobs should be?

> Whatever IO::Handle.READ returns :-) Does that use `read(2)` or `fread(3)` semantics? I have a memory of it doing the latter, which would be unusable; I may be mistaken. Basically,...