On Tuesday, 18 February 2014 at 15:02:38 UTC, Steven
Schveighoffer wrote:
On Tue, 18 Feb 2014 05:47:41 -0500, Tolga Cakiroglu
wrote:
On Tuesday, 18 February 2014 at 10:15:51 UTC, Stanislav Blinov
wrote:
On Tuesday, 18 February 2014 at 10:07:37 UTC, Tolga Cakiroglu
(tcak) wrote:
Bug?
Yup
On Tue, 18 Feb 2014 05:47:41 -0500, Tolga Cakiroglu wrote:
On Tuesday, 18 February 2014 at 10:15:51 UTC, Stanislav Blinov wrote:
On Tuesday, 18 February 2014 at 10:07:37 UTC, Tolga Cakiroglu (tcak)
wrote:
Bug?
Yup.
(I don't know if I should immediately file a bug when I think it is a
On Tuesday, 18 February 2014 at 10:15:51 UTC, Stanislav Blinov
wrote:
On Tuesday, 18 February 2014 at 10:07:37 UTC, Tolga Cakiroglu
(tcak) wrote:
Bug?
Yup.
(I don't know if I should immediately file a bug when I think
it is a bug without asking what other people thinks.)
1) Do a seach in
On Tuesday, 18 February 2014 at 10:07:37 UTC, Tolga Cakiroglu
(tcak) wrote:
Bug?
Yup.
(I don't know if I should immediately file a bug when I think
it is a bug without asking what other people thinks.)
1) Do a seach in bugzilla
2) If the search doesn't show anything similar, file it
3) If
I have written a module as below:
file: lib.d
import core.sys.posix.dlfcn;
private static this(){}
private static ~this(){}
public shared class Apps{
}
---
This code is compiled with "-H" flag to generate an interface
file. Generated interface file is below:
file: lib.di
// D import f