On Fri, Nov 4, 2016 at 4:37 AM, AStupidbear <luyao...@gmail.com> wrote:
> According to this issue, the definition of SymbolNode disappears in
> Julia-0.5. Since there's no response from the author, I want to know the
> equivalence of SymbolNode in Julia-0.5, how I can fix this deprecation.

I don't think there's a direct replacement. As mauro3 mentioned, what
you want is likely one of `Slot` subtypes. The document can be found
here[1]. Note that this cannot be used without the AST.

[1] http://julia.readthedocs.io/en/latest/devdocs/ast/#lowered-form

Reply via email to