- Notifications
You must be signed in to change notification settings - Fork6.1k
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
Issue Details
I am following thecontributing guide
It's working on Linux without any issues. but on mac, there is an issue with applying the patches.
when I runquilt push -a
there are errors.
Am I missing something?
Steps to Reproduce
- Follow thecontribution guide on Mac M1
Expected
The patches should be applied
Actual
There are errors and I get a forbidden message when I run code-server on the browser.
According to thedocs, this happens when the patches are not applied correctly
Logs
Applying patch patches/proposed-api.diffpatching file 'lib/vscode/src/vs/workbench/services/extensions/common/abstractExtensionService.ts'Can't backup '/var/folders/f1/bwc053990rg36bl7bc6bv6940000gn/T/patchoQQ2sGvMSLk', output is in '/var/folders/f1/bwc053990rg36bl7bc6bv6940000gn/T/patchoQQ2sGvMSLk': No such file or directorypatching file 'lib/vscode/src/vs/workbench/services/extensions/common/extensions.ts'Can't backup '/var/folders/f1/bwc053990rg36bl7bc6bv6940000gn/T/patchoQQ2sGvMSLk', output is in '/var/folders/f1/bwc053990rg36bl7bc6bv6940000gn/T/patchoQQ2sGvMSLk': No such file or directoryPatch patches/proposed-api.diff appears to be empty; appliedApplying patch patches/marketplace.diffpatching file 'lib/vscode/src/vs/platform/product/common/product.ts'Can't backup '/var/folders/f1/bwc053990rg36bl7bc6bv6940000gn/T/patchoIe3etLqZrR', output is in '/var/folders/f1/bwc053990rg36bl7bc6bv6940000gn/T/patchoIe3etLqZrR': No such file or directorypatching file 'lib/vscode/src/vs/server/node/webClientServer.ts'Can't backup '/var/folders/f1/bwc053990rg36bl7bc6bv6940000gn/T/patchoIe3etLqZrR', output is in '/var/folders/f1/bwc053990rg36bl7bc6bv6940000gn/T/patchoIe3etLqZrR': No such file or directorypatching file 'lib/vscode/src/vs/platform/extensionResourceLoader/common/extensionResourceLoader.ts'Can't backup '/var/folders/f1/bwc053990rg36bl7bc6bv6940000gn/T/patchoIe3etLqZrR', output is in '/var/folders/f1/bwc053990rg36bl7bc6bv6940000gn/T/patchoIe3etLqZrR': No such file or directory1 out of 2 hunks failed--saving rejects to 'lib/vscode/src/vs/platform/extensionResourceLoader/common/extensionResourceLoader.ts.rej'Patch patches/marketplace.diff does not apply (enforce with -f)