Linus Sellberg

Results 70 comments of Linus Sellberg

> -5 in lapack means "5-th argument has the wrong value". 5-th argument of sgesdd is LDA (= ncolumns). Yes, that is about how far I got when investigating. I...

It may be worth having a separate warning about it on any page that instructs about how to do static compilation too.

Would some sort of recursive expansion make sense? `macro_4321658736` is not very useful in tracking down what is going on, after all.

@89z was it intentional to close down the pull request? It is not obvious that is the case as it was a side effect of deleting the repo on your...

@straight-shoota At least some ARM variants should be pretty simple to test nowadays that Apple M1 is everywhere. (I don't have one though, so I can't do it). And we...

Not related the error, but it should be noted that the semantic meaning of the code may not be what the user wanted. `lib` is used for C bindings, and...

Eh, doesn't this depend on what the OS return when `localhost` is looked up with DNS?

Is this a relevant question for code using the `Type{}` shortcut (ie `Set{1, 2, Deque{1,2}}`) as well? (I sincerely hope no-one writes code like that particular example)

I think this would be a bad idea. Consider code like ``` class B def foo false end end class C def foo rand < 0.5 end end def x(val)...

Regarding the blocking issues in #8152, isn't that using a different pipe creation that is different from `IO.pipe`? Anyhow, I'm fairly certain nothing would stop us from building a pipe...