dfl2 is comming

thedeemon via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Oct 15 23:10:13 PDT 2014


On Wednesday, 15 October 2014 at 23:44:47 UTC, FrankLike wrote:
> https://github.com/FrankLIKE/dfl2
>
> select the master.
>
> Thank you.

There were 15 forks of DFL on github (some of them working fine 
with 2.066), you made a 16nth, with another name. ;)
What's the point?

Btw, your version (just like most others) contains bugs causing 
the app to crash on exit. The issue is with destructors (in Timer 
and Tooltip, for example) that try to access some global/static 
variables, and when the app closes GC does its final cycle and 
calls destructors, and at this time many of those objects are 
already dead. It went silent in older versions of D, but since 
2.065 was pretty visible.

My fix is here:
https://github.com/thedeemon/dfl/commit/290d6456f6d13447311845929fd929acb6938a5d
(sadly, combined with additional changes I made when trying to 
find the bugs)


More information about the Digitalmars-d-announce mailing list