| 16:40 | <ljharb> | bakkot: the new "duplicate ID" warning in ecmarkup is breaking my proposal technique of adding muitiple <emu-clause id="sec-placeholder"> sections so i can artificially start the numbering later. is there another workaround for that? or can i disable the duplicate-id check? |
| 16:59 | <bakkot> | just build without --strict |
| 17:00 | <bakkot> | it'll still print warnings but you'll get your build artifact |
| 18:20 | <ljharb> | oof, ok |
| 18:20 | <ljharb> | i did sec-placeholderN and tweaked my code, and that works too |
| 18:21 | <ljharb> | it'd be really nice to have a first-class feature to start numbering tho |
| 18:24 | <bakkot> | PRs welcome! |
| 21:43 | <bakkot> | https://github.com/tc39/ecma262/pull/2492 |