initial release of Capa Explorer Web #1
Annotations
7 errors and 1 warning
src/tests/rdocParser.test.js > parseFunctionCapabilities > should return an empty array when no functions match:
web/explorer/src/utils/rdocParser.js#L143
TypeError: Cannot read properties of undefined (reading 'functions')
❯ Module.parseFunctionCapabilities src/utils/rdocParser.js:143:54
❯ src/tests/rdocParser.test.js:105:24
|
src/tests/rdocParser.test.js > parseFunctionCapabilities > should parse a single function with one rule match:
web/explorer/src/utils/rdocParser.js#L448
Error: Unexpected address type
❯ formatAddress src/utils/rdocParser.js:448:19
❯ Module.parseFunctionCapabilities src/utils/rdocParser.js:115:30
❯ src/tests/rdocParser.test.js:145:24
|
src/tests/rdocParser.test.js > parseFunctionCapabilities > should handle multiple rules matching a single function:
web/explorer/src/utils/rdocParser.js#L448
Error: Unexpected address type
❯ formatAddress src/utils/rdocParser.js:448:19
❯ Module.parseFunctionCapabilities src/utils/rdocParser.js:115:30
❯ src/tests/rdocParser.test.js:195:24
|
src/tests/rdocParser.test.js > parseFunctionCapabilities > should handle library rules correctly:
web/explorer/src/utils/rdocParser.js#L448
Error: Unexpected address type
❯ formatAddress src/utils/rdocParser.js:448:19
❯ Module.parseFunctionCapabilities src/utils/rdocParser.js:115:30
❯ src/tests/rdocParser.test.js:228:31
|
src/tests/rdocParser.test.js > parseFunctionCapabilities > should handle a single rule matching in multiple functions:
web/explorer/src/utils/rdocParser.js#L448
Error: Unexpected address type
❯ formatAddress src/utils/rdocParser.js:448:19
❯ Module.parseFunctionCapabilities src/utils/rdocParser.js:115:30
❯ src/tests/rdocParser.test.js:260:24
|
src/tests/rdocParser.test.js > parseFunctionCapabilities > should handle basic block scoped rules:
web/explorer/src/utils/rdocParser.js#L448
Error: Unexpected address type
❯ formatAddress src/utils/rdocParser.js:448:19
❯ Module.parseFunctionCapabilities src/utils/rdocParser.js:104:31
❯ src/tests/rdocParser.test.js:296:24
|
test
Process completed with exit code 1.
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|