Dmitry Olshansky let us prepare

Dmitry Olshansky dmitry.olsh at gmail.com
Wed Apr 24 12:50:43 PDT 2013


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


More information about the Digitalmars-d mailing list