Skip to content

[fix] box2d wasm joint stiffness and damping ratio now behaves the same as box2d.ts; fix rigidbody set type; fix box2d-wasm reallocate mem #15866

[fix] box2d wasm joint stiffness and damping ratio now behaves the same as box2d.ts; fix rigidbody set type; fix box2d-wasm reallocate mem

[fix] box2d wasm joint stiffness and damping ratio now behaves the same as box2d.ts; fix rigidbody set type; fix box2d-wasm reallocate mem #15866

Triggered via pull request September 18, 2023 09:28
Status Failure
Total duration 4m 46s
Artifacts

web-npm_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
npm_test: cocos/physics-2d/box2d-wasm/joints/fixed-joint.ts#L33
Property 'SetFrequency' does not exist on type 'WeldJoint'.
npm_test: cocos/physics-2d/box2d-wasm/joints/fixed-joint.ts#L36
Property 'SetDampingRatio' does not exist on type 'WeldJoint'.
npm_test: cocos/physics-2d/box2d-wasm/joints/spring-joint.ts#L33
Property 'SetFrequency' does not exist on type 'DistanceJoint'.
npm_test: cocos/physics-2d/box2d-wasm/joints/spring-joint.ts#L38
Property 'SetDampingRatio' does not exist on type 'DistanceJoint'.
npm_test: cocos/physics-2d/box2d-wasm/joints/wheel-joint.ts#L34
Property 'SetSpringFrequencyHz' does not exist on type 'WheelJoint'.
npm_test: cocos/physics-2d/box2d-wasm/joints/wheel-joint.ts#L37
Property 'SetSpringDampingRatio' does not exist on type 'WheelJoint'.
npm_test
Process completed with exit code 1.
npm_test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/