-
Currently, someone can use the `-nogc` flag against the compiled binary to avoid some GC crashes (mainly due to not tracing correctly objects). This feature is not supposed to be used by anyone, but a…
-
### Validations
- [X] I have checked for similar bug reports and could not find any.
- [X] I have tested and confirmed that this is an issue in an official branded build.
### Describe the bug
I was…
Libba updated
6 months ago
-
- [ ] how to define entry points
- [ ] what options to add to the recipe, also to keep it compatible as a library with other users
- [ ] link how https://code.dlang.org/?sort=updated&limit=20&catego…
-
I'm not sure, whether the eventcore is the culprit, or something of my program.
But the stack trace does not contain anything of mine, so I post it here, down below.
If you need my code, it is not …
-
When attempting to wait for an event created on the main thread from a second thread (as far as I can tell from the documentation, that is allowed), the wait() call (not even processevents!) causes an…
-
Hi,
How do I turn on GC using FT.CONFIG? I only see an option to set `NOGC` using `FT.CONFIG SET NOGC` but nothing to turn it back on..
Thanks
-
## greeenify reported this on 2016-12-22T16:24:30Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=17004
### CC List
* greensunny12
### Description
````markdown
There's a very good l…
-
```d
import core.attribute : selector;
extern (Objective-C)
interface Class
{
NSString alloc() @selector("alloc") @nogc nothrow ;
}
extern (Objective-C)
interface NSString
{
NS…
-
Hello,
i'm getting errors when trying to install on Node-red docker:
npm warn deprecated har-validator@5.1.5: this library is no longer supported
npm warn deprecated uuid@3.4.0: Please upgrade …
-
## bearophile_hugs reported this on 2014-09-14T12:20:45Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=13473
### CC List
* greensunny12
* hsteoh
### Description
````markdown
I sugg…