Brendan Lyons
Brendan Lyons
So in one way, it's really good that we get an explicit error thrown for such unsupported use. On the other hand, it seems trivial to support this. The `t`...
We handled it on our side to prevent -Inf from appearing in the input array, but it's a change of behavior in an edge case that wound up breaking our...
@SouthEndMusic that's exactly what we wound up using in our application
I had the same problem with `create_sysimage`. With `JULIA_NUM_THREADS` set, the compiler hung for hours. Deleting that environmental variable let my extensive package compile in ~45 minutes. Here's the system...
Was this fixed by #1042?
I can now launch `create_sysimage` from a Julia session with multiple threads and it will build the sysimage properly.
Maybe there's a way I could refactor it that way, but I see a couple potential problems: 1. I don't always want to compute all of these interpolations every time...
Bumping this since it holds back JuliaFormatter on my own installation.