Add Infiltrator.jl to Base?
|
|
15
|
3680
|
September 12, 2023
|
"Under the hood" difference between import and using
|
|
9
|
1818
|
September 11, 2023
|
Making Revise the default?
|
|
31
|
2646
|
September 9, 2023
|
Keyword arguments without a keyword?
|
|
23
|
3778
|
September 7, 2023
|
On potentially expanding or pruning the standard library
|
|
28
|
1989
|
September 7, 2023
|
Requests for comments
|
|
5
|
691
|
September 6, 2023
|
The expression solution
|
|
31
|
1567
|
September 3, 2023
|
How is a non-standard literal different from calling its corresponding macro?
|
|
8
|
571
|
August 31, 2023
|
Applicability of interface guarantees to overloads
|
|
0
|
146
|
August 31, 2023
|
Unpacking in arglist vs inside function
|
|
4
|
414
|
August 30, 2023
|
`DateTime` arithmetic on `Microsecond` (or smaller) scale
|
|
100
|
3499
|
August 26, 2023
|
[Breaking] Should `isequal(convert(T, x), x)` always be true?
|
|
3
|
322
|
August 24, 2023
|
Error when using @cfunction
|
|
4
|
236
|
August 22, 2023
|
Towards implementing CSE in the Julia compiler
|
|
12
|
1329
|
August 21, 2023
|
Why is accessing a typed global different from dereferencing a const Ref
|
|
9
|
533
|
August 20, 2023
|
Define a more generic meaning for `typemin`/`typemax`
|
|
9
|
283
|
August 16, 2023
|
Julia CI, how to help
|
|
3
|
526
|
August 16, 2023
|
Conversion of nothing to void pointer
|
|
11
|
415
|
August 14, 2023
|
`tail` for Vector
|
|
2
|
349
|
August 13, 2023
|
Printing of UnionAll types is misleading, as of Julia version 1.7
|
|
15
|
965
|
August 10, 2023
|
Automation to ensure green CI on master
|
|
23
|
821
|
August 10, 2023
|
Type parameter display in 1.10 for MethodError
|
|
2
|
351
|
August 5, 2023
|
Can we allow the syntax `v.[i]` to be converted to `getindex.(v, i)`?
|
|
10
|
899
|
August 3, 2023
|
Why HTTP.jl is not in Julia Core?
|
|
5
|
693
|
August 3, 2023
|
Could (non) @view be made faster? I.e. @view be implicit using read-only arrays?
|
|
10
|
672
|
August 1, 2023
|
Testing GC.@preserve when doing compiler passes
|
|
2
|
394
|
July 31, 2023
|
Understanding Varargs partial specialization
|
|
1
|
316
|
July 27, 2023
|
`make cleanall` breaks `make`?
|
|
2
|
308
|
July 24, 2023
|
Multiple function definitions inside let block override previous definitions
|
|
1
|
260
|
July 23, 2023
|
What are everyone's style for documenting types (used for containers or for dispatch-only/"traits")?
|
|
0
|
198
|
July 23, 2023
|