Skip to content

Commit 71d245c

Browse files
committed
servo: Merge #18420 - Get rustc commit hash from channel manifest (from servo:toml); r=nox,emilio
… added in rust-lang/rust#44218, instead of using the GitHub API. Also upgrade to rustc 1.22.0-nightly (d93036a04 2017-09-07). Source-Repo: https://github.com/servo/servo Source-Revision: af077a722225193b38d80622fb939b7719b46db0 UltraBlame original commit: b674d9f6d1d65fba6b68cb847619d1c7d84c0d4c
1 parent 2d4151a commit 71d245c

File tree

5 files changed

+142
-83
lines changed

5 files changed

+142
-83
lines changed

servo/components/style/bloom.rs

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,71 @@ thread
10751075
will
10761076
panic
10771077
.
1078+
/
1079+
/
1080+
Forced
1081+
out
1082+
of
1083+
line
1084+
to
1085+
limit
1086+
stack
1087+
frame
1088+
sizes
1089+
after
1090+
extra
1091+
inlining
1092+
from
1093+
/
1094+
/
1095+
https
1096+
:
1097+
/
1098+
/
1099+
github
1100+
.
1101+
com
1102+
/
1103+
rust
1104+
-
1105+
lang
1106+
/
1107+
rust
1108+
/
1109+
pull
1110+
/
1111+
43931
1112+
/
1113+
/
1114+
/
1115+
/
1116+
See
1117+
https
1118+
:
1119+
/
1120+
/
1121+
github
1122+
.
1123+
com
1124+
/
1125+
servo
1126+
/
1127+
servo
1128+
/
1129+
pull
1130+
/
1131+
18420
1132+
#
1133+
issuecomment
1134+
-
1135+
328769322
1136+
#
1137+
[
1138+
inline
1139+
(
1140+
never
1141+
)
1142+
]
10781143
pub
10791144
fn
10801145
new

servo/components/style/sharing/mod.rs

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3821,6 +3821,71 @@ sharing
38213821
candidate
38223822
cache
38233823
.
3824+
/
3825+
/
3826+
Forced
3827+
out
3828+
of
3829+
line
3830+
to
3831+
limit
3832+
stack
3833+
frame
3834+
sizes
3835+
after
3836+
extra
3837+
inlining
3838+
from
3839+
/
3840+
/
3841+
https
3842+
:
3843+
/
3844+
/
3845+
github
3846+
.
3847+
com
3848+
/
3849+
rust
3850+
-
3851+
lang
3852+
/
3853+
rust
3854+
/
3855+
pull
3856+
/
3857+
43931
3858+
/
3859+
/
3860+
/
3861+
/
3862+
See
3863+
https
3864+
:
3865+
/
3866+
/
3867+
github
3868+
.
3869+
com
3870+
/
3871+
servo
3872+
/
3873+
servo
3874+
/
3875+
pull
3876+
/
3877+
18420
3878+
#
3879+
issuecomment
3880+
-
3881+
328769322
3882+
#
3883+
[
3884+
inline
3885+
(
3886+
never
3887+
)
3888+
]
38243889
pub
38253890
fn
38263891
new

servo/python/servo/bootstrap_commands.py

Lines changed: 2 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -755,9 +755,6 @@
755755
import
756756
toml
757757

758-
import
759-
re
760-
761758
channel
762759
=
763760
"
@@ -785,7 +782,7 @@
785782
)
786783
)
787784

788-
version_string
785+
nightly_commit_hash
789786
=
790787
toml
791788
.
@@ -810,81 +807,7 @@
810807
]
811808
[
812809
"
813-
version
814-
"
815-
]
816-
817-
short_commit
818-
=
819-
re
820-
.
821-
search
822-
(
823-
"
824-
\
825-
(
826-
(
827-
[
828-
0
829-
-
830-
9a
831-
-
832-
f
833-
]
834-
+
835-
)
836-
"
837-
version_string
838-
)
839-
.
840-
group
841-
(
842-
1
843-
)
844-
845-
commit_api
846-
=
847-
"
848-
https
849-
:
850-
/
851-
/
852-
api
853-
.
854-
github
855-
.
856-
com
857-
/
858-
repos
859-
/
860-
rust
861-
-
862-
lang
863-
/
864-
rust
865-
/
866-
commits
867-
/
868-
"
869-
+
870-
short_commit
871-
872-
nightly_commit_hash
873-
=
874-
json
875-
.
876-
load
877-
(
878-
urllib2
879-
.
880-
urlopen
881-
(
882-
commit_api
883-
)
884-
)
885-
[
886-
"
887-
sha
810+
git_commit_hash
888811
"
889812
]
890813

servo/python/servo/devenv_commands.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2275,12 +2275,18 @@
22752275
/
22762276
/
22772277
static
2278-
.
2278+
-
22792279
rust
22802280
-
22812281
lang
2282-
.
2282+
-
22832283
org
2284+
.
2285+
s3
2286+
.
2287+
amazonaws
2288+
.
2289+
com
22842290
/
22852291
dist
22862292
/

servo/rust-toolchain

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ nightly
22
-
33
2017
44
-
5-
08
5+
09
66
-
7-
31
7+
08

0 commit comments

Comments
 (0)