Notice: a subtle footgun: UnionAll type variable order + method static parameter normalization
|
|
2
|
233
|
January 31, 2025
|
Unassigned type parameters in `UnionAll` of `Tuple` do not refer to concrete types in edge cases
|
|
5
|
134
|
January 30, 2025
|
Type assertion for parametric constructors behaves strangely
|
|
4
|
93
|
December 29, 2024
|
How to use CairoMakie.contourf!
|
|
11
|
208
|
December 24, 2024
|
Mutable struct vs Ref in an immutable one?
|
|
7
|
752
|
November 28, 2024
|
Extending type functionality in Python and Julia
|
|
7
|
225
|
November 6, 2024
|
Adding a type parameter annotation symbol that preserves the original bound
|
|
16
|
222
|
November 1, 2024
|
How do I set bounds for a parametric subtype of a parametric abstract type?
|
|
3
|
58
|
November 1, 2024
|
In what cases does Cthulhu.jl give a more precise inferred return type than Julia's built-in return type inference?
|
|
0
|
44
|
October 31, 2024
|
A function return type of `::AbstractArray{AbstractString}` causes a performance penalty?
|
|
15
|
134
|
October 31, 2024
|
Tuple{Vararg{T, N}} where N >= 1
|
|
9
|
86
|
October 23, 2024
|
Types and arguments
|
|
4
|
123
|
October 22, 2024
|
How to define a Julia Vector with only integers ≥ 0
|
|
3
|
177
|
October 5, 2024
|
Best Practice for Type Declarations in CUDA Kernels
|
|
3
|
143
|
September 27, 2024
|
[FR] allow "freezing" an abstract type, making future attempts of adding a subtype throw
|
|
1
|
172
|
September 19, 2024
|
Unitful and generic function types
|
|
3
|
108
|
September 9, 2024
|
`Vector{Function}` behaves strangely when length is one
|
|
3
|
100
|
September 8, 2024
|
Why keyword `struct` is used instead of `type` for type definition?
|
|
3
|
227
|
August 29, 2024
|
PythonCall.jl style regarding type conversion
|
|
6
|
206
|
July 31, 2024
|
Typed varargs
|
|
4
|
170
|
August 16, 2024
|
Is there a reason why typeintersect constrains the args using type assertions in the method body instead of using dispatch?
|
|
0
|
79
|
August 12, 2024
|
Problem making two custom number types work together
|
|
6
|
146
|
August 4, 2024
|
Why isn't `Vector{<:Float64}` reduced to `Vector{Float64}`?
|
|
16
|
401
|
July 28, 2024
|
How to extract type parameters that are used as upper bounds in `UnionAll`?
|
|
1
|
47
|
July 28, 2024
|
Custom implicit type conversion
|
|
14
|
310
|
July 27, 2024
|
Understanding error "function type in method definition is not a type" for function-like types
|
|
9
|
245
|
July 23, 2024
|
How do i create a custom supertype?
|
|
4
|
86
|
July 18, 2024
|
How to join existing and new parametric types under a common abstract type?
|
|
9
|
272
|
July 12, 2024
|
All Types Except One
|
|
6
|
176
|
July 4, 2024
|
Vector of vectors with floats: Type confusion
|
|
4
|
207
|
June 16, 2024
|