Re: [Bug-apl] Regex support

2017-09-21 Thread Elias Mårtenson
I've implemented the bare minimal needed to get regexes working through a ⎕RE function. I've attached the diff. I really need Jürgen to take a look at this, since my code that constructs the return value cannot possibly be correct. There must be a better way to handle this which does not involve c

Re: [Bug-apl] Regex support

2017-09-21 Thread Juergen Sauermann
Hi Elias, the UTF8_constructors look OK, but it can be tricky to properly interpret indices (the elements of sub in your code) of UTF8-encoded strings (i.e whether they mean code points or byte offsets). My feeling is that you should avoid UTF8

Re: [Bug-apl] cast from pointer to smaller type 'int'

2017-09-21 Thread Juergen Sauermann
Hi, except that it did not compile on my machine: *Thread_context.cc:73:44: error: invalid cast from type ‘pthread_t {aka long unsigned int}’ to type ‘uint64_t {aka long long unsigned int}’** **<< reinterpret_cast(thread)** **^** **make[1]: *