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