Ecosyste.ms: Timeline

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

JuliaLang/julia

KristofferC created a review comment on a pull request on JuliaLang/julia
This is not needed because `io` is now inferred?

View on GitHub

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

View on GitHub

Hastws starred JuliaLang/julia
tpapp created a comment on an issue on JuliaLang/julia
@cheengshuchin: It is understood that you can work around this issue with a closure (and a macro, etc), that is not the point of opening an issue. Please continue unrelated discussion on Discourse.

View on GitHub

maleadt created a comment on a pull request on JuliaLang/julia
> Someone else backport this then. I'll have a look.

View on GitHub

cybersecurity-dev starred JuliaLang/julia
aviatesk pushed 10 commits to avi/early-finalize-insertion JuliaLang/julia
  • REPL: run repl hint generation for modeswitch chars when not switching (#56251) Fixes https://github.com/JuliaLang/j... 1fd7ada
  • 🤖 [master] Bump the Pkg stdlib from 27c1b1ee5 to 799dc2d54 (#56257) Stdlib: Pkg URL: https://github.com/JuliaLang/P... a4a4b95
  • Make isbitstypes use memmove instead of the runtime function in copyto! (#56237) This might help llvm understand wha... fee8090
  • Fix kron indexing for types without a unique zero (#56229) This fixes a bug introduced in https://github.com/JuliaL... b01095e
  • Reroute` (Upper/Lower)Triangular * Diagonal` through `__muldiag` (#55984) Currently, `::Diagonal * ::AbstractMatrix`... 04259da
  • optimizer: early `finalize` insertion Currently, in the finalizer inlining pass, if not all the code between the fin... ad5337b
  • optimizer: cancel finalizer registration rather than inserting `finalize` This seems to perform well. ```julia muta... aab7d83
  • call `_cancel_finalizer` a bit earlier 64fbd63
  • ignore `ThrownEscape` c78131a
  • just null out cancelled finalizers d3cab63

View on GitHub

jishnub pushed 1 commit to jishnub/onetofirst JuliaLang/julia

View on GitHub

aviatesk opened a pull request on JuliaLang/julia
inference: fix inference error from constructing invalid `TypeVar`
- fixes JuliaLang/julia#56248
aviatesk pushed 1 commit to avi/56248 JuliaLang/julia
  • inference: fix inference error from constructing invalid `TypeVar` - fixes JuliaLang/julia#56248 0e261d8

View on GitHub

aviatesk created a branch on JuliaLang/julia

avi/56248 - The Julia Programming Language

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

View on GitHub

jishnub created a branch on JuliaLang/julia

jishnub/onetofirst - The Julia Programming Language

jishnub pushed 1 commit to backports-release-1.11 JuliaLang/julia
  • Specialize adding/subtracting mixed Upper/LowerTriangular (#56149) 168f7e7

View on GitHub

jishnub opened a pull request on JuliaLang/julia
Warn about negative size in array construction
After this, ```julia julia> zeros(-1) ERROR: ArgumentError: invalid GenericMemory size: the number of elements is either negative or too large for system address width [...] ``` The error mes...
vchuravy created a comment on a pull request on JuliaLang/julia
@nanosoldier `runtests(ALL, vs = ":master", configuration = (buildflags=["LLVM_ASSERTIONS=1", "FORCE_ASSERTIONS=1"],), vs_configuration = (buildflags = ["LLVM_ASSERTIONS=1", "FORCE_ASSERTIONS=1"],))`

View on GitHub

vchuravy created a review comment on a pull request on JuliaLang/julia
Coould we have an IR test for this?

View on GitHub

vchuravy created a review comment on a pull request on JuliaLang/julia
```suggestion std::move(LPM), /*UseMemorySSA=*/false, /*UseBlockFrequencyInfo=*/false)); ```

View on GitHub

vchuravy created a review comment on a pull request on JuliaLang/julia
```suggestion // XXX: This should really do a dataflow analysis but assuming worst case means that we will always have enough space ```

View on GitHub

vchuravy created a review comment on a pull request on JuliaLang/julia
Formatting

View on GitHub

vchuravy created a review comment on a pull request on JuliaLang/julia
```suggestion // XXX: This should really do a dataflow analysis but assuming worst case means that we will always have enough space ```

View on GitHub

vchuravy created a review comment on a pull request on JuliaLang/julia
What if `TrueSRet == FalseSRet` but it hasn't been eliminated yet?

View on GitHub

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

View on GitHub

vchuravy created a review comment on a pull request on JuliaLang/julia
Formatting?

View on GitHub

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

View on GitHub

vchuravy created a review comment on a pull request on JuliaLang/julia
With something like #56188 this may fail if we use `llvm.compiler.used`.

View on GitHub

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

View on GitHub

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

View on GitHub

nanosoldier commented on a commit on JuliaLang/julia
The package evaluation job [you requested](https://github.com/JuliaLang/julia/commit/e08280a24fba1b5f1ecf5dce7d8b974d880dae5a#commitcomment-148138733) has completed - possible new issues were detec...

View on GitHub

jishnub created a comment on a pull request on JuliaLang/julia
I wonder if `diagview` should accept an argument to specify if the view should be translated to the parent? By default, it may return a view into the top-level array as in this PR, but one may opt ...

View on GitHub

Load more