Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-03-02 Thread Suliman
On Wednesday, 5 February 2014 at 12:45:28 UTC, yazd wrote: On Wednesday, 5 February 2014 at 11:55:59 UTC, Suliman wrote: On Tuesday, 4 February 2014 at 20:09:18 UTC, yazd wrote: On Tuesday, 4 February 2014 at 10:19:46 UTC, Suliman wrote: It's look like Sublime do not understand from which

Re: Facebook open sources flint, a C++ linter written in D

2014-03-02 Thread Denis Shelomovskij
25.02.2014 16:48, Dicebot пишет: On Tuesday, 25 February 2014 at 11:20:37 UTC, bearophile wrote: Currently the D compiler catches several bugs that are caught only by C lints. Clang shows that you can add lot of lint-like tests to the compiler. I'd like some more tests in the D compiler. Full

Re: Facebook open sources flint, a C++ linter written in D

2014-03-02 Thread Dicebot
On Sunday, 2 March 2014 at 12:29:15 UTC, Denis Shelomovskij wrote: I'd say a good static code analysis require a full compiler frontend and I see no reasons why there can't be such thing in dmd as it is just as required as profiler, unittesting or documentation generation which are already in.

Re: Facebook open sources flint, a C++ linter written in D

2014-03-02 Thread Nick Sabalausky
On 3/2/2014 7:35 AM, Dicebot wrote: On Sunday, 2 March 2014 at 12:29:15 UTC, Denis Shelomovskij wrote: I'd say a good static code analysis require a full compiler frontend and I see no reasons why there can't be such thing in dmd as it is just as required as profiler, unittesting or

Re: Facebook open sources flint, a C++ linter written in D

2014-03-02 Thread Dicebot
On Sunday, 2 March 2014 at 21:41:26 UTC, Nick Sabalausky wrote: Personally, I've never really understood the benefit one way or another of related tools being in one binary vs multiple binaries. As I see it, the important thing is that all relevant *source* is well-encapsulated. Unless you're