Use lower-case letters for github URLs.

This makes it a little more consistent; now, "cretonne" is never capitalized
in identifier, path, or URL contexts. It is capitalized in natural
language contexts when referring to the project.
This commit is contained in:
Dan Gohman
2018-04-17 08:55:46 -07:00
parent 24fa169e1f
commit f43b6aca1a
13 changed files with 23 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ version = "0.4.4"
description = "Binaries for testing the Cretonne libraries"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/Cretonne/cretonne"
repository = "https://github.com/cretonne/cretonne"
publish = false
[[bin]]

View File

@@ -2,7 +2,7 @@ test regalloc
set is_64bit
isa x86 haswell
; Reported as https://github.com/Cretonne/cretonne/issues/207
; Reported as https://github.com/cretonne/cretonne/issues/207
;
; The coalescer creates a virtual register with two interfering values.
function %pr207(i64 vmctx, i32, i32) -> i32 system_v {

View File

@@ -2,7 +2,7 @@ test regalloc
set is_64bit
isa x86 haswell
; Reported as https://github.com/Cretonne/cretonne/issues/216 from the Binaryen fuzzer.
; Reported as https://github.com/cretonne/cretonne/issues/216 from the Binaryen fuzzer.
;
; The (old) coalescer creates a virtual register with two identical values.
function %pr216(i32 [%rdi], i64 vmctx [%rsi]) -> i64 [%rax] system_v {

View File

@@ -4,7 +4,7 @@ isa x86 haswell
; regex: V=v\d+
; Filed as https://github.com/Cretonne/cretonne/issues/208
; Filed as https://github.com/cretonne/cretonne/issues/208
;
; The verifier complains about a branch argument that is not in the same virtual register as the
; corresponding EBB argument.

View File

@@ -31,4 +31,4 @@ for crate in entity codegen frontend native reader wasm ; do
echo cargo publish --manifest-path "lib/$crate/Cargo.toml"
done
echo
echo Then, go to https://github.com/Cretonne/cretonne/releases/ and define a new release.
echo Then, go to https://github.com/cretonne/cretonne/releases/ and define a new release.