chore(rec-28): drop DBTraceCodeUnitTest.testFigureOutAssembly println-only exploration — wip sweep#38
Merged
CryptoJones merged 1 commit intoMay 26, 2026
Conversation
…-only exploration — wip sweep Rec 28 #28-6d+ active-@ignore sweep, ninth wip-bucket deletion. The removed method's name self-declares its purpose: figure out, by running it, what the assembler emits for `call 0x4004`: @test @ignore("wip: Debug/TraceModeling cluster NationalSecurityAgency#189") public void testFigureOutAssembly() throws AssemblySyntaxException, AssemblySemanticException { Assembler asm = Assemblers.getAssembler(b.language); System.out.println( NumericUtilities.convertBytesToString(asm.assembleLine(b.addr(0x4024), "call 0x4004"))); } Zero assertions — just a println of the assembled bytes. Author-declared exploratory scratchpad, same bucket as the JdiExperimentsTest / DemoFieldsTest / ToArrayTest deletions. fix-or-delete: delete; issue NationalSecurityAgency#189 retains the cluster record. The wildcard `import ghidra.app.plugin.assembler.*` becomes unused with the method gone and is dropped too. Updates docs/testing/ignore-test-inventory.md: - wip: 36 → 35 - total properly-categorized: 56 → 55 Closes NationalSecurityAgency#189 (testFigureOutAssembly portion). Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rec 28 #28-6d+ active-
@Ignoresweep, ninth wip-bucket deletion. The removed method's name self-declares its purpose: figure out, by running it, what the assembler emits forcall 0x4004:Zero assertions — just a println of the assembled bytes. Author-declared exploratory scratchpad, same bucket as the
JdiExperimentsTest/DemoFieldsTest/ToArrayTestdeletions. fix-or-delete: delete; issue NationalSecurityAgency#189 retains the cluster record.The wildcard
import ghidra.app.plugin.assembler.*becomes unused with the method gone and is dropped too.Updates
docs/testing/ignore-test-inventory.md:Closes NationalSecurityAgency#189 (testFigureOutAssembly portion).
Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/