File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -327,13 +327,11 @@ determined as follows:
327327 1. Let `id` be the string value of the _identifier_ of the _option_.
328328 1. Let `rv` be the _resolved value_ of the _option_ value.
329329 1. If `rv` is a _fallback value_:
330- 1. Set the value bound to `id` in `res` to an unresolved value .
330+ 1. Emit a _Bad Option_ error .
331331 1. Else:
332- 1. Set the value bound to `id` in `res` to `rv`.
332+ 1. Set `res[id]` to be `rv`.
3333331. Return `res`.
334334
335- Implementations MAY remove entries from `res` with unresolved values.
336-
337335The result of _option resolution_ MUST be a (possibly empty) mapping
338336of string identifiers to values;
339337that is, errors MAY be emitted, but such errors MUST NOT be fatal.
You can’t perform that action at this time.
0 commit comments