Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

JuliaLang/julia

IanButterworth pushed 1 commit to master JuliaLang/julia
  • Fix trampoline warning on x86 as well (#56280) 894296b

View on GitHub

IanButterworth closed a pull request on JuliaLang/julia
Fix trampoline warning on x86 as well
Fix https://github.com/JuliaLang/julia/pull/54634 on x86 as well.
IanButterworth pushed 1 commit to master JuliaLang/julia
  • fix REPL test if a "juliadev" directory exists in home (#56218) 0a6277d

View on GitHub

IanButterworth closed a pull request on JuliaLang/julia
fix REPL test if a "juliadev" directory exists in home
I made a "juliadev" directory in my home directory locally. This made the REPL tests fail because the tests assumed there was no directory starting with "julia" in the home directory. I am chang...
IanButterworth pushed 1 commit to master JuliaLang/julia
  • REPL: don't complete str and cmd macros when the input matches the internal name like `r_` to `r"` (#56254) 4236a33

View on GitHub

IanButterworth closed an issue on JuliaLang/julia
Tab completion of string macros
For example,`r_<TAB>` completes to `r"`. Does not happen in 1.9 and earlier.
IanButterworth closed a pull request on JuliaLang/julia
REPL: don't complete str and cmd macros when the input matches the internal name like `r_` to `r"`
Fixes https://github.com/JuliaLang/julia/issues/56071
nanosoldier commented on a commit on JuliaLang/julia
[Your benchmark job](https://github.com/JuliaLang/julia/commit/31f7df648f750897e245d169639cb1264ebc7404#commitcomment-148281754) has completed - possible performance regressions were detected. A fu...

View on GitHub

sensasi-delight starred JuliaLang/julia
LilithHafner created a comment on a pull request on JuliaLang/julia
There's this, for example: https://github.com/JuliaLang/IJulia.jl/blob/0db1fa2c6b3f04d43a18830c631a1e46851908b6/src/kernel.jl#L44, though that should probably be replaced by launching with `-i`.

View on GitHub

LilithHafner deleted a branch JuliaLang/julia

LilithHafner-patch-1

LilithHafner pushed 1 commit to master JuliaLang/julia
  • Type `Base.is_interactive` as `Bool` (#56303) Before, typing `Base.is_interactive = 7` would cause weird internal RE... 28b0abd

View on GitHub

LilithHafner closed a pull request on JuliaLang/julia
Type `Base.is_interactive` as `Bool`
Before, typing `Base.is_interactive = 7` would cause weird internal REPL failures down the line. Now, it throws an InexactError and has no impact.
MilesCranmer created a comment on a pull request on JuliaLang/julia
I can’t find any related examples, so please share the ones you had in mind

View on GitHub

MilesCranmer created a comment on a pull request on JuliaLang/julia
Which PRs?

View on GitHub

DylanPrinsloo starred JuliaLang/julia
oscardssmith created a review comment on a pull request on JuliaLang/julia
sounds reasonable

View on GitHub

oscardssmith created a review on a pull request on JuliaLang/julia

View on GitHub

nanosoldier created a comment on a pull request on JuliaLang/julia
The package evaluation job [you requested](https://github.com/JuliaLang/julia/pull/56228#issuecomment-2433060661) has completed - possible new issues were detected. The [**full report**](https://s3...

View on GitHub

MuXiaoqingxi starred JuliaLang/julia
brandenvs starred JuliaLang/julia
vtjnash created a review comment on a pull request on JuliaLang/julia
can we just make this the bootstrap method too? The boundscheck macro is just expanded simply to `@_boundscheck &&`, so this seems compatible

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

fatteneder created a comment on a pull request on JuliaLang/julia
> The gc-analyzer looks like you can fix it by adding assert(mt != NULL) there. I don't really know why it is triggering from this, but that should make it happy Thanks, that fixed it it locally...

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
(aka, this is the same function as `new` followed by `typeassert`) ```suggestion return tmeet(𝕃, instanceof_tfunc(memtype, true)[1], GenericMemory) ```

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

jishnub deleted a branch JuliaLang/julia

jishnub/matvecmul

jishnub pushed 1 commit to master JuliaLang/julia
  • Reduce generic matrix*vector latency (#56289) ```julia julia> using LinearAlgebra julia> A = rand(Int,4,4); x = ran... b9b4dfa

View on GitHub

jishnub closed a pull request on JuliaLang/julia
Reduce generic matrix*vector latency
```julia julia> using LinearAlgebra julia> A = rand(Int,4,4); x = rand(Int,4); y = similar(x); julia> @time mul!(y, A, x, 2, 2); 0.330489 seconds (792.22 k allocations: 41.519 MiB, 8.75% ...
jishnub created a comment on a pull request on JuliaLang/julia
Yes, these seem spurious

View on GitHub

Load more