Skip to content

Commit abc8365

Browse files
committed
Cross out a couple more
1 parent 9c3de80 commit abc8365

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎SoC-2014-Microprojects.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ too ambitious and not get it done.
166166
recommended. This is more a milliproject than a microproject, and
167167
the mailing list wasn't so enthusiastic about the idea anyway.**
168168

169-
13. Rewrite `diff-no-index.c:read_directory()` to use
169+
13.<s>Rewrite `diff-no-index.c:read_directory()` to use
170170
`is_dot_or_dotdot()`. Try to find other sites that can use that
171-
function.
171+
function.</s> **solved**
172172

173173
14. Change `fetch-pack.c:filter_refs()` to use `starts_with()` instead
174174
of `memcmp()`. Try to find other sites that could be rewritten
@@ -185,7 +185,7 @@ too ambitious and not get it done.
185185
(There are enough microprojects in this function for several
186186
students.)
187187

188-
18. "VAR=VAL command" is sufficient to run 'command' with environment
188+
18.<s>"VAR=VAL command" is sufficient to run 'command' with environment
189189
variable VAR set to value VAL without affecting the environment of
190190
the shell itself. But the same does not work with a shell
191191
function (most notably, "test_must_fail"). So, in our test suite,
@@ -209,4 +209,4 @@ too ambitious and not get it done.
209209
...
210210
```
211211
212-
Find and shorten such constructs in existing test scripts.
212+
Find and shorten such constructs in existing test scripts.</s> **solved**

0 commit comments

Comments
(0)