Akos Kiss
Akos Kiss
@kaby76 Some quick comments: - I haven't seen anything like missing tokens from the test case before. With `simple_space_serializer`, the only way not to output a token is when it...
@cpfair Thanks for the PR. Please, fix unit test compilation issues first. A red CI may scare away reviewers.
@FelipeF1198 has been blocked and reported. Also removing spammy content from discussion.
Let's get just a wee bit more professional. "too** slow" is not anything helpful. Same goes for "this should be a bug." Analysis is welcome.
This _might_ be part of the context rework PR series, follow-up to #2501. As this PR might induce a big churn both in the project repo and in user code...
Note: I couldn't come up with a solution where no dynamic memory allocation was needed for `jerry_context_t`. As it is an opaque type and its size varies depending on how...
@lygstate No, JerryScript already supports multiple execution contexts inside a process. This PR was more about how to create those contexts.
Hi @AdamKorcz , thanks for reaching out to us with the idea of setting up OSS-fuzz for JerryScript. The general idea is OK, even appealing, I'd say. But I have...
Also, please, squash commits. The project has a one commit per PR policy.
Hm. I've been experimenting with OSS-Fuzz during the past few days and read the relevant docs. It seems that it it possible to set up JerryScript for/in OSS-Fuzz without _any_...