Replace Nullable{T} with Union{Some{T}, Void} #23642
ararslan
added this to the 1.0 milestone 8 years ago
quinnj
commented
on 2017-09-08
nalimilan
force pushed
from
0ba04e3f
to
5cf72e6d
8 years ago
nalimilan
force pushed
from
5cf72e6d
to
5c952dfb
8 years ago
nalimilan
force pushed
from
5c952dfb
to
0988a359
8 years ago
nalimilan
force pushed
from
0988a359
to
4b43c820
8 years ago
nalimilan
force pushed
from
4b43c820
to
191f0f2d
8 years ago
nalimilan
changed the title RFC: Replace Nullable{T} with Option{T} = Union{Null, Some{T}} Replace Nullable{T} with Union{Some{T}, Void} 8 years ago
nalimilan
force pushed
from
191f0f2d
to
d6d77a5b
8 years ago
nalimilan
force pushed
from
d6d77a5b
to
63f5dc6b
8 years ago
nalimilan
force pushed
from
63f5dc6b
to
76fd5f36
8 years ago
nalimilan
force pushed
from
76fd5f36
to
55b4f394
8 years ago
nalimilan
force pushed
from
55b4f394
to
fe18523c
8 years ago
nalimilan
force pushed
from
fe18523c
to
befeab7a
8 years ago
nalimilan
force pushed
from
befeab7a
to
701d0665
8 years ago
nalimilan
force pushed
from
6b7e5fba
to
44ce11b7
8 years ago
nalimilan
force pushed
from
44ce11b7
to
2c71f8ca
8 years ago
quinnj
approved these changes
on 2017-11-20
rfourquet
approved these changes
on 2017-11-24
nalimilan
force pushed
from
59a79fe3
to
129b41ec
8 years ago
nalimilan
force pushed
from
129b41ec
to
511f44dc
8 years ago
nalimilan
force pushed
from
511f44dc
to
119f6edc
8 years ago
nalimilan
force pushed
from
001221a8
to
6344f0d9
8 years ago
nalimilan
force pushed
from
6344f0d9
to
c786680d
8 years ago
nalimilan
force pushed
from
c786680d
to
d0155fa2
8 years ago
nalimilan
force pushed
from
542eb927
to
33f7b1ae
8 years ago
nalimilan
force pushed
from
33f7b1ae
to
0ae38369
8 years ago
nalimilan
force pushed
from
0ae38369
to
49a96d1d
8 years ago
nalimilan
force pushed
from
49a96d1d
to
9d397740
8 years ago
nalimilan
force pushed
from
9d397740
to
8cb9cc5c
8 years ago
Replace Nullable{T} with Union{Some{T}, Void}
0b0bc91f
Use Union{T, Void} rather than Union{Some{T}, Void} where possible
605f01af
Update precompile.jl
5c04391e
Review fixes
b7cb5603
Add coalesce() and use it
5db20e31
Fix start_worker() method definition
a2f17993
Add notnothing(x) to assert that x !== nothing
c0053f03
Fix ProductIterator regression by using custom MaybeValue wrapper
ec91f63b
Improve NEWS
c8b61939
Make tryparse() return Union{T, Void}
bfb40cf5
Improve Some, remove get(::Some[, x]) method in favor of coalesce (no…
833c9ea2
LibGit2 rebase fixes
c8ba97ae
Test fixes
e44a7dfe
Remove test/nullable.jl
1605c9dd
nalimilan
force pushed
from
8cb9cc5c
to
1605c9dd
8 years ago
Fix remaining call to get() on Windows
e0770e51
Support missing in coalesce()
55b03b17
nalimilan
force pushed
from
c4da9b66
to
55b03b17
8 years ago
nalimilan
merged
5d1e1d07
into master 8 years ago
nalimilan
deleted the nl/option branch 8 years ago
Login to write a write a comment.
Login via GitHub