digitalmars.D.announce - New DCD and D-Scanner betas
- Brian Schott (22/22) May 10 2014 Tags:
- Brian Schott (2/2) May 10 2014 Quick reminder: Please use the Github issue trackers instead of
- Brian Schott (11/11) May 18 2014 Tags:
- Martin Nowak (2/13) May 20 2014 Great news, I'll try to integrate DCD with D REPL at some point.
- Suliman (5/5) May 31 2014 Sublime integration update
- Suliman (5/5) Jul 31 2014 Could you help me to get work DCD and DScanner with Sublime in
Tags: https://github.com/Hackerpilot/DCD/tree/0.3.0-beta5 https://github.com/Hackerpilot/Dscanner/tree/0.1.0-beta4 Diffs: https://github.com/Hackerpilot/Dscanner/compare/0.1.0-beta3...0.1.0-beta4 https://github.com/Hackerpilot/DCD/compare/0.3.0-beta4...0.3.0-beta5 DCD highlights: Now uses allocators instead of the GC for most of its operations. The memory use is now roughly 1/3 of what it used to be. D-Scanner highlights: * More information in ctags output * Static analysis: * check for variable self-assignment * check for identical then/else branches in if statements * check for struct constructors with a single default argument * check for unused parameters * check for unused variables * Lexer/parser: * Many bug fixes * Support for DIP61 syntax
May 10 2014
Quick reminder: Please use the Github issue trackers instead of posting bug reports here.
May 10 2014
Tags: https://github.com/Hackerpilot/DCD/tree/0.3.0-beta6 https://github.com/Hackerpilot/Dscanner/tree/0.1.0-beta5 Changes: https://github.com/Hackerpilot/Dscanner/compare/0.1.0-beta4...0.1.0-beta5 https://github.com/Hackerpilot/DCD/compare/0.3.0-beta5...0.3.0-beta6 A few more bug fixes to both projects. DCD got some more performance/memory improvements and can cache autocomplete information for phobos+druntime in roughly 0.8 seconds. Caching autocomplete for Phobos, Druntime, D-Scanner, DCD, and GtkD takes 1.9 seconds and 105MB.
May 18 2014
On Sunday, 18 May 2014 at 11:13:12 UTC, Brian Schott wrote:Tags: https://github.com/Hackerpilot/DCD/tree/0.3.0-beta6 https://github.com/Hackerpilot/Dscanner/tree/0.1.0-beta5 Changes: https://github.com/Hackerpilot/Dscanner/compare/0.1.0-beta4...0.1.0-beta5 https://github.com/Hackerpilot/DCD/compare/0.3.0-beta5...0.3.0-beta6 A few more bug fixes to both projects. DCD got some more performance/memory improvements and can cache autocomplete information for phobos+druntime in roughly 0.8 seconds. Caching autocomplete for Phobos, Druntime, D-Scanner, DCD, and GtkD takes 1.9 seconds and 105MB.Great news, I'll try to integrate DCD with D REPL at some point.
May 20 2014
Sublime integration update http://dynamic.dlang.ru/Files/2014/Sublime-D-integration-plugin-linux-31-05-2014.zip (only for 64 bit system) Screenshot http://dynamic.dlang.ru/Files/2014/87800e29-2dca-49c4-ae79-9f44a2dfe913.png
May 31 2014
Could you help me to get work DCD and DScanner with Sublime in last version. I see that after building now I am getting binary with name DScanner.exe instead of DCD-Server. How to get them work?
Jul 31 2014