Skip to content

Tags: dlang-community/D-Scanner

Tags

v0.16.0-beta.4

Toggle v0.16.0-beta.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat(highlight): support multiple themes

Signed-off-by: Prajwal S N <[email protected]>

v0.16.0-beta.3

Toggle v0.16.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix #916 autofix CLI, add integration test for it (#917)

v0.16.0-beta.2

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
include resolved autofixes in `--report` output (#915)

v0.16.0-beta.1

Toggle v0.16.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.
add IDE integration tests

v0.15.2

Toggle v0.15.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Only call Win32 API to enable colored output once

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.
upgrade libdparse to 0.23.2 fix mixin-type VarDecl

v0.15.0

Toggle v0.15.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix selective imports

v0.14.0

Toggle v0.14.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add dub.selections.json, upgrade libdparse 0.22.0

Note: currently a warning is emitted when building, because dscanner now
depends on libdparse 0.22.0, but dsymbol doesn't support it officially
yet. We just force it with dub.selections.json to build with 0.22.0 for
executable builds.

v0.13.0

Toggle v0.13.0'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 and DCD dependencies

v0.13.0-beta.1

Toggle v0.13.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.
Update GDC to fix CI