aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2017-01-27 16:51:41 +0000
committerGravatar Yun Peng <pcloudy@google.com>2017-01-30 09:01:20 +0000
commitd7e965a3676026d09bb5450425792571aa257a00 (patch)
tree23123389ad1a914530671e0ed634ca108d71c770
parentc637fbb1d020ebceaedccfc8ecf9819a51ada150 (diff)
Fix the images in the recursive WS design doc
Somehow they were all uploaded as 0 bytes, but that's okay because the URLs in the design doc were wrong, anyway. Relavant design doc: https://bazel.build/designs/2016/09/19/recursive-ws-parsing.html, issue #1943. -- PiperOrigin-RevId: 145799866 MOS_MIGRATED_REVID=145799866
-rw-r--r--site/assets/ws-diamond.pngbin0 -> 23386 bytes
-rw-r--r--site/assets/ws-line.pngbin0 -> 20486 bytes
-rw-r--r--site/assets/ws-multiline.pngbin0 -> 22148 bytes
-rw-r--r--site/designs/_posts/2016-09-19-recursive-ws-parsing.md6
4 files changed, 3 insertions, 3 deletions
diff --git a/site/assets/ws-diamond.png b/site/assets/ws-diamond.png
index e69de29bb2..154a7440bc 100644
--- a/site/assets/ws-diamond.png
+++ b/site/assets/ws-diamond.png
Binary files differ
diff --git a/site/assets/ws-line.png b/site/assets/ws-line.png
index e69de29bb2..e8bfe7a17f 100644
--- a/site/assets/ws-line.png
+++ b/site/assets/ws-line.png
Binary files differ
diff --git a/site/assets/ws-multiline.png b/site/assets/ws-multiline.png
index e69de29bb2..f07b43b1a3 100644
--- a/site/assets/ws-multiline.png
+++ b/site/assets/ws-multiline.png
Binary files differ
diff --git a/site/designs/_posts/2016-09-19-recursive-ws-parsing.md b/site/designs/_posts/2016-09-19-recursive-ws-parsing.md
index b161531fe3..f0fcd758c9 100644
--- a/site/designs/_posts/2016-09-19-recursive-ws-parsing.md
+++ b/site/designs/_posts/2016-09-19-recursive-ws-parsing.md
@@ -39,7 +39,7 @@ about don't need to be resolved.
Suppose we have a main repository that depends on repo x, and x depends on repo
y:
-<img src="/assets/ws-line.jpg" class="img-responsive">
+<img src="/assets/ws-line.png" class="img-responsive">
In this case, version 1 of "foo" wins. This way, if a library has already
figured out which version works for them, its reverse dependencies do not have
@@ -54,7 +54,7 @@ If there is no obvious hierarchy and multiple versions are specified, error out.
Report what each chain of dependencies was that wanted the dep and at which
versions:
-<img src="/assets/ws-multiline.jpg" class="img-responsive">
+<img src="/assets/ws-multiline.png" class="img-responsive">
In this case, Bazel would error out with:
@@ -68,7 +68,7 @@ vs. bazel-external/a/WORKSPACE:2 repository(name = 'foo' version = '2')
This is also the case with diamond dependencies:
-<img src="/assets/ws-diamond.jpg" class="img-responsive">
+<img src="/assets/ws-diamond.png" class="img-responsive">
This would print: