Oscar Smith

Results 353 comments of Oscar Smith

I think the `base/div.jl` issues are significantly improved recently.

I would be in favor of that. Every time I have used an IOBuffer I have had to go to the docs to figure out how to get the data...

Triage had a long talk about this, https://github.com/JuliaLang/julia/issues/54369, https://github.com/JuliaLang/julia/issues/54156 and https://github.com/JuliaLang/julia/pull/54273. The conclusions we came to are 1. `String(Memory)` should copy 2. `String(Array)` should truncate the array but not the...

Yes. observing it is not great but not UB. the only UB is if you mutate it.

@KristofferC It is useful context and was not discussed in the previous triage call. That said, I think none of what triage said in this call contradicts the previous call....

I might have a typo somewhere. I did this pretty quickly.

sounds great! I started implementing montgommary multiplication in https://github.com/JuliaMath/IntegerMathUtils.jl/pull/1 but never got it fully working. That's probably the first step.

this should be closed.

oops, mixed this up with nlsolve

As I understand it, https://github.com/JuliaLang/julia/pull/47038 supersedes this.