José Valim

Results 1969 comments of José Valim

Just to make sure, are you calling the function returned by `EXLA.jit(&Nx.LinAlg.JacobiEigh.eigh/1)`?

So I have no other ideas, sorry :)

Closing this if this is still something we can do to improve it!

I like the list version, good call!

This is tricky because this change will definitely be a breaking change. So I think, once again, we will have to give up on it :( (and I hope we...

The goal of this would be to automate so we can deprecate pipes without parens but if we can't automate, we can't deprecate, so there isn't much value in adding...

There is a downside here: every time we run `--migrate` in Elixir, it will make the code invalid, and we will have to manually fix it. But maybe we can...

Yes, our `--migrate` is meant to be things that change AST and are definitely unsafe. So we have added the functionality, the question now is which transformations to bake in.

Does `migrate_unless` currently make Elixir code itself invalid like pipe does? I guess the same `Kernel.defmacro` issue?