On Wednesday, 15 April 2020 at 22:09:32 UTC, H. S. Teoh wrote:
On Wed, Apr 15, 2020 at 09:46:58PM +, p.shkadzko via
Digitalmars-d-learn wrote:
[...]
Are you sure the error is on the line you indicated? The error
message
claims that your argument types are (double[string], string,
string)
Thanks to both of you!
As part of implementing full support for attributes in
openmethods, I am developing a reflection library. That helped a
lot.
is() is a bit weird, but I described it in my "D Cookbook" to
some success...
I am going to order it...even though it is not available on
Kin
On Wednesday, 15 April 2020 at 22:09:32 UTC, H. S. Teoh wrote:
On Wed, Apr 15, 2020 at 09:46:58PM +, p.shkadzko via
Digitalmars-d-learn wrote:
I am quite confused by the following exception during dub
build:
> dub build --single demo.d --compiler=ldc2 --force
Performing "debug" build using
On Wed, Apr 15, 2020 at 09:46:58PM +, p.shkadzko via Digitalmars-d-learn
wrote:
> I am quite confused by the following exception during dub build:
>
> > dub build --single demo.d --compiler=ldc2 --force
> Performing "debug" build using ldc2 for x86_64.
> demo ~master: building configuration "
I am quite confused by the following exception during dub build:
dub build --single demo.d --compiler=ldc2 --force
Performing "debug" build using ldc2 for x86_64.
demo ~master: building configuration "application"...
demo.d(221,20): Error: template object.get cannot deduce function
from argume
On 4/15/20 8:38 AM, Robert M. Münch wrote:
On 2020-04-14 18:44:55 +, Steven Schveighoffer said:
On 4/14/20 2:29 PM, Robert M. Münch wrote:
No. Is that the missing part?
Probably. I think the compiler expects whatever is compiling the
imported file to provide the symbol. If you aren't co
On 2020-04-14 18:44:55 +, Steven Schveighoffer said:
On 4/14/20 2:29 PM, Robert M. Münch wrote:
Ah, ok. That's why the problem went (temporarly) away when I did a:
myCstruct a = {0,0}; for example?
I don't know what causes it to be emitted when. Sometimes it doesn't
make a whole lot of