<feed xmlns='http://www.w3.org/2005/Atom'>
<title>assembler/src/reports, branch v2.0.1</title>
<subtitle>Rust library for parsing assembly languages</subtitle>
<id>https://code.benbridle.com/assembler/atom?h=v2.0.1</id>
<link rel='self' href='https://code.benbridle.com/assembler/atom?h=v2.0.1'/>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/assembler/'/>
<updated>2025-02-13T07:23:25Z</updated>
<entry>
<title>Create struct for reporting unused definitions</title>
<updated>2025-02-13T07:23:25Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2025-02-13T07:23:25Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/assembler/commit/?id=e717e32badebcd34f590e1e58d6417ebf8c8d973'/>
<id>urn:sha1:e717e32badebcd34f590e1e58d6417ebf8c8d973</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create struct for reporting in detail the symbols in a resolver</title>
<updated>2025-02-09T23:57:52Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2025-02-09T23:57:52Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/assembler/commit/?id=6ceec5361c80b466f4a2a3719efb09ad6d6efa99'/>
<id>urn:sha1:6ceec5361c80b466f4a2a3719efb09ad6d6efa99</id>
<content type='text'>
This is used for debugging symbol definition and resolution issues.
</content>
</entry>
<entry>
<title>Track related symbols in resolver</title>
<updated>2025-02-09T23:44:42Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2025-02-09T23:42:33Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/assembler/commit/?id=8ddf72ad0252f17913540a2e767966899a29d1b6'/>
<id>urn:sha1:8ddf72ad0252f17913540a2e767966899a29d1b6</id>
<content type='text'>
As well as the already-implemented tracking of the existing definition
of redefinitions, the resolver will now also track the definition that
resolves each reference, and the references resolved by each definition.
Instead of using tuples to hold this information, named wrapper structs
have been created for each category.
</content>
</entry>
<entry>
<title>Import from the log and ansi crates once in the reports module</title>
<updated>2025-02-09T23:37:16Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2025-02-09T23:37:16Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/assembler/commit/?id=1c9e795245c5da0ea896a4824fb41c9542857ecc'/>
<id>urn:sha1:1c9e795245c5da0ea896a4824fb41c9542857ecc</id>
<content type='text'>
This is tidier than duplicate imports in every file of the module.
</content>
</entry>
<entry>
<title>Simplify infallible indexing operations in resolver</title>
<updated>2025-02-09T23:34:56Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2025-02-09T23:34:56Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/assembler/commit/?id=dedd999b8f923641dce512c21db5528d32356cc6'/>
<id>urn:sha1:dedd999b8f923641dce512c21db5528d32356cc6</id>
<content type='text'>
Indexing into a resolver with a pointer from the same resolver should
never fail, and if it does we don't want to silently squash the error.
</content>
</entry>
<entry>
<title>Move report-printing structs to separate module</title>
<updated>2025-02-09T22:56:58Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2025-02-09T22:56:58Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/assembler/commit/?id=fd6b4471955dac64b7d40b7c31992c15d52b2460'/>
<id>urn:sha1:fd6b4471955dac64b7d40b7c31992c15d52b2460</id>
<content type='text'>
</content>
</entry>
</feed>
