Uh oh!
There was an error while loading. Please reload this page.
Fix to make identical bundles on different nodes - #4601
Conversation
Uh oh!
There was an error while loading. Please reload this page.
etpinard
commented
Feb 25, 2020
So, if I understand correctly, browserify + glslify currently bundles the If so, what's special about the shader program in |
archmoj
commented
Feb 25, 2020
Correct. |
archmoj
commented
Feb 25, 2020
|
archmoj
commented
Feb 25, 2020
We could. But that require spending more time debugging. |
etpinard
commented
Feb 25, 2020
yep, good idea. |
etpinard
commented
Feb 25, 2020
💃 |
Possibly since v.1.36.1 a random number was attached to one of the GLSL variables of shader programs used in
gl-line3dmodule e.g.encode_float_1540259130(pixelArcLength)resulting in non-deterministic bundles as reported in https://github.com/plotly/streambed/issues/13816.This PR fixes this issue by removing one linking step within
gl-line3dmodule.@plotly/plotly_js
cc: @nicolaskruchten@dmt0@tarzzz