Skip to content

Commit 95ac5da

Browse files
committed
Deprecate microproject git#12.
1 parent 185fb9d commit 95ac5da

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

SoC-2014-Microprojects.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,11 @@ too ambitious and not get it done.
157157
`strchr()` and then with `strlen()`, and rewrite these sites using
158158
`strchrnul()` when appropriate.
159159

160-
12. Currently in order to disallow the `--[no]-xxx` form of a
160+
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
162162
`struct option` explicitly. It'd be nice to have a set of `OPT_*`
163163
macros with `PARSE_OPT_NONEG` set. Find and update all `struct
164164
option []` declarations with the new macros (including ones that
165-
should never accept `--no-xxx` form, but do anyway). *Warning:
166-
this is more a milliproject than a microproject.*
165+
should never accept `--no-xxx` form, but do anyway).</s> **Not
166+
recommended. This is more a milliproject than a microproject, and
167+
the mailing list wasn't so enthusiastic about the idea anyway.**

0 commit comments

Comments
 (0)