Skip to content

Commit 9c3de80

Browse files
committed
Cross off a couple more microprojects.
Junio considers these two projects "solved".
1 parent b55ed1a commit 9c3de80

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
@@ -153,9 +153,9 @@ too ambitious and not get it done.
153153
Are there other places in this file where `skip_prefix()` would be
154154
more readable than `starts_with()`?</s> **taken**
155155

156-
11. Find places where we scan a string twice unnecessarily, once with
156+
11. <s>Find places where we scan a string twice unnecessarily, once with
157157
`strchr()` and then with `strlen()`, and rewrite these sites using
158-
`strchrnul()` when appropriate.
158+
`strchrnul()` when appropriate.</s> **taken**
159159

160160
12. <s>Currently in order to disallow the `--[no]-xxx` form of a
161161
command-line option, we have to initialize the option's full
@@ -177,8 +177,8 @@ too ambitious and not get it done.
177177
15. Rewrite `fsck.c:fsck_commit()` to use `starts_with()` and/or
178178
`skip_prefix()`.
179179

180-
16. Rewrite `builtin/add.c:run_add_interactive()` to use `struct
181-
argv_array`.
180+
16. <s>Rewrite `builtin/add.c:run_add_interactive()` to use `struct
181+
argv_array`.</s> **taken**
182182

183183
17. Find one or more bugs, inefficiencies, or unconventional code
184184
patterns in `builtin/apply.c:fuzzy_matchlines()` and fix them.

0 commit comments

Comments
 (0)