Re: run.dlang.io can now display ASM + AST + IR

2018-01-26 Thread Seb via Digitalmars-d-announce
On Thursday, 25 January 2018 at 19:44:13 UTC, ikod wrote: Is it possible to show demangled names in asm output (or this option already available)? Sure: https://github.com/dlang-tour/core-exec/pull/19 Preview e.g. here: https://run.dlang.io/is/Vehrcv Note that core.demangle isn't perfect,

Re: Very tiny script for testing D projects with Pijul version control system.

2018-01-26 Thread Suliman via Digitalmars-d-announce
Could anybody help me? I decided to use key-auth instead pass-auth. But when I run next command I am getting error: winscp.com /command "open devuser@172.17.18.127" /privatekey=C:\Users\dev\.ssh\my_private_key.ppk "put latest.tar.gz /home/devuser/folder" "exit" about wrong syntax.

Re: run.dlang.io can now display ASM + AST + IR

2018-01-26 Thread Mike Franklin via Digitalmars-d-announce
On Saturday, 27 January 2018 at 01:31:45 UTC, Seb wrote: https://github.com/dlang-tour/core/pull/649 It's fixed now. I have also increased the maximal output limit to 500.000 bytes - I hope that's enough for everyone :O Seb, you're awesome! Thanks for all these great features. Mike

Re: run.dlang.io can now display ASM + AST + IR

2018-01-26 Thread Seb via Digitalmars-d-announce
On Friday, 26 January 2018 at 18:29:28 UTC, Justin Whear wrote: Very cool features! Due to template expansion, even very simple D programs won't display their AST, e.g. https://run.dlang.io/is/yVsPsH gives me a "Compilation or running program took longer than 25 seconds. Aborted!" Not sure

Re: run.dlang.io can now display ASM + AST + IR

2018-01-26 Thread Justin Whear via Digitalmars-d-announce
Very cool features! Due to template expansion, even very simple D programs won't display their AST, e.g. https://run.dlang.io/is/yVsPsH gives me a "Compilation or running program took longer than 25 seconds. Aborted!" Not sure what can be done about this, but it certainly limits the