julia-vscode / DocumentFormat.jl

Auto-formatter for Julia
Other
62 stars 18 forks source link

CSTParser.LeafNode missing #35

Closed simonschnake closed 5 years ago

simonschnake commented 5 years ago

ERROR: LoadError: UndefVarError: LeafNode not defined Stacktrace: [1] top-level scope at none:0 [2] top-level scope at none:2 in expression starting at ..../src/DocumentFormat.jl:41

I have looked into CSTParser and CSTParser.LeafNode seems to be missing.

ZacLN commented 5 years ago

I'm just tagging a new release (compatible with the newer CSTParser version) in the mean time, and until I retroactively sort out the compat restrictions, dev'ing this will fix that issue

davidanthoff commented 5 years ago

I'll close this then.