-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
base/version_git.sh
: fix the default value for Base.GIT_VERSION_INFO
(for e.g. when Git is not available)
#43717
Merged
Conversation
This file contains 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
DilumAluthge
added
building
Build system, or building Julia or its dependencies
bugfix
This change fixes an existing bug
labels
Jan 8, 2022
DilumAluthge
changed the title
Use
Jan 8, 2022
Base.@kwdef
to automatically provide a kwarg constructor for the GitVersionInfo
struct with default valuesbase/version_git.sh
: provide a kwarg constructor (with default values) for the GitVersionInfo
struct
DilumAluthge
changed the title
Jan 8, 2022
base/version_git.sh
: provide a kwarg constructor (with default values) for the GitVersionInfo
structbase/version_git.sh
: fix the default constructor for the GitVersionInfo
struct
DilumAluthge
changed the title
Jan 8, 2022
base/version_git.sh
: fix the default constructor for the GitVersionInfo
structbase/version_git.sh
: fix the default value for Base.GIT_VERSION_INFO
(for e.g. when Git is not available)
DilumAluthge
force-pushed
the
dpa/git-version-info
branch
from
January 8, 2022 20:02
677df48
to
401d5b6
Compare
…FO` (for e.g. when Git is not available)
DilumAluthge
force-pushed
the
dpa/git-version-info
branch
from
January 8, 2022 20:14
d010310
to
f7c48c9
Compare
@DilumAluthge + @mkitti thanks for this! We are working on having a more robust packaging system downstream by doing regular dev releases to test breaking changes from "system packages" (see conda-forge/julia-feedstock#181) and this is quite helpful |
staticfloat
approved these changes
Jan 9, 2022
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this pull request
Feb 22, 2022
…FO` (for e.g. when Git is not available) (JuliaLang#43717) * `base/version_git.sh`: fix the default value for `Base.GIT_VERSION_INFO` (for e.g. when Git is not available) * Use single-quotes to avoid the need to backslash-escape the double quotes
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this pull request
Mar 8, 2022
…FO` (for e.g. when Git is not available) (JuliaLang#43717) * `base/version_git.sh`: fix the default value for `Base.GIT_VERSION_INFO` (for e.g. when Git is not available) * Use single-quotes to avoid the need to backslash-escape the double quotes
DilumAluthge
added
backport 1.6
Change should be backported to release-1.6
backport 1.7
labels
Apr 27, 2022
45 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #43716