L. Sousa
L. Sousa
I'm trying to execute [Mocha](https://mochajs.org/) under graaljs in "Java Bindings mode" (Context API). Mocha expects a series of Node APIs I'm providing through the `js.commonjs-core-modules-replacements` option as per the documentation....
Bumps dependency versions to fix a number of security vulnerabilities. Tested in Firefox only.
Modify the WeaverEngine class to allow for adding new npm-like resources without having to take special attention to not remove the already added resources by other classes. Verify if in...
Currently, every parsing operation of the input files launches a new process of the ClangAstDumper. This incurs in severe performance penalties especially during unit tests as hundreds of processes are...
Check this TODO _Originally posted by @joaobispo in https://github.com/specs-feup/clava/pull/144#discussion_r1564147227_
This is a breaking change, add an issue to solve this by using a proxy object that communicates the changes to data in Java. _Originally posted by @joaobispo in https://github.com/specs-feup/clava/pull/144#discussion_r1564146693_
The following code hangs execution on the [Clava Web Tool](http://specs.fe.up.pt/tools/clava/). ```js println( $scope.lastStatement.siblingsLeft[0].code ); ``` Curiously, ` $scope.lastStatement` is undefined. One would expect that calling a method on an undefined...
The following C code ```C int global_i = 0; void print_matrix_result(double *A, const int N, const int K) { double acc = 0.0; while (global_i) { for (int j =...
Wrap up of the discussion: - Maintain a record of all joinpoint objects currently in existence (vars in a LARA/JS script). - When doing a rebuild, target each joinpoint on...