|
Dispatching on values with constraints
|
|
2
|
285
|
July 7, 2024
|
|
`findmax` and friends: confusing behaviour to be introduced in 1.7
|
|
96
|
6892
|
July 6, 2024
|
|
Decidable Subtyping of Existential Types for Julia
|
|
1
|
248
|
July 5, 2024
|
|
Passing a Julia variable to a callback
|
|
4
|
263
|
June 29, 2024
|
|
How's the progress in garbage-collecting unused functions?
|
|
5
|
460
|
June 27, 2024
|
|
Nice talk about Go PGO. What is the state in Julia?
|
|
8
|
992
|
June 24, 2024
|
|
Non-mutating array functions
|
|
5
|
378
|
June 20, 2024
|
|
Potential issue with multiple registrations of same handler in error hint
|
|
5
|
261
|
June 13, 2024
|
|
Suggestion: Allow type variables with `do` syntax
|
|
3
|
336
|
June 7, 2024
|
|
Cost model of weak references
|
|
1
|
416
|
June 6, 2024
|
|
Memory buffer type?
|
|
9
|
1460
|
June 6, 2024
|
|
For .... if ... syntax?
|
|
10
|
2608
|
June 3, 2024
|
|
Heuristic for checking if a Method always errors
|
|
2
|
286
|
June 3, 2024
|
|
Julia GC, heap fragmentation, out of memory, push!/append!
|
|
30
|
2865
|
May 20, 2024
|
|
Enzyme.jl Assertion Error in geom_generator Function
|
|
6
|
265
|
May 19, 2024
|
|
Type-inference and the dot operator
|
|
3
|
301
|
May 18, 2024
|
|
Division by zero runs without warning -> complicates finding bugs
|
|
31
|
3178
|
May 17, 2024
|
|
Public Reflection API
|
|
1
|
438
|
May 10, 2024
|
|
Diamond dependency: why allow 2 packages with the same name but not 2 versions of same package?
|
|
11
|
1222
|
May 10, 2024
|
|
Increase in allocations with Julia v1.11-beta
|
|
46
|
3385
|
May 8, 2024
|
|
"unreachable" reached (with infinite loops) vs Julia
|
|
7
|
636
|
May 7, 2024
|
|
Elimination of (unnecessary) runtime dispatch allocations
|
|
13
|
1354
|
May 5, 2024
|
|
I don't get Base.IteratorElType
|
|
6
|
426
|
April 30, 2024
|
|
[FR] keep using a re-precompiled package without restarting Julia
|
|
1
|
348
|
April 30, 2024
|
|
Why is rust compilation faster than Julia pre-compilation?
|
|
37
|
3990
|
April 26, 2024
|
|
Revisiting saturating intrinsics
|
|
9
|
541
|
April 25, 2024
|
|
Empty Array with nonzero size along some dimension, should they be disallowed?
|
|
2
|
197
|
April 24, 2024
|
|
How is copy! legal when the size of src and dst array are different?
|
|
3
|
367
|
April 18, 2024
|
|
Cannot declare Main.foo constant; it already has a value
|
|
4
|
565
|
April 17, 2024
|
|
An off-topic question: Why is it `add`/`import` a package, but `using` instead of `use` it?
|
|
3
|
479
|
April 16, 2024
|