Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
Review Request #15204 — Created July 29, 2026 and updated
DiffOpcodeBufferwraps a stream of opcodes, yielding them one at a
time, but with buffering capabilities. These enable callers to peek at
the next opcode without consuming it or to queue up an opcode to return
before the next from the buffer.This will be used in the upcoming work for the interdiff filtering
algorithm.It also backports some of the diff opcode typing from Review Board 9.
Unit tests pass.
| Summary | ID |
|---|---|
| b16602a5018a6e708831b44543dc17d1c1964524 |