julia
Replace Nullable{T} with Union{Some{T}, Void}
#23642
Merged

Commits
  • Replace Nullable{T} with Union{Some{T}, Void}
    nalimilan committed 8 years ago
  • Use Union{T, Void} rather than Union{Some{T}, Void} where possible
    nalimilan committed 8 years ago
  • Update precompile.jl
    nalimilan committed 8 years ago
  • Review fixes
    nalimilan committed 8 years ago
  • Add coalesce() and use it
    nalimilan committed 8 years ago
  • Fix start_worker() method definition
    nalimilan committed 8 years ago
  • Add notnothing(x) to assert that x !== nothing
    nalimilan committed 8 years ago
  • Fix ProductIterator regression by using custom MaybeValue wrapper
    nalimilan committed 8 years ago
  • Improve NEWS
    nalimilan committed 8 years ago
  • Make tryparse() return Union{T, Void}
    nalimilan committed 8 years ago
  • Improve Some, remove get(::Some[, x]) method in favor of coalesce (now exported)
    nalimilan committed 8 years ago
  • LibGit2 rebase fixes
    nalimilan committed 8 years ago
  • Test fixes
    nalimilan committed 8 years ago
  • Remove test/nullable.jl
    nalimilan committed 8 years ago
  • Fix remaining call to get() on Windows
    nalimilan committed 8 years ago
  • Support missing in coalesce()
    nalimilan committed 8 years ago
Loading