MasonProtter / ReplMaker.jl

Simple API for building repl modes in Julia
Other
134 stars 14 forks source link

Change keymap Dict types for Julia 1.6 compatibility #15

Closed brenhinkeller closed 3 years ago

brenhinkeller commented 3 years ago

https://github.com/JuliaLang/julia/pull/37163 constrained the acceptable types for a REPL keymap from Dict to Dict{Any,Any} and Dict{Char,Any}}.

The changes here should provide a backwards-compatible fix

MasonProtter commented 3 years ago

Thank you!