Steven R. Loomis

Results 747 comments of Steven R. Loomis

OK first thing, for cmake, you might want to see http://bugs.icu-project.org/trac/ticket/7747 (this is on the source side, not data) Specifically, [gencmake.py](http://bugs.icu-project.org/trac/browser/icu/branches/srl/7747cmake/source/test/depstest/gencmake.py) generates [IcuPaths.cmake](http://bugs.icu-project.org/trac/browser/icu/branches/srl/7747cmake/source/cmake-modules/IcuPaths.cmake) from ICU's [dependencies.txt](http://bugs.icu-project.org/trac/browser/icu/branches/srl/7747cmake/source/test/depstest/dependencies.txt) (which has been included...

It might be that iculslocs is fine, but your ICU build is broken. Opening `icudt60l-brkiter` and then falling back to `icudt60l` is exactly the right and normal behavior.

> Does that reproduce on your end? I'm trying your branch out now. > That hasn't been released though, or has it? icu/source/test/depstest/dependencies.txt has been released and gets tested and...

i got to this with cmake 3.9.4 and 3.10.2 ``` $ ./configure --cmake=`which cmake` … CMake Error: Cannot determine link language for target "uv". CMake Error: CMake can not determine...

it's mac high sierra , cmake version as listed.

sorry! I was too terse. ``` $ ./configure --cmake=`which cmake` creating icu_config.gypi * Using ICU in deps/icu-small creating icu_config.gypi creating config.mk creating config.gypi { 'target_defaults': { 'cflags': [], 'default_configuration': 'Release',...

grabbed the `pthread-barrier.c` from libuv upstream, able to continue *edit* and able to reproduce the issue

> Based the docs about response encodings, would the correct thing be something like this? > > ``` > const ajax = bent(200); // avoid specifying a response encoding >...

from the article: > Issues: > * Currently only single quotes allowed inside of JSONPath expressions.