Skip to content

Move pal directory to private repository - #191

Merged
star-e merged 14 commits into
cocos:v4.0.0-testfrom
qiuguohua:v4.0.0_pal
Jul 24, 2026
Merged

Move pal directory to private repository#191
star-e merged 14 commits into
cocos:v4.0.0-testfrom
qiuguohua:v4.0.0_pal

Conversation

@qiuguohua

Copy link
Copy Markdown
Contributor

Re: #

Changelog


Continuous Integration

This pull request:

  • needs automatic test cases check.

    Manual trigger with @cocos-robot run test cases afterward.

  • does not change any runtime related code or build configuration

    If any reviewer thinks the CI checks are needed, please uncheck this option, then close and reopen the issue.


Compatibility Check

This pull request:

  • changes public API, and have ensured backward compatibility with deprecated features.
  • affects platform compatibility, e.g. system version, browser version, platform sdk version, platform toolchain, language version, hardware compatibility etc.
  • affects file structure of the build package or build configuration which requires user project upgrade.
  • introduces breaking changes, please list all changes, affected features and the scope of violation.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Code Size Check Report

Wechat (WASM) Before After Diff
2D Empty (legacy pipeline) 1014547 bytes 1014559 bytes ⚠️ +12 bytes
2D All (legacy pipeline) 2682072 bytes 2682084 bytes ⚠️ +12 bytes
2D All (new pipeline) 2773854 bytes 2773866 bytes ⚠️ +12 bytes
(2D + 3D) All 10031227 bytes 10031239 bytes ⚠️ +12 bytes
Web (WASM + ASMJS) Before After Diff
(2D + 3D) All 16867640 bytes 16867652 bytes ⚠️ +12 bytes

Interface Check Report

This pull request does not change any public interfaces !

@qiuguohua qiuguohua closed this Jul 13, 2026
@qiuguohua qiuguohua reopened this Jul 13, 2026
@qiuguohua qiuguohua closed this Jul 14, 2026
@qiuguohua qiuguohua reopened this Jul 14, 2026
@qiuguohua

Copy link
Copy Markdown
Contributor Author

@cocos-robot run test cases

2 similar comments
@qiuguohua

Copy link
Copy Markdown
Contributor Author

@cocos-robot run test cases

@qiuguohua

Copy link
Copy Markdown
Contributor Author

@cocos-robot run test cases

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

Platform build boot runned crashScene FailScene
web-mobile FAIL FAIL
ios FAIL FAIL
mac FAIL FAIL

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

Platform build boot runned crashScene FailScene
windows FAIL FAIL
android FAIL FAIL
wechatgame FAIL FAIL

@star-e

star-e commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

@cocos-robot run test cases

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

Platform build boot runned crashScene FailScene
web-mobile FAIL FAIL
ios FAIL FAIL
mac FAIL FAIL

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

Platform build boot runned crashScene FailScene
windows FAIL FAIL
android FAIL FAIL
wechatgame FAIL FAIL

@qiuguohua

Copy link
Copy Markdown
Contributor Author

@cocos-robot run test cases

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

Platform build boot runned crashScene FailScene
web-mobile PASS PASS FAIL
ios PASS PASS PASS
mac PASS PASS PASS

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

@qiuguohua

Copy link
Copy Markdown
Contributor Author

@cocos-robot run test cases

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

Platform build boot runned crashScene FailScene
web-mobile PASS PASS FAIL graphics-continuous-filling
ios PASS PASS PASS
mac PASS PASS PASS

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

@qiuguohua

Copy link
Copy Markdown
Contributor Author

@cocos-robot run test cases

1 similar comment
@qiuguohua

Copy link
Copy Markdown
Contributor Author

@cocos-robot run test cases

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

Platform build boot runned crashScene FailScene
web-mobile PASS PASS FAIL graphics-line-join
ios PASS PASS PASS
mac PASS PASS PASS

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

if (DEBUG && surfaceTransform === undefined) {
warn(`Unexpected screen orientation: ${screenAdapter.orientation}`);
}
this._swapchain.resize(width, height, surfaceTransform ?? SurfaceTransform.IDENTITY);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't use ??. ?? will be trans-compiled to longer code.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@qiuguohua

Copy link
Copy Markdown
Contributor Author

@cocos-robot run test cases

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

Platform build boot runned crashScene FailScene
web-mobile PASS PASS FAIL graphics-line-join
ios FAIL FAIL
mac FAIL FAIL

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

Platform build boot runned crashScene FailScene
windows FAIL FAIL
android FAIL FAIL
wechatgame FAIL FAIL

@qiuguohua

Copy link
Copy Markdown
Contributor Author

@cocos-robot run test cases

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

Platform build boot runned crashScene FailScene
web-mobile PASS PASS FAIL graphics-continuous-filling
ios PASS PASS PASS
mac PASS PASS PASS

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

@qiuguohua

Copy link
Copy Markdown
Contributor Author

@cocos-robot run test cases

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

Platform build boot runned crashScene FailScene
web-mobile PASS PASS FAIL graphics-continuous-filling
ios PASS PASS PASS
mac PASS PASS PASS

@github-actions

Copy link
Copy Markdown

@qiuguohua, Please check the result of run test cases:

Task Details

@star-e
star-e changed the base branch from v4.0.0 to v4.0.0-test July 24, 2026 09:37
@star-e
star-e merged commit a855400 into cocos:v4.0.0-test Jul 24, 2026
14 checks passed
star-e added a commit that referenced this pull request Aug 8, 2026
Co-authored-by: qiuguohua <qiuguohua111@126.com>
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.

2 participants