{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":33339660,"defaultBranch":"master","name":"jerryscript","ownerLogin":"jerryscript-project","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-04-03T01:10:31.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/51901932?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1643706284.984127","currentOid":""},"activityList":{"items":[{"before":"cefd391772529c8a9531d7b3c244d78d38be47c6","after":"47bd5d4b910a41fdc517e39edcf9220d8030a61f","ref":"refs/heads/master","pushedAt":"2024-04-09T08:05:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zherczeg","name":"Zoltan Herczeg","path":"/zherczeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2270193?s=80&v=4"},"commit":{"message":"Fix typo in the CMake setup of libFuzzer (#5136)\n\nJerryScript-DCO-1.0-Signed-off-by: Renata Hodovan reni@inf.u-szeged.hu","shortMessageHtmlLink":"Fix typo in the CMake setup of libFuzzer (#5136)"}},{"before":"bac7ee3acd0fa64b934a11c7d395c7f0b7820532","after":"cefd391772529c8a9531d7b3c244d78d38be47c6","ref":"refs/heads/master","pushedAt":"2024-03-13T11:08:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"akosthekiss","name":"Akos Kiss","path":"/akosthekiss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9976482?s=80&v=4"},"commit":{"message":"Fix rare crash caused by get method of proxy object (#5129)\n\nThis fixes #5101\r\nIn rare cases the proxy object could get used after\r\nbeing incorrectly removed by the gc\r\n\r\nAdd stack checks to the start of all function calls\r\n\r\nJerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu","shortMessageHtmlLink":"Fix rare crash caused by get method of proxy object (#5129)"}},{"before":"d0671c4ff1bdf41a109823c427f2ea9385765123","after":"9192b862c94a4fcfb70b42a4d39d555c986b6c06","ref":"refs/heads/gh-pages","pushedAt":"2024-02-07T05:07:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zherczeg","name":"Zoltan Herczeg","path":"/zherczeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2270193?s=80&v=4"},"commit":{"message":"Update the webpage (#5127)\n\nThe GitHub ribbon is also revived.\r\n\r\nRelated issue: #5125\r\n\r\nJerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com","shortMessageHtmlLink":"Update the webpage (#5127)"}},{"before":"52debe85898f84a980d18ec09713d43cee3a9f90","after":"bac7ee3acd0fa64b934a11c7d395c7f0b7820532","ref":"refs/heads/master","pushedAt":"2024-02-06T07:10:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"akosthekiss","name":"Akos Kiss","path":"/akosthekiss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9976482?s=80&v=4"},"commit":{"message":"Fix gc of async destructuring assignments of strings (#5126)\n\nThis fixes #5089\r\n\r\nWhen garbage collection is running on a paused async function that\r\nincludes destructuring assignments of strings, the string can be a\r\ndirect string, and not an object, which cannot be marked as visited, as\r\nit does not have a visited flag.\r\n\r\nJerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu","shortMessageHtmlLink":"Fix gc of async destructuring assignments of strings (#5126)"}},{"before":"514fa6735a5d7ff3093571c921120e3487734be9","after":"52debe85898f84a980d18ec09713d43cee3a9f90","ref":"refs/heads/master","pushedAt":"2024-01-31T23:34:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"akosthekiss","name":"Akos Kiss","path":"/akosthekiss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9976482?s=80&v=4"},"commit":{"message":"Fix arrow function parsing (#5093)\n\nThis fixes #5085\r\n\r\nJerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu","shortMessageHtmlLink":"Fix arrow function parsing (#5093)"}},{"before":"3b876f7392669b84f0a037bc9f54db6b9fc421e7","after":"514fa6735a5d7ff3093571c921120e3487734be9","ref":"refs/heads/master","pushedAt":"2023-12-15T11:12:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zherczeg","name":"Zoltan Herczeg","path":"/zherczeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2270193?s=80&v=4"},"commit":{"message":"Update MbedOS, RIOT and ESP_IDF CI checkers (#5120)\n\nUpdate MbedOS and RIOT CI checkers to use `gcc-arm-none-eabi` on top of\r\nubuntu-latest\r\n\r\nUpgrade to mbed-tools and mbed-os 6.17\r\n\r\nBump xtensa version to `2021r2-patch5` and re-enable `ESP_IDF_Build_Test`\r\n\r\nJerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu","shortMessageHtmlLink":"Update MbedOS, RIOT and ESP_IDF CI checkers (#5120)"}},{"before":"ef4cb2bf7444f4b859fa61cfeb8dab9d749868ce","after":"3b876f7392669b84f0a037bc9f54db6b9fc421e7","ref":"refs/heads/master","pushedAt":"2023-12-11T22:21:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"akosthekiss","name":"Akos Kiss","path":"/akosthekiss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9976482?s=80&v=4"},"commit":{"message":"Update clang-format (#5112)\n\nBump minimum clang-format version to 15 (the previously used 10 is not\r\nin the ubuntu-22.04 repo)\r\n\r\nReformat several files\r\n\r\nRe-enable format and strings CI checkers\r\n\r\nJerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu","shortMessageHtmlLink":"Update clang-format (#5112)"}},{"before":"ff9ff8f36c967890b5ebb240d9fa90d6e351aa01","after":"ef4cb2bf7444f4b859fa61cfeb8dab9d749868ce","ref":"refs/heads/master","pushedAt":"2023-11-22T10:36:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"akosthekiss","name":"Akos Kiss","path":"/akosthekiss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9976482?s=80&v=4"},"commit":{"message":"Update cppcheck (#5108)\n\nRe-enable cppcheck CI job\r\n\r\nUpdate cppcheck suppression list:\r\n The new version of cppcheck raises warnings for many potential\r\n issues that are guarded against, so those warnings have been\r\n supressed.\r\n\r\nHandle realloc failures:\r\n - jerry-ext/util/sources.c\r\n - jerry-port/common/jerry-port-io.c\r\n\r\nRefactor test-snapshot: move each test to separate functions like some\r\nothers already were.\r\n\r\nRename `handler` variables inside `main` of `test-api.c` as they\r\nshadowed the `handler` function in the same file.\r\n\r\nJerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu","shortMessageHtmlLink":"Update cppcheck (#5108)"}},{"before":"bc408b159b9de16cb3b8fe84f683c561e2d26000","after":"ff9ff8f36c967890b5ebb240d9fa90d6e351aa01","ref":"refs/heads/master","pushedAt":"2023-11-15T08:49:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"akosthekiss","name":"Akos Kiss","path":"/akosthekiss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9976482?s=80&v=4"},"commit":{"message":"Update doxygen and fix documentation (#5106)\n\nUpdate Doxyfile to version 1.9.1\r\n\r\nRe-enable doxygen CI checker\r\n\r\nFix some regular comments that should have been doc comments\r\n\r\nDocument void return types for some inline functions explicitly\r\n\r\nMove start of some doxygen groups so they are included always, and not left\r\nout of certain ifdefs\r\n\r\nIgnore some doxygen warnings:\r\n Member (function) is not documented in headers\r\n Documented empty return type in headers\r\n Argument has multiple @param documentation sections\r\n\r\nJerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu","shortMessageHtmlLink":"Update doxygen and fix documentation (#5106)"}},{"before":"a588e4966175a190ec6350b2a3689d30ed017ec9","after":"bc408b159b9de16cb3b8fe84f683c561e2d26000","ref":"refs/heads/master","pushedAt":"2023-10-25T15:32:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"akosthekiss","name":"Akos Kiss","path":"/akosthekiss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9976482?s=80&v=4"},"commit":{"message":"Modernize python and update pylint (#5096)\n\nUpdate code to conform to the newer version of pylint available in\r\nubuntu-22.04, with few exceptions:\r\n - disabled `import-outside-toplevel` for `main()` in\r\n `jerry_client.py`\r\n - disabled `consider-using-with` for the logfile of `TestSuite` in\r\n `test262-harness.py` as using `with` is not practical in that case\r\n\r\nUpdate test262-harness.py to use argparse instead of the now deprecated\r\noptparse\r\n\r\nRename variables in jerry_client_main.py that redefined python builtins\r\nor shadowed variables from an outer scope\r\n\r\nUpdate python files to use f-stirngs\r\n\r\nAdd minimum python versions (3.6 and 3.8) to the CI jobs: without it the\r\ndefault python version did not support the `with` statement for\r\n`subprocess.Popen` used in `build.py` on macos, or in some cases f-stirngs\r\n\r\nRemove `from __future__` imports that are no-ops in python 3\r\n\r\nRemove shebang from non executable files\r\n\r\nRe-enable most pylint checkers, except `missing-docstring`\r\n\r\nJerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu","shortMessageHtmlLink":"Modernize python and update pylint (#5096)"}},{"before":"05dbbd134c3b9e2482998f267857dd3722001cd7","after":"a588e4966175a190ec6350b2a3689d30ed017ec9","ref":"refs/heads/master","pushedAt":"2023-09-20T13:38:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"akosthekiss","name":"Akos Kiss","path":"/akosthekiss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9976482?s=80&v=4"},"commit":{"message":"Update tests and CI to python3 (#5095)\n\nUpdate debugger and test262 tests to python3\r\nDisable CI jobs that need ubuntu-18.04 (EOL) until they are updated\r\n\r\nJerryScript-DCO-1.0-Signed-off-by: Máté Tokodi matet@inf.u-szeged.hu","shortMessageHtmlLink":"Update tests and CI to python3 (#5095)"}},{"before":"1a2c04763aba49f52b1537acd3730098c873511c","after":"05dbbd134c3b9e2482998f267857dd3722001cd7","ref":"refs/heads/master","pushedAt":"2023-03-27T09:53:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robertsipka","name":"Robert Sipka","path":"/robertsipka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4920564?s=80&v=4"},"commit":{"message":"Fix line info guard comment (#5049)\n\nJerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu","shortMessageHtmlLink":"Fix line info guard comment (#5049)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEK7r7OgA","startCursor":null,"endCursor":null}},"title":"Activity · jerryscript-project/jerryscript"}