|
Pretty sure this is a severe compiler bug breaking typeof via just a simple parametrized type
|
|
7
|
272
|
September 2, 2026
|
|
Auto-convert Vector{Type} to special container type
|
|
6
|
273
|
September 1, 2026
|
|
`SparseArray` types
|
|
5
|
389
|
July 16, 2026
|
|
[ANN]: WrappedUnions.jl: Wrap a Union for enhanced type-stability
|
|
11
|
912
|
March 24, 2026
|
|
Creating looping matrixes (Torus-like) with type inheritance
|
|
7
|
359
|
February 18, 2026
|
|
Passing all functions on object A to object B
|
|
9
|
493
|
December 31, 2025
|
|
Why can't a tuple of types have an abstract type with Type selectors?
|
|
7
|
299
|
November 23, 2025
|
|
Limit subtype to immediate parent in method signature?
|
|
2
|
133
|
October 16, 2025
|
|
Julia Type system manual confusions
|
|
38
|
1691
|
October 6, 2025
|
|
Dataframe columns type is `Any` even though it's initialized with all `Float64`
|
|
3
|
258
|
October 4, 2025
|
|
Changing struct fields to a different sub-type during run time
|
|
19
|
576
|
September 20, 2025
|
|
Determining if UnionAll corresponds to a single type + Union{}
|
|
14
|
640
|
September 10, 2025
|
|
Narrowing the type of a nested array
|
|
5
|
274
|
September 9, 2025
|
|
What type union (`Union`) is equivalent to an iterated union (`UnionAll`) with a concrete type bound?
|
|
5
|
219
|
September 7, 2025
|
|
Understanding typing rules
|
|
4
|
196
|
July 28, 2025
|
|
Understanding dispatch through TypeVar
|
|
4
|
206
|
July 27, 2025
|
|
Basic question about type alias
|
|
5
|
263
|
July 18, 2025
|
|
Weirdness of `Type{Union{A,B}} where {B<:SuperB}`
|
|
8
|
175
|
June 26, 2025
|
|
Automatically generate default instances for all concrete subtypes of a type
|
|
6
|
207
|
May 21, 2025
|
|
Revise type annotations without edits?
|
|
0
|
110
|
May 5, 2025
|
|
Difference between vector of functions typed explicitly or via list comprehension
|
|
4
|
221
|
May 4, 2025
|
|
Where on abstract type and parameters
|
|
9
|
419
|
May 1, 2025
|
|
A = A .+ 1 yields different type than A .+= 1; why?
|
|
12
|
652
|
April 18, 2025
|
|
How to interpret "Type{T} where T" in Julia's type system
|
|
22
|
1736
|
April 7, 2025
|
|
Getting MutableNamedTuple keys from an empty array
|
|
18
|
389
|
April 3, 2025
|
|
Abstract type for 1-indexed Arrays
|
|
4
|
205
|
March 21, 2025
|
|
How to use CairoMakie.contourf!
|
|
12
|
579
|
February 24, 2025
|
|
Notice: a subtle footgun: UnionAll type variable order + method static parameter normalization
|
|
2
|
325
|
January 31, 2025
|
|
Unassigned type parameters in `UnionAll` of `Tuple` do not refer to concrete types in edge cases
|
|
5
|
256
|
January 30, 2025
|
|
Type assertion for parametric constructors behaves strangely
|
|
4
|
193
|
December 29, 2024
|