Mason Protter

Results 226 comments of Mason Protter

So in https://github.com/JuliaFolds/Transducers.jl/issues/524#issuecomment-1154089668, tkf mentioned you could write ```julia julia> function conservative_append!!(xs, ys) if eltype(ys)

Any fixes are going to have to be implemented in https://github.com/JuliaFolds2/FoldsThreads.jl, so lets continue in https://github.com/JuliaFolds2/FoldsThreads.jl/issues/1

Fixed in https://github.com/JuliaFolds2/FoldsThreads.jl/pull/2

I wonder if it would be hard to implement tail-call elimination in the IRTools pass. That'd be a generally useful thing.

I see, thank you!

@perrutquist Can you check which version you're using? This is what I see currently: ```julia julia> using SplittablesBase: halve julia> halve(zip([1,2], [1,2,3])) ERROR: ArgumentError: `halve(zip(...))` requires collections with identical `size`...

Nice! Is there a way to make this work with user-defined types? Ie. the equivalent of the Julia example with an `Array` of `Point` objects?

> It works for any shape of ndarray, so I guess the answer is « only if your reprensent your array of Point as an ndarray. » Part of what...

I tried adding `using Libdl` to the top line of `build.jl` and now it appears that it built, but pkg claims to be stuck `resolving package versions` for a very...

Can you explain what the relation between chunk sizing and the output type is? If the output type of the Hessian is determined by the length of `v`, this will...