Building C++ modules
Atila Neves
atila.neves at gmail.com
Thu Aug 15 14:55:33 UTC 2019
On Wednesday, 14 August 2019 at 22:56:30 UTC, Walter Bright wrote:
> On 8/12/2019 2:40 AM, Atila Neves wrote:
>> Indeed.
>
> Building a syntax check into one's code editor would probably
> double compile speeds because half the errors would be detected
> before you even wrote the file out :-)
I already have that with flycheck in emacs. My main concern is
running tests, specifically only the tests needed to be
compiled/interpreted and getting fast feedback on whether I broke
anything or not.
More information about the Digitalmars-d
mailing list