summaryrefslogtreecommitdiff
path: root/src/autoplayer/a.out.dSYM/Contents
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2026-09-08 20:25:26 -0700
committerScott Gasch <[email protected]>2026-09-08 20:25:26 -0700
commitac1db917dc50e372806780bc0ab2cc0570d8ca54 (patch)
tree245f7f7d4538369da74f1f8641041915e4122f9e /src/autoplayer/a.out.dSYM/Contents
parent88a0787a7d19a5b4e19e540816f1d500e02dbfeb (diff)
Remove dead autoplay/autoplayer trees, land GNUmakefile/eval_tune companionsHEADmaster
- Remove autoplay/ and autoplayer/ entirely: old opponent-automation scrapers/harnesses (child_process.cc test scaffolding, compiled a.out binaries and a .dSYM bundle, saved book/position files, macOS ._-prefixed resource-fork cruft) that predate this repo's current tooling and were never referenced by anything still in use. - GNUmakefile: add DIAG_NO_QSEARCH_FUTILITY/CALIBRATE_QSEARCH_FUTILITY profile flags and testrecogn.o to the TEST=1 object list. Both are companions to already-committed work that never got their own build support committed: search.c's qsearch-futility calibration harness needs the two profile flags to be buildable at all, and testrecogn.c (added alongside the recogn.c bugfix, now committed here too) needs to be in TEST=1's OBJS to actually compile/link. - eval_tune/match_play.py, eval_tune/test_vs_head.sh: real fixes found and applied earlier this session -- match_play.py's opening-book leak (games weren't actually book-free), missing --hash/--cpus (games ran on the 64k-entry/single-cpu memset-zero defaults instead of this project's normal 256m/1cpu), a shared-logfile race across concurrent match workers, and a report-parsing deadlock on engine resignation. test_vs_head.sh reverted to comparing against head_reference/typhoon + the live working-tree binary -- it had been pointed at a since-deleted, long-stale one-off comparison binary (typhoon_allbitboards) since 92fc412, silently invalidating every "vs head" self-play check run through it since Sep 4. Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01Ka9o3S2eKqh4jNfmxVZ6fH
Diffstat (limited to 'src/autoplayer/a.out.dSYM/Contents')
-rw-r--r--src/autoplayer/a.out.dSYM/Contents/Info.plist25
-rw-r--r--src/autoplayer/a.out.dSYM/Contents/Resources/DWARF/a.outbin21507 -> 0 bytes
2 files changed, 0 insertions, 25 deletions
diff --git a/src/autoplayer/a.out.dSYM/Contents/Info.plist b/src/autoplayer/a.out.dSYM/Contents/Info.plist
deleted file mode 100644
index a9a4ac4..0000000
--- a/src/autoplayer/a.out.dSYM/Contents/Info.plist
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleIdentifier</key>
- <string>com.apple.xcode.dsym.a.out</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>dSYM</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>1.0</string>
- <key>dSYM_UUID</key>
- <dict>
- <key>i386</key>
- <string>75 db 1e 21 ae cf df 5c d5 88 08 7c 9c 70 e0 0e</string>
- </dict>
- </dict>
-</plist>
diff --git a/src/autoplayer/a.out.dSYM/Contents/Resources/DWARF/a.out b/src/autoplayer/a.out.dSYM/Contents/Resources/DWARF/a.out
deleted file mode 100644
index 0d7ed7a..0000000
--- a/src/autoplayer/a.out.dSYM/Contents/Resources/DWARF/a.out
+++ /dev/null
Binary files differ