|
[Breaking] Should `isequal(convert(T, x), x)` always be true?
|
|
3
|
340
|
August 24, 2023
|
|
Error when using @cfunction
|
|
4
|
251
|
August 22, 2023
|
|
Towards implementing CSE in the Julia compiler
|
|
12
|
1368
|
August 21, 2023
|
|
Why is accessing a typed global different from dereferencing a const Ref
|
|
9
|
574
|
August 20, 2023
|
|
Define a more generic meaning for `typemin`/`typemax`
|
|
9
|
307
|
August 16, 2023
|
|
Julia CI, how to help
|
|
3
|
539
|
August 16, 2023
|
|
Conversion of nothing to void pointer
|
|
11
|
445
|
August 14, 2023
|
|
`tail` for Vector
|
|
2
|
355
|
August 13, 2023
|
|
Printing of UnionAll types is misleading, as of Julia version 1.7
|
|
15
|
988
|
August 10, 2023
|
|
Automation to ensure green CI on master
|
|
23
|
889
|
August 10, 2023
|
|
Type parameter display in 1.10 for MethodError
|
|
2
|
367
|
August 5, 2023
|
|
Can we allow the syntax `v.[i]` to be converted to `getindex.(v, i)`?
|
|
10
|
930
|
August 3, 2023
|
|
Why HTTP.jl is not in Julia Core?
|
|
5
|
709
|
August 3, 2023
|
|
Could (non) @view be made faster? I.e. @view be implicit using read-only arrays?
|
|
10
|
699
|
August 1, 2023
|
|
Testing GC.@preserve when doing compiler passes
|
|
2
|
406
|
July 31, 2023
|
|
Understanding Varargs partial specialization
|
|
1
|
327
|
July 27, 2023
|
|
`make cleanall` breaks `make`?
|
|
2
|
317
|
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
|
204
|
July 23, 2023
|
|
Why is objectid not foldable for type arguments?
|
|
3
|
252
|
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
|
440
|
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
|
|
Getting all method definitions for a `Module`
|
|
19
|
899
|
July 15, 2023
|
|
Precedence of `=` vs `,`
|
|
2
|
368
|
July 14, 2023
|
|
Thoughts and tempering expectations on redefining structs
|
|
58
|
2452
|
July 12, 2023
|
|
Links to PRs in News.md not working?
|
|
3
|
292
|
July 11, 2023
|
|
How are (mutually) recursive methods inferred correctly?
|
|
3
|
488
|
July 11, 2023
|
|
RFC: Non-standard string literals should be quotable
|
|
0
|
242
|
July 10, 2023
|