-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update scheme tests #8835
Open
deathaxe
wants to merge
8
commits into
wbond:master
Choose a base branch
from
deathaxe:pr/update-tests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update scheme tests #8835
Commits on Oct 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 417117c - Browse repository at this point
Copy the full SHA 417117cView commit details -
Unittests: Add missing Default packages
This commit adds `Binary` and `Git Formats` to the list of default packages.
Configuration menu - View commit details
-
Copy full SHA for 0b619a0 - Browse repository at this point
Copy the full SHA 0b619a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb5bfb - Browse repository at this point
Copy the full SHA 5eb5bfbView commit details -
Unittests: Improve URL test patterns
1. sort urls alphabetically 2. reformat patterns to use more of available space 3. disallow `#` (start of anchors) and `?` (start of parameters) in user and repository names 4. move (?<!\.git) to ensure not to accept something like https://github.com/repo/user.git/tree/master
Configuration menu - View commit details
-
Copy full SHA for f8d3b9b - Browse repository at this point
Copy the full SHA f8d3b9bView commit details -
Unittests: Add arm64 to architecture tests
Now that arm64 is supported it is very valid to have both x32 and x64 to specify arm64 is not supported.
Configuration menu - View commit details
-
Copy full SHA for 1f077ae - Browse repository at this point
Copy the full SHA 1f077aeView commit details -
Unittests: Add support for explicit $schema key
To support validation and completions via LSP-json, Package Control ships json schemas for channels and repositories. This commit allows them to be explicitly assigned without tests failing via - "$schema": "sublime://packagecontrol.io/schemas/channel", - "$schema": "sublime://packagecontrol.io/schemas/repository",
Configuration menu - View commit details
-
Copy full SHA for 7578157 - Browse repository at this point
Copy the full SHA 7578157View commit details
Commits on Nov 10, 2023
-
url and base keys are already handled some lines above.
Configuration menu - View commit details
-
Copy full SHA for 720c5fb - Browse repository at this point
Copy the full SHA 720c5fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f9fff - Browse repository at this point
Copy the full SHA a2f9fffView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.