Conversation
|
Please make sure to label your PR with "bug", "new feature" or "breaking change" label(s). |
There was a problem hiding this comment.
Pull request overview
This PR implements a workaround for a CRLF line ending issue that was preventing the Code Simplifier workflow from successfully creating pull requests. The issue occurs when git am applies patches to repositories with CRLF line endings - the mailbox parser strips carriage returns, causing context mismatches. The fix configures git am to preserve carriage returns during patch application.
Changes:
- Added
am.keepcr=truegit configuration to preserve CRLF in patches duringgit ammailbox parsing - Added detailed comments explaining the CRLF preservation mechanism and why it's needed
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Snapshot stored with reference name: Test environment: To test a playground add it to the URL, for example: https://snapshots-cvgtc2eugrd3cgfd.z01.azurefd.net/refs/pull/17941/merge/index.html#WGZLGJ#4600 Links to test your changes to core in the published versions of the Babylon tools (does not contain changes you made to the tools themselves): https://playground.babylonjs.com/?snapshot=refs/pull/17941/merge To test the snapshot in the playground with a playground ID add it after the snapshot query string: https://playground.babylonjs.com/?snapshot=refs/pull/17941/merge#BCU1XR#0 If you made changes to the sandbox or playground in this PR, additional comments will be generated soon containing links to the dev versions of those tools. |
|
Visualization tests for WebGPU |
|
WebGL2 visualization test reporter: |
Filed an issue with the original tool to track fixing the root cause: github/gh-aw#17975