Skip to content

[p5.js 2.0] State machines and renderer refactoring #4947

[p5.js 2.0] State machines and renderer refactoring

[p5.js 2.0] State machines and renderer refactoring #4947

Triggered via pull request October 15, 2024 21:44
Status Failure
Total duration 1m 26s
Artifacts

ci-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.parent > attaches child to parent: src/core/p5.Element.js#L149
ReferenceError: p5 is not defined ❯ Element.parent src/core/p5.Element.js:149:29 ❯ test/unit/core/p5.Element.js:34:12
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.mousePressed > attaches and gets events: src/core/p5.Element.js#L298
ReferenceError: p5 is not defined ❯ Element.mousePressed src/core/p5.Element.js:298:5 ❯ test/unit/core/p5.Element.js:84:11
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.mousePressed > attaches multiple handlers and only latest gets events: src/core/p5.Element.js#L298
ReferenceError: p5 is not defined ❯ Element.mousePressed src/core/p5.Element.js:298:5 ❯ test/unit/core/p5.Element.js:102:11
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.mouseClicked > attaches and gets events: src/core/p5.Element.js#L512
ReferenceError: p5 is not defined ❯ Element.mouseClicked src/core/p5.Element.js:512:5 ❯ test/unit/core/p5.Element.js:120:11
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.mouseClicked > attaches multiple handlers and only latest gets events: src/core/p5.Element.js#L512
ReferenceError: p5 is not defined ❯ Element.mouseClicked src/core/p5.Element.js:512:5 ❯ test/unit/core/p5.Element.js:138:11
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.mouseClicked > detaches and does not get events: src/core/p5.Element.js#L512
ReferenceError: p5 is not defined ❯ Element.mouseClicked src/core/p5.Element.js:512:5 ❯ test/unit/core/p5.Element.js:154:11
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.doubleClicked > attaches and gets events: src/core/p5.Element.js#L339
ReferenceError: p5 is not defined ❯ Element.doubleClicked src/core/p5.Element.js:339:5 ❯ test/unit/core/p5.Element.js:171:11
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.doubleClicked > attaches multiple handlers and only latest gets events: src/core/p5.Element.js#L339
ReferenceError: p5 is not defined ❯ Element.doubleClicked src/core/p5.Element.js:339:5 ❯ test/unit/core/p5.Element.js:189:11
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.doubleClicked > detaches and does not get events: src/core/p5.Element.js#L339
ReferenceError: p5 is not defined ❯ Element.doubleClicked src/core/p5.Element.js:339:5 ❯ test/unit/core/p5.Element.js:205:11
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.mouseWheel > attaches and gets events: src/core/p5.Element.js#L424
ReferenceError: p5 is not defined ❯ Element.mouseWheel src/core/p5.Element.js:424:5 ❯ test/unit/core/p5.Element.js:224:11
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/