dawg

Results 72 issues of dawg

Useful to interactively try out local sources. This should work similarly to ghci's module command. http://www.haskell.org/ghc/docs/latest/html/users_guide/loading-source-files.html

enhancement

Currently when one of these brackets '[]', '()', '{}' is unmatched the REPL will go into multiline mode. Multiline input can be aborted with two blank lines. Additionally to the...

enhancement

At module scope variable declarations only have constant initializers. To support `auto seed = unpredictableSeed()` the corresponding module should be rewritten like so. ``` d module _mod2; import _mod0, _mod1;...

bug

There should be commands to interact with the REPL. `:help` `:symbols` ...

enhancement

Yikes, no useful output because of `scope(failure) assert(false);` which gives a wrong backtrace. https://github.com/vibe-d/vibe.d/blob/f64790b66a58dc85d61ca098fedb6bbef210b93d/tests/tcp/source/app.d#L20 Here is the failing test log for vibe.d-v0.8.3-alpha.3 with libevent driver. https://ci.dlang.io/blue/organizations/jenkins/dlang-org%2Fdmd/detail/master/871/pipeline#step-1023-log-443 ``` [INFO] Running test...

Sometimes hangs indefinitely (v0.8.3-alpha.1). https://ci.dlang.io/blue/organizations/jenkins/dlang-org%2Fphobos/detail/PR-5948/2/pipeline/#step-328-log-2266 ``` [test.log](https://github.com/vibe-d/vibe-core/files/1710416/test.log) [INFO] Running test vibe.core.net.1726 + cd tests/vibe.core.net.1726 + dub --compiler=dmd --override-config=vibe-d:core/libevent --build-mode=separate Performing "debug" build using dmd for x86_64. stdx-allocator 2.77.0: target for...

flaky-test

- gitlab authentication is not needed for mirrors

Associative tags work better for humans than having to think in distinct drawer. We should also make tags more prominent visible and available in search. Existing hierarchical categories could easily...

With the growing importance of code.dlang.org we should start to think about reliability. Do you already monitor uptime? How long would it take to move this to another server if...

Makes code-mirror.dlang.io unresponsive for several minutes every 30min. Should be run as a background task instead.