Thread overview
Visual D cannot build Phobos(std.container) Browse Info
Nov 22, 2014
sdvcn
Nov 23, 2014
Rainer Schuetze
Nov 24, 2014
sdvcn
Nov 29, 2014
Rainer Schuetze
Dec 01, 2014
sdvcn
Dec 04, 2014
Rainer Schuetze
Dec 05, 2014
sdvcn
Dec 12, 2014
Rainer Schuetze
Dec 20, 2014
Rainer Schuetze
November 22, 2014
Cannot build *.package.d file.
Cannot list std.container member.
November 23, 2014

On 23.11.2014 00:13, sdvcn wrote:
> Cannot build *.package.d file.

I cannot reproduce here. Please report to https://issues.dlang.org/enter_bug.cgi with more details.

> Cannot list std.container member.

That's very likely an issue with the parser engine, you might want to report to https://github.com/aBothe/D_Parser/issues
November 24, 2014
On Sunday, 23 November 2014 at 10:04:59 UTC, Rainer Schuetze wrote:
>
>
> On 23.11.2014 00:13, sdvcn wrote:
>> Cannot build *.package.d file.
>
> I cannot reproduce here. Please report to https://issues.dlang.org/enter_bug.cgi with more details.
>
>> Cannot list std.container member.
>
> That's very likely an issue with the parser engine, you might want to report to https://github.com/aBothe/D_Parser/issues

My English is poor. Unable to submit report Here is a translation platform using the AC
November 29, 2014

On 24.11.2014 14:48, sdvcn wrote:
> On Sunday, 23 November 2014 at 10:04:59 UTC, Rainer Schuetze wrote:
>>
>>
>> On 23.11.2014 00:13, sdvcn wrote:
>>> Cannot build *.package.d file.
>>
>> I cannot reproduce here. Please report to
>> https://issues.dlang.org/enter_bug.cgi with more details.
>>
>>> Cannot list std.container member.
>>
>> That's very likely an issue with the parser engine, you might want to
>> report to https://github.com/aBothe/D_Parser/issues
>
> My English is poor. Unable to submit report Here is a translation
> platform using the AC

Here is an update with a new parser version supporting packages and a lot more: https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.40-beta3
December 01, 2014
On Saturday, 29 November 2014 at 17:30:46 UTC, Rainer Schuetze wrote:
>
>
> On 24.11.2014 14:48, sdvcn wrote:
>> On Sunday, 23 November 2014 at 10:04:59 UTC, Rainer Schuetze wrote:
>>>
>>>
>>> On 23.11.2014 00:13, sdvcn wrote:
>>>> Cannot build *.package.d file.
>>>
>>> I cannot reproduce here. Please report to
>>> https://issues.dlang.org/enter_bug.cgi with more details.
>>>
>>>> Cannot list std.container member.
>>>
>>> That's very likely an issue with the parser engine, you might want to
>>> report to https://github.com/aBothe/D_Parser/issues
>>
>> My English is poor. Unable to submit report Here is a translation
>> platform using the AC
>
> Here is an update with a new parser version supporting packages and a lot more: https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.40-beta3

(0.3.40b3)
cannot build Phobos(std.container) Browse Info
Cannot list std.container member.
December 04, 2014

On 01.12.2014 07:23, sdvcn wrote:
> On Saturday, 29 November 2014 at 17:30:46 UTC, Rainer Schuetze wrote:
>>
>>
>> On 24.11.2014 14:48, sdvcn wrote:
>>> On Sunday, 23 November 2014 at 10:04:59 UTC, Rainer Schuetze wrote:
>>>>
>>>>
>>>> On 23.11.2014 00:13, sdvcn wrote:
>>>>> Cannot build *.package.d file.
>>>>
>>>> I cannot reproduce here. Please report to
>>>> https://issues.dlang.org/enter_bug.cgi with more details.
>>>>
>>>>> Cannot list std.container member.
>>>>
>>>> That's very likely an issue with the parser engine, you might want to
>>>> report to https://github.com/aBothe/D_Parser/issues
>>>
>>> My English is poor. Unable to submit report Here is a translation
>>> platform using the AC
>>
>> Here is an update with a new parser version supporting packages and a
>> lot more:
>> https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.40-beta3
>>
>
> (0.3.40b3)
> cannot build Phobos(std.container) Browse Info

Works for me. What error does the output window show? Maybe you have not setup the DMD install path in the Visual D Settings->DMD Directories?

> Cannot list std.container member.

Does it work for other non-package completions? Please make sure to check "Use Alexander Bothe's D parsing engine" in the "Visual D->Language Settings" page. The builtin semantic engine is outdated and probably will be removed soon.
December 05, 2014
On Thursday, 4 December 2014 at 22:06:56 UTC, Rainer Schuetze wrote:
>
>
> On 01.12.2014 07:23, sdvcn wrote:
>> On Saturday, 29 November 2014 at 17:30:46 UTC, Rainer Schuetze wrote:
>>>
>>>
>>> On 24.11.2014 14:48, sdvcn wrote:
>>>> On Sunday, 23 November 2014 at 10:04:59 UTC, Rainer Schuetze wrote:
>>>>>
>>>>>
>>>>> On 23.11.2014 00:13, sdvcn wrote:
>>>>>> Cannot build *.package.d file.
>>>>>
>>>>> I cannot reproduce here. Please report to
>>>>> https://issues.dlang.org/enter_bug.cgi with more details.
>>>>>
>>>>>> Cannot list std.container member.
>>>>>
>>>>> That's very likely an issue with the parser engine, you might want to
>>>>> report to https://github.com/aBothe/D_Parser/issues
>>>>
>>>> My English is poor. Unable to submit report Here is a translation
>>>> platform using the AC
>>>
>>> Here is an update with a new parser version supporting packages and a
>>> lot more:
>>> https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.40-beta3
>>>
>>
>> (0.3.40b3)
>> cannot build Phobos(std.container) Browse Info
>
> Works for me. What error does the output window show? Maybe you have not setup the DMD install path in the Visual D Settings->DMD Directories?
>
>> Cannot list std.container member.
>
> Does it work for other non-package completions? Please make sure to check "Use Alexander Bothe's D parsing engine" in the "Visual D->Language Settings" page. The builtin semantic engine is outdated and probably will be removed soon.

other  good.

dmd 2.066.1 files

C:\Dmd\dmd2\src\phobos\std\container\array.d
C:\Dmd\dmd2\src\phobos\std\container\binaryheap.d
C:\Dmd\dmd2\src\phobos\std\container\dlist.d
C:\Dmd\dmd2\src\phobos\std\container\package.d
C:\Dmd\dmd2\src\phobos\std\container\rbtree.d
C:\Dmd\dmd2\src\phobos\std\container\slist.d
C:\Dmd\dmd2\src\phobos\std\container\util.d

dmd 2.065 file
C:\Dmd\dmd2\src\phobos\std\container.d

I think, and "package.d" related.
December 12, 2014

On 05.12.2014 10:50, sdvcn wrote:
> On Thursday, 4 December 2014 at 22:06:56 UTC, Rainer Schuetze wrote:
>>
>>
>> On 01.12.2014 07:23, sdvcn wrote:
>>> On Saturday, 29 November 2014 at 17:30:46 UTC, Rainer Schuetze wrote:
>>>>
>>>>
>>>> On 24.11.2014 14:48, sdvcn wrote:
>>>>> On Sunday, 23 November 2014 at 10:04:59 UTC, Rainer Schuetze wrote:
>>>>>>
>>>>>>
>>>>>> On 23.11.2014 00:13, sdvcn wrote:
>>>>>>> Cannot build *.package.d file.
>>>>>>
>>>>>> I cannot reproduce here. Please report to
>>>>>> https://issues.dlang.org/enter_bug.cgi with more details.
>>>>>>
>>>>>>> Cannot list std.container member.
>>>>>>
>>>>>> That's very likely an issue with the parser engine, you might want to
>>>>>> report to https://github.com/aBothe/D_Parser/issues
>>>>>
>>>>> My English is poor. Unable to submit report Here is a translation
>>>>> platform using the AC
>>>>
>>>> Here is an update with a new parser version supporting packages and a
>>>> lot more:
>>>> https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.40-beta3
>>>>
>>>>
>>>
>>> (0.3.40b3)
>>> cannot build Phobos(std.container) Browse Info
>>
>> Works for me. What error does the output window show? Maybe you have
>> not setup the DMD install path in the Visual D Settings->DMD Directories?
>>
>>> Cannot list std.container member.
>>
>> Does it work for other non-package completions? Please make sure to
>> check "Use Alexander Bothe's D parsing engine" in the "Visual
>> D->Language Settings" page. The builtin semantic engine is outdated
>> and probably will be removed soon.
>
> other  good.
>
> dmd 2.066.1 files
>
> C:\Dmd\dmd2\src\phobos\std\container\array.d
> C:\Dmd\dmd2\src\phobos\std\container\binaryheap.d
> C:\Dmd\dmd2\src\phobos\std\container\dlist.d
> C:\Dmd\dmd2\src\phobos\std\container\package.d
> C:\Dmd\dmd2\src\phobos\std\container\rbtree.d
> C:\Dmd\dmd2\src\phobos\std\container\slist.d
> C:\Dmd\dmd2\src\phobos\std\container\util.d
>
> dmd 2.065 file
> C:\Dmd\dmd2\src\phobos\std\container.d
>
> I think, and "package.d" related.

I noticed the command "Build phobos browse info" worked on an outdated directory structure for phobos, so it didn't look into all these new files. I suspect that this is the issue you are having. Completion using the parsing engine should still have worked, though.

Fixed in the next release...
December 20, 2014

On 12.12.2014 09:56, Rainer Schuetze wrote:
>
>
> On 05.12.2014 10:50, sdvcn wrote:
>> I think, and "package.d" related.
>
> I noticed the command "Build phobos browse info" worked on an outdated
> directory structure for phobos, so it didn't look into all these new
> files. I suspect that this is the issue you are having. Completion using
> the parsing engine should still have worked, though.
>
> Fixed in the next release...

Try it in https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.40-beta4