Gökhan Kurt

Results 76 comments of Gökhan Kurt

Related to #15176 and reactjs/rfcs#205

Here is the simplest failing program: `/\./` This is the code from the sample project with that regex, and it is throwing the error in the title. ``` public static...

Thank you. I will check if it is something I can do.

@nextfool I succeeded in making ClearScript run on Android. See #290 But there are some caveats. - It is for 7.1.5. - If you want to use it, you will...

@nextfool you are probably missing one of the build dependencies. Try running `build-dependencies.sh` once in the v8 folder before trying to build.

Sorry, the correct file name is `install-build-deps-android.sh` and it is under `V8/build/v8/build`.

Tested with 7.1.7 and works well. `install-build-deps-android.sh` must be run again with the new V8 version before building.

This does not work currently. Can't build the V8 Android library anymore with the current V8 source code. Android NDK removed linkers I used so the build scripts must be...

I didn't have time to update this PR so converting it to draft. PR can be closed if not needed anymore.

Instead of [dorny/test-reporter](https://github.com/dorny/test-reporter) using[ EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) worked better for me. Usage is very similar.