Is there a way to integrate some kind of "run this source code"
button into the D wiki using run.dlang.io?
If there isn't, it would be nice to add this kind of thing as
plugin with the possibility of also including the editor so you
never need to leave the wiki. (like on the D Tour)
I just want import in file and run with dmd.
On Thursday, 16 July 2020 at 11:06:01 UTC, Marcone wrote:
I just want import in file and run with dmd.
Execute dub build with verbose output. You will find the info how
dub is calling dmd.
Kind regards
Andre
On Wednesday, 15 July 2020 at 07:36:49 UTC, Vitalii wrote:
Many thanks!
I have now deprecated the old wiki page and linked to a new one
with more examples: https://wiki.dlang.org/Logging_mechanisms
On Thursday, 16 July 2020 at 09:47:02 UTC, WebFreak001 wrote:
Is there a way to integrate some kind of "run this source code"
button into the D wiki using run.dlang.io?
If there isn't, it would be nice to add this kind of thing as
plugin with the possibility of also including the editor so you
On Thursday, 16 July 2020 at 13:41:31 UTC, aberba wrote:
On Thursday, 16 July 2020 at 09:47:02 UTC, WebFreak001 wrote:
[...]
Since its based on WikiMedia, searched an came up with this [1]
to embed in iframe
1. https://www.mediawiki.org/wiki/Extension:Iframe
Also the D Tour uses codemirro
On Thursday, 16 July 2020 at 13:54:56 UTC, aberba wrote:
On Thursday, 16 July 2020 at 13:41:31 UTC, aberba wrote:
On Thursday, 16 July 2020 at 09:47:02 UTC, WebFreak001 wrote:
[...]
Since its based on WikiMedia, searched an came up with this
[1] to embed in iframe
1. https://www.mediawiki.
On Thursday, 16 July 2020 at 14:17:10 UTC, WebFreak001 wrote:
On Thursday, 16 July 2020 at 13:54:56 UTC, aberba wrote:
On Thursday, 16 July 2020 at 13:41:31 UTC, aberba wrote:
On Thursday, 16 July 2020 at 09:47:02 UTC, WebFreak001 wrote:
[...]
Since its based on WikiMedia, searched an came u
On Thursday, 16 July 2020 at 05:03:36 UTC, Jon Degenhardt wrote:
On Wednesday, 15 July 2020 at 07:12:35 UTC, Andre Pany wrote:
[...]
An enhancement is likely to hit some corner-cases involving
list termination requiring choices that are not fully generic.
Any time a legal list value looks li
On 7/16/20 1:13 PM, Andre Pany wrote:
On Thursday, 16 July 2020 at 05:03:36 UTC, Jon Degenhardt wrote:
On Wednesday, 15 July 2020 at 07:12:35 UTC, Andre Pany wrote:
[...]
An enhancement is likely to hit some corner-cases involving list
termination requiring choices that are not fully generic
On Thursday, 16 July 2020 at 17:40:25 UTC, Steven Schveighoffer
wrote:
On 7/16/20 1:13 PM, Andre Pany wrote:
On Thursday, 16 July 2020 at 05:03:36 UTC, Jon Degenhardt
wrote:
On Wednesday, 15 July 2020 at 07:12:35 UTC, Andre Pany wrote:
[...]
An enhancement is likely to hit some corner-cases
On Tuesday, 14 July 2020 at 00:17:14 UTC, solidstate1991 wrote:
Something like that, but with @safe, pure, etc. attributes.
I've tried to "bruteforce" it by generating functions with
combinations of attributes, and it kinda works, but is a very
janky solution.
I'll brainstorm some DIP to fi
On Thursday, 16 July 2020 at 11:52:39 UTC, Andre Pany wrote:
On Thursday, 16 July 2020 at 11:06:01 UTC, Marcone wrote:
I just want import in file and run with dmd.
Execute dub build with verbose output. You will find the info
how dub is calling dmd.
Kind regards
Andre
dub is calling dmd w
On Friday, 17 July 2020 at 01:27:09 UTC, Marcone wrote:
On Thursday, 16 July 2020 at 11:52:39 UTC, Andre Pany wrote:
On Thursday, 16 July 2020 at 11:06:01 UTC, Marcone wrote:
I just want import in file and run with dmd.
Execute dub build with verbose output. You will find the info
how dub is
14 matches
Mail list logo