Skip to content

Formatter: fix fields of primaryExpression#130

Merged
Hackerpilot merged 1 commit intodlang-community:masterfrom
wilzbach:fix-format
Feb 23, 2017
Merged

Formatter: fix fields of primaryExpression#130
Hackerpilot merged 1 commit intodlang-community:masterfrom
wilzbach:fix-format

Conversation

@wilzbach
Copy link
Member

Previously for example, the intLiteral was omitted:

in: assert(float(0))
out: assert(float)

For example, the `intLiteral` here was omitted before:

in:  assert(float(0))
out: assert(float)
@wilzbach
Copy link
Member Author

Thanks a lot for the quick merge @Hackerpilot

Would you be so kind to release a new tag for libdparse, s.t. we could use it on dlang.org?
Unfortunately without workarounds DUB doesn't play well with git SHAs

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

Successfully merging this pull request may close these issues.

2 participants