Highlights
- Arctic Code Vault Contributor
- Pro
Popular repositories
4,812 contributions in the last year
Contribution activity
January 2021
Created 27 commits in 5 repositories
Created 2 repositories
- lygstate/mir C
- lygstate/ajv TypeScript
Created a pull request in jerryscript-project/jerryscript that received 11 comments
Fixes ENABLE_AMALGAM need FORCE set to ON when building with MSVC
Fixes ENABLE_AMALGAM need FORCE set to ON when building with MSVC Using following regexp to rename JERRY_ATTR_ALWAYS_INLINE to JERRY_ALWAYS_INLINE: "…
+171
−173
•
11
comments
Opened 39 other pull requests in 5 repositories
jerryscript-project/jerryscript
14
merged
11
open
7
closed
- Fixes Clang compiling error that compare double with int64_t
- Fixes the Clang compiler caused deadloop issue
- Make install_jerry work with MinGW
- Disable `conversion` warning on win32/gnu-mingw
- Fixes compile error for rand() can't be overriden on Windows (benchmarking.c)
- Fixes math library compiling on msvc
- Fix MinGW compilation errors in jerry-ext
- test-math.c check signbit
- Add expm1 test case to cover the k==1024 case
- Fixes comment in log1p.c
- Waiting the remaining tcp data are sent
- Fix stdout encoding for python2 and python3 in test262-harness.py
- new_target_object -> new_target_object_p
- Add ${PYTHON_EXECUTABLE} for "Generating doctests"
- Move get_platform_cmd_prefix into util.py
- Fixes timezone get on win32
- Add Win_x86-64_Build_Tests github actions
- Fix stdout encoding for python2 and python3 in test262-harness.py
- Handling encoding errors for python3 properly
- exclude test-ext-autorelease.c in SOURCE_UNIT_TEST_EXT_MODULES properly
- Use _WIN32 instead WIN32.
- Use approxEq to judge double compare in math-cbrt.js
- Add FEATURE_INIT_FINI support on Windows.
- Trying to fixes module-resource-name.js win32
- rename misspell regression tests file name.
- Some pull requests not shown.
microsoft/vscode-cmake-tools
2
open
1
merged
tianocore/edk2
2
closed
ajv-validator/ajv
1
closed
lygstate/jerryscript
1
closed
Reviewed 9 pull requests in 1 repository
jerryscript-project/jerryscript 9 pull requests
- Refactoring time-related default port implementations
- Fixes math library compiling on msvc
- Revise tools scripts to be python3 compatible
- Make all dynamic memory allocations via core API functions in jerry-ext
- Fix free of NULL value in function ecma_typedarray_helper_dispatch_construct
- Fixes ENABLE_AMALGAM need FORCE set to ON when building with MSVC
- Enable generating compile_commands.json
- Disable libjerry-math by default
- Officially introduce amalgamated builds
Created an issue in ajv-validator/ajv that received 5 comments
Ajv class doesn't have constructor
src\schema.ts(10,14): error TS2351: This expression is not constructable. Type 'typeof import("E:/CI-Cor-Ready/study/vscode-cmake-tools/node_module…
5
comments