[Issue 17622] inline for m64 fails web APPS

2017-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17622 Vladimir Panteleev changed: What|Removed |Added Keywords|dll

[Issue 17622] inline for m64 fails web APPS

2017-07-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17622 --- Comment #3 from steven kladitis --- void main() { import std.stdio, std.base64, std.net.curl, std.string; const f = "http://rosettacode.org/favicon.ico".get.representation; Base64.encode(f).writeln; }

[Issue 17622] inline for m64 fails web APPS

2017-07-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17622 --- Comment #2 from Vladimir Panteleev --- Please provide a full self-contained test case, so that we can reproduce the bug. --

[Issue 17622] inline for m64 fails web APPS

2017-07-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17622 steven kladitis changed: What|Removed |Added Keywords||dll ---