Dub lint: build type syntax
See original GitHub issueDub build has since some months a built type syntax. Therefore no binaries are created for linting a project using dub build.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
dub - Package and build management system for D - Ubuntu Manpage
Builds the package and executes D-Scanner linter tests. OPTIONS. --syntax-check Lexes and parses sourceFile, printing the line and column number of any syntax...
Read more >Commandline interface - DUB - The D package registry
Specifies the type of build to perform. Note that setting the DFLAGS environment variable will override the build type with custom flags. Possible...
Read more >code-d/CHANGELOG.md at master · Pure-D/code-d - GitHub
code-d now ships with a debug launch type, which is a wrapper for various debugging ... When creating new dub.json and dub.sdl files,...
Read more >dub test - DUB Documentation
-b, --build=VALUE: Specifies the type of build to perform. ... syntax and custom types; -c, --config=VALUE: Builds the specified ...
Read more >Package dscanner version 0.13.0-beta.1 - DUB - DUB Packages
To build D-Scanner, run `make ` (or the build.bat file on Windows). ... templatized function can be instantiated by inference of the type...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

here is the source code which does it: https://github.com/Pure-D/workspace-d/blob/b969f3fe820dc6b4099ff5c5ce10ab210334ec93/source/workspaced/dub/lintgenerator.d#L37 (custom generator)
I am using recent version but tried to validate it by reading the source code. I didn’t saw that build type syntax is used. But if this is already done, that’s great.