Ecosyste.ms: Timeline

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

JuliaLang/julia

d-netto pushed 5 commits to dcn-all-task-profiler JuliaLang/julia
  • add docstring note about `displaysize` and `IOContext` with `context` (#55510) c94102b
  • LinearAlgebra: replace some hardcoded loop ranges with axes (#56243) These are safer in general, as well as easier t... ac5bb66
  • inference: fix `[modifyfield!|replacefield!]_tfunc`s (#56310) Currently the following code snippet results in an int... 29b509d
  • inference: don't allow `SSAValue`s in assignment lhs (#56314) In `InferenceState` the lhs of a `:=` expression shoul... e8aacbf
  • all tasks profiler 732aea5

View on GitHub

fingolfin created a review comment on a pull request on JuliaLang/julia
This may be obvious, apologies, but does it also work in e.g `Foo.Bar.@macro`?

View on GitHub

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

View on GitHub

aviatesk deleted a branch JuliaLang/julia

avi/minor-correction-typeinf_local

aviatesk pushed 1 commit to master JuliaLang/julia
  • inference: don't allow `SSAValue`s in assignment lhs (#56314) In `InferenceState` the lhs of a `:=` expression shoul... e8aacbf

View on GitHub

aviatesk closed a pull request on JuliaLang/julia
inference: don't allow `SSAValue`s in assignment lhs
In `InferenceState` the lhs of a `:=` expression should only contain `GlobalRef` or `SlotNumber` and no other IR elements. Currently when `SSAValue` appears in `lhs`, the invalid assignment effect ...
aviatesk deleted a branch JuliaLang/julia

avi/fix-atomic-modify-tfunc

aviatesk pushed 1 commit to master JuliaLang/julia
  • inference: fix `[modifyfield!|replacefield!]_tfunc`s (#56310) Currently the following code snippet results in an int... 29b509d

View on GitHub

aviatesk closed a pull request on JuliaLang/julia
inference: fix `[modifyfield!|replacefield!]_tfunc`s
Currently the following code snippet results in an internal error: ```julia julia> func(x) = @atomic :monotonic x[].count += 1; julia> let;Base.Experimental.@force_compile x = Ref(...
jishnub deleted a branch JuliaLang/julia

jishnub/eachindex

jishnub pushed 1 commit to master JuliaLang/julia
  • LinearAlgebra: replace some hardcoded loop ranges with axes (#56243) These are safer in general, as well as easier t... ac5bb66

View on GitHub

jishnub closed a pull request on JuliaLang/julia
LinearAlgebra: replace some hardcoded loop ranges with axes
These are safer in general, as well as easier to read. Also, narrow the scopes of some `@inbounds` annotations.
jmikedupont2 starred JuliaLang/julia
IanButterworth opened a pull request on JuliaLang/julia
REPL: know when to release the prefix context when completing
Fixes https://github.com/JuliaLang/julia/issues/55518
vtjnash pushed 1 commit to master JuliaLang/julia
  • add docstring note about `displaysize` and `IOContext` with `context` (#55510) c94102b

View on GitHub

vtjnash closed a pull request on JuliaLang/julia
add docstring note about `displaysize` and `IOContext` with `context`
Given https://github.com/JuliaLang/julia/issues/34721 which was closed as not planned.
oscardssmith created a comment on a pull request on JuliaLang/julia
weird... We're probably lying to it somewhere. Will investigate.

View on GitHub

oscardssmith created a comment on an issue on JuliaLang/julia
`1e68` is slightly more accurate (otherwise that would be a bug in ryu). It's 0.4 vs 0.6 ULPs, but it's well within the accuracy range of any reasonable pow implementation. ``` julia> big(10)^68-ne...

View on GitHub

nsajko opened an issue on JuliaLang/julia
complete effect inference failure when repeating effect inference
Reproducer: ```julia module Zeros export Zero struct Zero end end module PositiveIntegers module RecursiveStep using ...Zeros export recursive_step function re...
udesou created a review comment on a pull request on JuliaLang/julia
I have added an option `--inline-fastpath=no` that works when running Julia with MMTk and should disable inlining the code for fastpath allocation at runtime instead of at compile time.

View on GitHub

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

View on GitHub

vilterp created a comment on a pull request on JuliaLang/julia
Superseded by https://github.com/JuliaLang/julia/pull/56320

View on GitHub

vilterp closed a draft pull request on JuliaLang/julia
measure CPU time for each task
This should allow Julia programs to see how much CPU time each task is getting. Fixes https://github.com/JuliaLang/julia/issues/47351 TODO: - [x] basic tests - [ ] does this account for the...
d-netto pushed 4 commits to dcn-all-task-profiler JuliaLang/julia
  • use textwidth for string display truncation (#55442) It makes a big difference when displaying strings that have wid... bc66047
  • Use `pwd()` as the default directory to walk in `walkdir` (#55550) dc60727
  • Reset mtime of BOLTed files to prevent make rebuilding targets (#55587) This simplifies the `finish_stage` rule. ... beda632
  • all tasks profiler fd7a3c6

View on GitHub

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

View on GitHub

fingolfin created a review comment on a pull request on JuliaLang/julia
also, this: why is it removed?

View on GitHub

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

View on GitHub

fingolfin created a review comment on a pull request on JuliaLang/julia
Why is this being removed?

View on GitHub

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

View on GitHub

fingolfin pushed 1 commit to master JuliaLang/julia
  • Reset mtime of BOLTed files to prevent make rebuilding targets (#55587) This simplifies the `finish_stage` rule. ... beda632

View on GitHub

Load more