-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Unlock gl-shader #2293
Unlock gl-shader #2293
Conversation
@alexcjohnson could you please have a look :) |
@nicolaskruchten can you please try bundling w/yarn the |
package.json
Outdated
@@ -69,18 +69,19 @@ | |||
"es6-promise": "^3.0.2", | |||
"fast-isnumeric": "^1.1.1", | |||
"font-atlas-sdf": "^1.3.3", | |||
"gl-axes3d": "^1.2.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we adding a package but making no direct reference to it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexcjohnson good point. I wonder if we should remove gl-shader
dependency as well, since we're not using it by plotly directly. @etpinard had it fixed version at the root level to ensure that all components use the same gl-shader
. But that is no more relevant since now on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds reasonable to me, but after the mess we had yesterday with npm ls
I'd like to figure this out with @etpinard 's input.
💃 from my side, but I'd like to hear from @nicolaskruchten whether this accomplished the goal. |
💃 from me, I tested all permutations of installer=(yarn, npm) and bundler=(browserify, webpack) and the WebGL bug doesn't appear :) |
This PR seems to have made the tests fail on |
Re-running the tests on https://circleci.com/gh/plotly/plotly.js/6129 Only 3 |
After re-running the tests w/o cache off this PR's last commit 0d1d19b, the same This is good news. At least we have some sort of consistency. |
Resolves gl-vis/gl-mesh3d#12, gl-vis/gl-error3d#4, gl-vis/gl-axes3d#11 and yarn bundling mentioned by @nicolaskruchten