bottle/flask/pyramid/sfml/angelscript/threejs/pygame: 22 defects + whitepaper 121 sites 50 ecosystems

This commit is contained in:
russell@unturf.com 2026-03-27 12:08:15 -04:00
parent 8643225d7c
commit 9576d47645
6 changed files with 184 additions and 8 deletions

View file

@ -70,6 +70,7 @@ SUPPORT_ALL := support/TarjanAlgorithm.java \
unit-dry \
unit-sfml unit-angelscript unit-threejs unit-pygame \
unit-pyramid \
unit-bottle \
bench-mc-server bench-max bench-gumyum bench-everything bench-loadsim bench-elytra \
bench-unpatched bench-mitigated bench-enriched bench-three-tier \
play-unpatched play-mitigated play-enriched \
@ -98,7 +99,8 @@ unit: unit-tarjan unit-findnode unit-closure unit-toposort unit-deplist unit-bou
unit-godot \
unit-dry \
unit-sfml unit-angelscript unit-threejs unit-pygame \
unit-pyramid
unit-pyramid \
unit-bottle
unit-tarjan: unit/TarjanComplexityTest.class
@echo ""
@ -563,6 +565,14 @@ unit-pyramid: unit/PyramidTest.class
@echo "=== UNIT pyramid-0001..0005: Pyramid route (2000x), static (1000x), actions (738x), topo (176x), registry (6x) ==="
$(JAVA) -ea -cp . unit.PyramidTest
unit/BottleTest.class: ../defects/bottle/unit/BottleTest.java
$(JAVAC) -cp . -d . ../defects/bottle/unit/BottleTest.java
unit-bottle: unit/BottleTest.class
@echo ""
@echo "=== UNIT bottle-0001: Bottle all_plugins() skiplist set (75x) ==="
$(JAVA) -ea -cp . unit.BottleTest
# ── Integration ───────────────────────────────────────────────────────────────
# Runs against the installed JDK's compiled GraphUtils.
# Proves real timing growth and confirms algorithm correctness.