Matthias Wahl

Results 109 comments of Matthias Wahl

Can you provide a full lldb backtrace? This way it is easier to spot the problem.

Nice, that you want to pick this up. I didn't look into this for a long time now. Another algorithm that doesn't require a float (as it seems) is the...

Also add methods on Generators for easily creating collections of random length.

Generators for persistent collections https://stdlib.ponylang.org/collections-persistent--index are missing

The current generator methods on the primitive Generators already allow for creating collections of random size within bounds

I was getting my windows build to work again and i was able to reproduce hangs in "net/TCPMute", "net/Broadcast" and "net/TCP.writev" tests, not reliably but 1 out of 10 runs...

Not really, though there is https://github.com/patroclos/pony_intellisense_vscode now. but i don't know the current status of it.

I think an RFC would make sense to clarify how/if to expose it to users of `ponyc` (as an experimental flag or just replace using the system linker). I know...

We did some small experiment with sled covering how we use it. The code snippet we used is in this gist: https://gist.github.com/mfelsche/5ff37bb316254a7d0054474384b83c59 In the experiment we create a unique id...

This is the not-so-obvious way of simd-json to tell you that you need to compile this on a CPU and with the right flags so has support for any of...