Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try convert remaining to class #6174

Merged
merged 22 commits into from
Jul 9, 2023
Merged

Conversation

asukaminato0721
Copy link
Contributor

@asukaminato0721 asukaminato0721 commented May 31, 2023

record for #6172

check which class triggers the problem.

Changes:

Screenshots of the change:

PR Checklist

@asukaminato0721
Copy link
Contributor Author

test with Renderer2D caused the problem.

@asukaminato0721
Copy link
Contributor Author

Now only Renderer and Renderer2D has problems.

@asukaminato0721 asukaminato0721 marked this pull request as draft June 7, 2023 12:07
@davepagurek
Copy link
Contributor

Now that #6244 is merged, this could be fine. Worth pulling in the new changes and checking again maybe?

@asukaminato0721 asukaminato0721 marked this pull request as ready for review June 29, 2023 19:11
@asukaminato0721
Copy link
Contributor Author

asukaminato0721 commented Jun 30, 2023

In test, there is a bug.

Renderer.prototype.textSize = function(s) {

works

textSize (s) {

fails.

ref 8ce87c8

@asukaminato0721
Copy link
Contributor Author

asukaminato0721 commented Jun 30, 2023

Another bug:

Renderer2D.prototype.text = function(str, x, y, maxWidth, maxHeight) { // pass
text(str, x, y, maxWidth, maxHeight) { // fail

ref 12dedeb

@asukaminato0721 asukaminato0721 force-pushed the check-fes branch 3 times, most recently from bade0ab to 12dedeb Compare June 30, 2023 07:15
@asukaminato0721
Copy link
Contributor Author

@davepagurek finished, with two more bugs bypassed.

src/core/p5.Renderer.js Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@limzykenneth limzykenneth merged commit ae85651 into processing:main Jul 9, 2023
5 checks passed
@limzykenneth
Copy link
Member

Looks good. Thanks!

@asukaminato0721 asukaminato0721 deleted the check-fes branch February 12, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants