[Issue 6185] UFCS doesn't work with function imports

2013-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 yebblies changed: What|Removed |Added CC||stas...@yahoo.com --- Comment #12 from yebb

[Issue 6185] UFCS doesn't work with function imports

2013-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 yebblies changed: What|Removed |Added CC||r.97...@gmail.com --- Comment #11 from yebb

[Issue 6185] UFCS doesn't work with function imports

2012-12-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 Andrej Mitrovic changed: What|Removed |Added CC||pun...@coverify.org --- Comment #10

[Issue 6185] UFCS doesn't work with function imports

2012-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 Walter Bright changed: What|Removed |Added CC||cbkbbej...@mailinator.com --- Comment

[Issue 6185] UFCS doesn't work with function imports

2012-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Seve

[Issue 6185] UFCS doesn't work with function imports

2012-01-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 --- Comment #7 from Kenji Hara 2012-01-24 06:01:13 PST --- (In reply to comment #2) > Before 2.053, "foo".toUTF16z is rewritten to toUTF16("foo"); > After 2.054, it is rewitten to .toUTF16("foo"); > Therefore current D2 requires module level fu

[Issue 6185] UFCS doesn't work with function imports

2012-01-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 --- Comment #6 from Kenji Hara 2012-01-24 05:58:30 PST --- (In reply to comment #5) > (In reply to comment #4) > > > Ah, sorry, it is my mistake. Replace 'toUTF16' to 'toUTF16z'. > > What's bad in rewriting it as toUTF16z("foo")? I found an

[Issue 6185] UFCS doesn't work with function imports

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 --- Comment #5 from bearophile_h...@eml.cc 2012-01-22 09:05:49 PST --- (In reply to comment #4) > Ah, sorry, it is my mistake. Replace 'toUTF16' to 'toUTF16z'. What's bad in rewriting it as toUTF16z("foo")? -- Configure issuemail: http://d.p

[Issue 6185] UFCS doesn't work with function imports

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 --- Comment #4 from Kenji Hara 2012-01-22 08:07:51 PST --- (In reply to comment #3) > (In reply to comment #2) > > Before 2.053, "foo".toUTF16z is rewritten to toUTF16("foo"); > > After 2.054, it is rewitten to .toUTF16("foo"); > > What's bad

[Issue 6185] UFCS doesn't work with function imports

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 --- Comment #3 from bearophile_h...@eml.cc 2012-01-22 07:07:32 PST --- (In reply to comment #2) > Before 2.053, "foo".toUTF16z is rewritten to toUTF16("foo"); > After 2.054, it is rewitten to .toUTF16("foo"); What's bad in rewriting it as toUTF

[Issue 6185] UFCS doesn't work with function imports

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 --- Comment #2 from Kenji Hara 2012-01-22 05:30:13 PST --- Before 2.053, "foo".toUTF16z is rewritten to toUTF16("foo"); After 2.054, it is rewitten to .toUTF16("foo"); Therefore current D2 requires module level function for UFCS. But I don't k

[Issue 6185] UFCS doesn't work with function imports

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com