[D-Programming-Deimos] Review process?

Jacob Carlborg doob at me.com
Mon Nov 14 23:58:21 PST 2011


On 2011-11-15 06:06, Walter Bright wrote:
> On 11/14/2011 5:54 AM, Jude Young wrote:
>> Ok, I think that the ncurses bindings are about ready.
>> Just something to remember: ncurses is HUGE.
>
> The header files, too?
>
>
>> There are probably hidden bugs somewhere.
>>
>> So there are a few questions that I'd like answered before I send a
>> pull request.
>> 1. layout of the files. I see that lzma is currently using C folder to
>> house the C.h and deimos to house the .d files.
>> Is this the standard that all of the repos should follow? I have
>> simply put the .d files in the top level.
>> Which would be the preferred method?
>
> The latter (.d files at the top level).

That doesn't sound like a good idea. I think there should be one top 
level package that has the same name as the library and but every D 
module in that directory, keeping any directory structure that the C 
headers have. Otherwise there will be a lot of conflicts.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list