October 09, 2015
On Thursday, 30 July 2015 at 22:18:20 UTC, WebFreak001 wrote:
> If you would like to try it or to help us just get it from here: https://github.com/Vild/atomize-d
How does atomize-d handle dscanner config files? I have both dscanners ini and the one in the atomize-d .atom/packages/atomize-d undocumented_declaration_check="false"
yet it still warns me about these.

Other than that this is really working great so far! Thanks!
October 09, 2015
On Friday, 9 October 2015 at 03:12:02 UTC, Zekereth wrote:
> On Thursday, 30 July 2015 at 22:18:20 UTC, WebFreak001 wrote:
>> If you would like to try it or to help us just get it from here: https://github.com/Vild/atomize-d
> How does atomize-d handle dscanner config files? I have both dscanners ini and the one in the atomize-d .atom/packages/atomize-d undocumented_declaration_check="false"
> yet it still warns me about these.
>
> Other than that this is really working great so far! Thanks!

What happens if you run d-scanner on the file from the command-line?
October 09, 2015
On Friday, 9 October 2015 at 03:12:02 UTC, Zekereth wrote:
> On Thursday, 30 July 2015 at 22:18:20 UTC, WebFreak001 wrote:
>> If you would like to try it or to help us just get it from here: https://github.com/Vild/atomize-d
> How does atomize-d handle dscanner config files? I have both dscanners ini and the one in the atomize-d .atom/packages/atomize-d undocumented_declaration_check="false"
> yet it still warns me about these.
>
> Other than that this is really working great so far! Thanks!

Make sure that the file is named "d-linter.ini" and is located in the root project folder.
Also make sure that the project is first in the list. We currently only support one project at a time.
October 09, 2015
On Friday, 9 October 2015 at 07:24:45 UTC, Wild wrote:
> On Friday, 9 October 2015 at 03:12:02 UTC, Zekereth wrote:
>> On Thursday, 30 July 2015 at 22:18:20 UTC, WebFreak001 wrote:
>>> If you would like to try it or to help us just get it from here: https://github.com/Vild/atomize-d
>> How does atomize-d handle dscanner config files? I have both dscanners ini and the one in the atomize-d .atom/packages/atomize-d undocumented_declaration_check="false"
>> yet it still warns me about these.
>>
>> Other than that this is really working great so far! Thanks!
>
> Make sure that the file is named "d-linter.ini" and is located in the root project folder.
> Also make sure that the project is first in the list. We currently only support one project at a time.

@Brian Yeah, it works fine. I should have mentioned that in the post.
@Wild Ah, so there needs to be a d-linter.ini in the project directory. I'll give that a try.

I used the dscanner-linter package before and it used the ini in dscanners config directory(I uninstalled it as that was my initial thought as to what the problem could be). I assumed this would work the same way.

Thanks for the guys!
October 20, 2015
On Thursday, 30 July 2015 at 22:18:20 UTC, WebFreak001 wrote:
> We (me and Wild) are currently working on a plugin for atom that should take over the job of everything for D. Right now we have already added snippets, syntax highlighting (from atom-language-d) and auto complete using DCD.
>
> If you would like to try it or to help us just get it from here: https://github.com/Vild/atomize-d
>
> Full TODO: https://trello.com/b/eR18xRBz/atomize-d

My Atom errors upon restart as

Failed to load the atomize-d package
Cannot find module 'semver'
Show Stack Trace
The error was thrown from the atomize-d package.

after installation through

git clone --recursive https://github.com/Vild/atomize-d.git ~/.atom/packages/atomize-d

I can't find the package `semver` on the web.

What's wrong?
October 20, 2015
On 20/10/15 11:26 PM, Nordlöw wrote:
> On Thursday, 30 July 2015 at 22:18:20 UTC, WebFreak001 wrote:
>> We (me and Wild) are currently working on a plugin for atom that
>> should take over the job of everything for D. Right now we have
>> already added snippets, syntax highlighting (from atom-language-d) and
>> auto complete using DCD.
>>
>> If you would like to try it or to help us just get it from here:
>> https://github.com/Vild/atomize-d
>>
>> Full TODO: https://trello.com/b/eR18xRBz/atomize-d
>
> My Atom errors upon restart as
>
> Failed to load the atomize-d package
> Cannot find module 'semver'
> Show Stack Trace
> The error was thrown from the atomize-d package.
>
> after installation through
>
> git clone --recursive https://github.com/Vild/atomize-d.git
> ~/.atom/packages/atomize-d
>
> I can't find the package `semver` on the web.
>
> What's wrong?

Run apm install from the cloned directory.
apm is provided by atom btw.
1 2
Next ›   Last »