JuliaDebug / Gallium.jl

The Julia debugger
Other
174 stars 23 forks source link

`utf32` moved to LegacyStrings #134

Closed timholy closed 8 years ago

timholy commented 8 years ago
julia> using Gallium
INFO: Precompiling module Gallium...
ERROR: LoadError: `utf32` has been moved to the package LegacyStrings.jl:
Run Pkg.add("LegacyStrings") to install LegacyStrings on Julia v0.5-;
...
josefsachsconning commented 8 years ago

Duplicate of #133? In other words, already fixed in master?