whitepaper: re-add 10 missing entries + 11 new defects this session, count 578→590; rebuild PDF

This commit is contained in:
russell@unturf.com 2026-03-27 22:18:31 -04:00
parent e4ee168b1e
commit 2e4f7807d5
401 changed files with 3914 additions and 114 deletions

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000231
Fixes pyramid-0001: RoutesMapper.connect() — list membership test + removal on route replace.
--- a/src/pyramid/urldispatch.py

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000232
Fixes pyramid-0002: config/views.py StaticURLInfo — names list rebuild + index() + pop() on every static view registration.
--- a/src/pyramid/config/views.py

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000233
Fixes pyramid-0003: config/actions.py resolveConflicts() — list.remove() inside sorted output loop.
--- a/src/pyramid/config/actions.py

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000234
Fixes pyramid-0004: util.py TopologicalSorter.sorted() — list used as queue with O(n) pop(0)/insert(0) and O(n) roots membership + remove().
--- a/src/pyramid/util.py

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000235
Fixes pyramid-0005: registry.py Introspector.relate()/unrelate() — list-backed relationship tracking with O(n) membership and removal.
--- a/src/pyramid/registry.py