8000 Tags · dlang-community/dfmt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dlang-community/dfmt

v0.15.2

Toggle v0.15.2's commit message
remove explicit `nothrow` from `globMatchEditorConfig`

The in contract may throw.

v0.15.1

Toggle v0.15.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
bump minimum libdparse version, fix #583

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #579 from belka-ew/bug/revert-array-indent-on-line

Keep "(" indentation with a "]" in the same line

v0.15.0-beta.2

Toggle v0.15.0-beta.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Revert operator indentation in an argument list

v0.15.0-beta.1

Toggle v0.15.0-beta.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix #568, don't output empty files without error

Now when an error in formatting happens, it never outputs anything and
doesn't override the file when working inplace.

Additionally dfmt is no longer able to fail in the middle of a file, as
now we first write everything to a buffer and only if everything was
successful, that buffer is printed to stdout or written to the inplace
file.

This should also guard against segfaults with inplace file formatting
erasing parts of the file, as well as the user thinking it was
successful, even though dfmt didn't finish properly.

v0.14.2

Toggle v0.14.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Upgrade libdparse to latest version

v0.14.1

Toggle v0.14.1's commit message
v0.14.1: Fix newly-added tests

This patch release simply fixes a test failure seen internally,
and has no impact on the external behavior of the library.
See also: #544

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #535 from dlang-community/single-indent

Add single_indent option

v0.13.4

Toggle v0.13.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
upgrade libdparse to <0.18.0

v0.13.3

Toggle v0.13.3's commit message

Verified

This tag was signed with the committer’s verified signature.
Fix #531, #519, #521, #509, #490, #515

0