MichaelHatherly / Lexicon.jl

Julia package documentation generator.
Other
16 stars 18 forks source link

Fix 0.4 error, use keys to check in dict #127

Closed hayd closed 9 years ago

hayd commented 9 years ago

The latest julia, baulks without this:

ERROR: LoadError: Associative collections only contain Pairs;
Either look for e.g. A=>B instead, or use the `keys` or `values`
function if you are looking for a key or value respectively.

Edit: There's also an independent (I assume) error:

ERROR: LoadError: LoadError: MethodError: `isless` has no method matching isless(::Set{Docile.Legacy.AbstractEntry}, ::Set{Docile.Legacy.AbstractEntry})
MichaelHatherly commented 9 years ago

Thanks, I'll just need to investigate the isless failure on 0.4 prior to merging this.

MichaelHatherly commented 9 years ago

All good now, thanks.