You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduction of a new File
A new file named projects/x.org/libXfixes/package.yml has been added to the code repository. Additional details about this file:
'Distributable' Section Added
It defines a distributable's source, in this case, its source URL and also includes supplementary details like strip-components, that provide necessary insights about the distributable.
'Versions' Section Updated
We now have an improved method to specify the version of the distributable. It allows us to specify the URL and match the version number. An optional strip field for substrings to strip from the URL, should that be necessary, has also been added.
Establishment of Dependencies
The dependencies' section has been updated to specify the x.org/x11 and x.org/protocol dependencies, which are needed to ensure the code project will work properly.
'Build' Section Additions
This section is essential for building the package; it outlines the build script, environmental variables, and importantly, captures all the dependencies necessary for the build process.
Inclusion of a 'Test' Section
A testing section is added which highlights the dependencies required for testing and a script that specifies how the test should be conducted. This will help ensure the code is working as expected before it is deployed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
No description provided.