Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prettify fails on do notation #84

Open
cscherrer opened this issue Aug 5, 2018 · 0 comments
Open

prettify fails on do notation #84

cscherrer opened this issue Aug 5, 2018 · 0 comments

Comments

@cscherrer
Copy link

cscherrer commented Aug 5, 2018

Call:

prettify(
    quote
        map(1:N) do n
            f(n)
        end
    end
)

Result:

:(map(1:N) do n
      f
      n
  end)

Expected:

:(map(1:N) do n
      f(n)
  end)

System info:
Manjaro Linux
Julia Version 0.7.0-rc2.0
Commit 78540cba4c (2018-08-02 19:14 UTC)
MacroTools v0.4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant