|
Requests for comments
|
|
5
|
705
|
September 6, 2023
|
|
The expression solution
|
|
31
|
1692
|
September 3, 2023
|
|
How is a non-standard literal different from calling its corresponding macro?
|
|
8
|
605
|
August 31, 2023
|
|
Applicability of interface guarantees to overloads
|
|
0
|
156
|
August 31, 2023
|
|
Unpacking in arglist vs inside function
|
|
4
|
438
|
August 30, 2023
|
|
`DateTime` arithmetic on `Microsecond` (or smaller) scale
|
|
100
|
3905
|
August 26, 2023
|
|
[Breaking] Should `isequal(convert(T, x), x)` always be true?
|
|
3
|
343
|
August 24, 2023
|
|
Error when using @cfunction
|
|
4
|
252
|
August 22, 2023
|
|
Towards implementing CSE in the Julia compiler
|
|
12
|
1369
|
August 21, 2023
|
|
Why is accessing a typed global different from dereferencing a const Ref
|
|
9
|
576
|
August 20, 2023
|
|
Define a more generic meaning for `typemin`/`typemax`
|
|
9
|
312
|
August 16, 2023
|
|
Julia CI, how to help
|
|
3
|
542
|
August 16, 2023
|
|
Conversion of nothing to void pointer
|
|
11
|
445
|
August 14, 2023
|
|
`tail` for Vector
|
|
2
|
356
|
August 13, 2023
|
|
Printing of UnionAll types is misleading, as of Julia version 1.7
|
|
15
|
990
|
August 10, 2023
|
|
Automation to ensure green CI on master
|
|
23
|
896
|
August 10, 2023
|
|
Type parameter display in 1.10 for MethodError
|
|
2
|
370
|
August 5, 2023
|
|
Can we allow the syntax `v.[i]` to be converted to `getindex.(v, i)`?
|
|
10
|
932
|
August 3, 2023
|
|
Why HTTP.jl is not in Julia Core?
|
|
5
|
712
|
August 3, 2023
|
|
Could (non) @view be made faster? I.e. @view be implicit using read-only arrays?
|
|
10
|
711
|
August 1, 2023
|
|
Testing GC.@preserve when doing compiler passes
|
|
2
|
408
|
July 31, 2023
|
|
Understanding Varargs partial specialization
|
|
1
|
329
|
July 27, 2023
|
|
`make cleanall` breaks `make`?
|
|
2
|
318
|
July 24, 2023
|
|
Multiple function definitions inside let block override previous definitions
|
|
1
|
270
|
July 23, 2023
|
|
What are everyone's style for documenting types (used for containers or for dispatch-only/"traits")?
|
|
0
|
206
|
July 23, 2023
|
|
Why is objectid not foldable for type arguments?
|
|
3
|
254
|
July 22, 2023
|
|
Better compile-time computation facility
|
|
3
|
279
|
July 22, 2023
|
|
Types in `:foreigncall` nodes
|
|
2
|
407
|
July 20, 2023
|
|
Should we disallow non-compliant `AbstractUnitRange`s where `typeof(step)` doesn't match the `eltype`?
|
|
7
|
441
|
July 17, 2023
|
|
How does a nested function display its local name only when assigned to a matching global name?
|
|
1
|
259
|
July 17, 2023
|