-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Terminology Consistency Update. #3433
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: SITADRITA1 <[email protected]>
Signed-off-by: SITADRITA1 <[email protected]>
docker/Dockerfile
Outdated
@@ -2,11 +2,11 @@ | |||
# | |||
# - `git_commit` is the hash of the current git commit — used for | |||
# versioning information inside the binaries. | |||
# - `build_date` is the date and time of when the docker image was | |||
# - `build_date` is the date and time when the docker image was |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be pedantic, this should probably be ‘at which’.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done )
docker/Dockerfile
Outdated
# built | ||
# - `binaries` is the path to the directory containing the Linera | ||
# binaries. Leave unset to build the binaries from scratch. | ||
# - `target` is a Rust target quadruple. Currently known to be | ||
# - `target` is a Rust target quadruplet. Currently known to be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both forms exist, but LLVM (and thus Rust) consistently uses the original form. See, for example, cargo build --help
:
--target [<TRIPLE>] Build for the target triple
If anything for consistency we might want to refer to it as a triple, though both our supported targets have four components.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done )
Signed-off-by: SITADRITA1 <[email protected]>
Signed-off-by: SITADRITA1 <[email protected]>
File: docker_image_description.md
Changed: when the docker image was to when the docker image was.
File: target_description.md
Changed: quadruple to quadruplet.
File: crowdfunding_example_application.md
Changed:
Crowd-funding to Crowdfunding.
crowd-funding to crowdfunding.
crowd-funding to crowdfunding.
crowd-funding to crowdfunding.