www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Dmitry Olshansky let us prepare

reply "Jesse Phillips" <Jessekphillips+D gmail.com> writes:
I'm not locating an email for you so I'm reaching out here.

Are you ready? Is there anything one should know to compile and 
test/use your library?

I'll be making an attempt to use it soon so I know how to.
Apr 24 2013
parent reply Dmitry Olshansky <dmitry.olsh gmail.com> writes:
24-Apr-2013 20:56, Jesse Phillips пишет:
 I'm not locating an email for you so I'm reaching out here.
Strange as I believe NG shows the email of a poster.
 Are you ready? Is there anything one should know to compile and test/use
 your library?

 I'll be making an attempt to use it soon so I know how to.
Hum. We could review it and such. It works fine as a standalone lib. It doesn't compile yet inside of Phobos even after not a small amount of band-aid workarounds. Thank god recent patches at least stopped it from ICEing on phobos build. See also "Reducing the inter-dependencies" thread. I'll see what I can do with it during the weekend. Library and benchmarks: https://github.com/blackwhale/gsoc-bench-2012 Docs: http://blackwhale.github.io/phobos/uni.html The module itself is in 2 files - uni.d and the generated unicode_tables.d To use it in place of the current std.uni replace 'std.uni'->'uni' in your programs and compare the results. Make sure that both uni and unicode_tables modules are linked in, rdmd can take care of this dependency. It does require the latest dmd from git master. To sum up - the problem with it ATM is that even if accepted it can't be integrated at whim. It may become possible in the time frame spent on the review though. If that's fine - let's start, otherwise - pick the next module in the queue. -- Dmitry Olshansky
Apr 24 2013
parent "Jesse Phillips" <Jesse.K.Phillips+D gmail.com> writes:
The only issue I have is with the git master requirement, but 
there is a beta coming up so I'll plan around that.

As for the NG email thing, the new web interface doesn't provide 
it and couldn't find an archive from you or want to load up a 
newsreader. :P
Apr 24 2013