FluxML / FluxML/MacroTools.jl

`prettify` fails on `do` notation

Open
#84 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
320
Forks
84
PR merge metrics
No merged PRs in 30d

Description

**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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.