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

WebGLProgram: Fix error logging #24130

Merged
merged 1 commit into from
May 26, 2022
Merged

WebGLProgram: Fix error logging #24130

merged 1 commit into from
May 26, 2022

Conversation

LeviPesin
Copy link
Contributor

@LeviPesin LeviPesin commented May 25, 2022

Fixes #24127

Description

The result of executing RegExp.prototype.exec() contains the matched string as the first element and the capture groups as the next ones.

The mistake was introduced in #23843.

@CodyJasonBennett
Copy link
Contributor

Awesome. Can this be backported to r140 as well? (cc @mrdoob, @Mugen87)

@mrdoob mrdoob added this to the r141 milestone May 26, 2022
@mrdoob mrdoob merged commit 331dc2d into mrdoob:dev May 26, 2022
@mrdoob
Copy link
Owner

mrdoob commented May 26, 2022

Thanks!

@mrdoob
Copy link
Owner

mrdoob commented May 26, 2022

Awesome. Can this be backported to r140 as well?

r141 is due this week, better to focus on that.

@LeviPesin LeviPesin deleted the patch-1 branch May 26, 2022 18:01
abernier pushed a commit to abernier/three.js that referenced this pull request Sep 16, 2022
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.

Errors are not showing the shader code anymore after r140
3 participants