Skip to content

Commit 81367a8

Browse files
Use new log output style
Signed-off-by: Marek Kubica <[email protected]>
1 parent 4206c90 commit 81367a8

File tree

3 files changed

+35
-11
lines changed

3 files changed

+35
-11
lines changed

doc/tutorials/dune-package-management/dependencies.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,15 @@ solver has selected:
8888
...
8989
# Dependency solution for
9090
# _build/.sandbox/<sandbox-hash>/_private/default/.lock/dune.lock:
91-
# base-unix.base fmt.0.11.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0
92-
# ocaml-compiler.5.4.0 ocaml-config.3 ocamlbuild.0.16.1+dune
93-
# ocamlfind.1.9.8+dune topkg.1.1.1
91+
# - base-unix.base
92+
# - fmt.0.11.0
93+
# - ocaml.5.4.0
94+
# - ocaml-base-compiler.5.4.0
95+
# - ocaml-compiler.5.4.0
96+
# - ocaml-config.3
97+
# - ocamlbuild.0.16.1+dune
98+
# - ocamlfind.1.9.8+dune
99+
# - topkg.1.1.1
94100
...
95101
```
96102

@@ -136,9 +142,15 @@ Checking `_build/log` again reveals that our change was taken into account:
136142
...
137143
# Dependency solution for
138144
# _build/.sandbox/<sandbox-hash>/_private/default/.lock/dune.lock:
139-
# base-unix.base fmt.0.9.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0
140-
# ocaml-compiler.5.4.0 ocaml-config.3 ocamlbuild.0.16.1+dune
141-
# ocamlfind.1.9.8+dune topkg.1.1.1
145+
# - base-unix.base
146+
# - fmt.0.9.0
147+
# - ocaml.5.4.0
148+
# - ocaml-base-compiler.5.4.0
149+
# - ocaml-compiler.5.4.0
150+
# - ocaml-config.3
151+
# - ocamlbuild.0.16.1+dune
152+
# - ocamlfind.1.9.8+dune
153+
# - topkg.1.1.1
142154
...
143155
```
144156

doc/tutorials/dune-package-management/pinning.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,15 @@ will find a new solution, quoting `_build/log`:
4242
4343
# Dependency solution for
4444
# _build/.sandbox/<sandbox-hash>/_private/default/.lock/dune.lock:
45-
# base-unix.base fmt.dev ocaml.5.4.0 ocaml-base-compiler.5.4.0
46-
# ocaml-compiler.5.4.0 ocaml-config.3 ocamlbuild.0.16.1+dune
47-
# ocamlfind.1.9.8+dune topkg.1.1.1
45+
# - base-unix.base
46+
# - fmt.dev
47+
# - ocaml.5.4.0
48+
# - ocaml-base-compiler.5.4.0
49+
# - ocaml-compiler.5.4.0
50+
# - ocaml-config.3
51+
# - ocamlbuild.0.16.1+dune
52+
# - ocamlfind.1.9.8+dune
53+
# - topkg.1.1.1
4854
...
4955
```
5056

doc/tutorials/dune-package-management/repos.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,14 @@ specific commit:
4949
...
5050
# Dependency solution for
5151
# _build/.sandbox/<sandbox-hash>/_private/default/.lock/dune.lock:
52-
# base-unix.base fmt.0.9.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3
53-
# ocamlbuild.0.16.1+dune ocamlfind.1.9.8+dune topkg.1.0.7
52+
# - base-unix.base
53+
# - fmt.0.9.0
54+
# - ocaml.5.0.0
55+
# - ocaml-base-compiler.5.0.0
56+
# - ocaml-config.3
57+
# - ocamlbuild.0.16.1+dune
58+
# - ocamlfind.1.9.8+dune
59+
# - topkg.1.0.7
5460
...
5561
```
5662

0 commit comments

Comments
 (0)