<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gloss/tests/fixtures, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.cjennings.net/gloss/atom?h=main</id>
<link rel='self' href='https://git.cjennings.net/gloss/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/gloss/'/>
<updated>2026-04-28T23:07:00+00:00</updated>
<entry>
<title>chore: capture Wiktionary REST fixtures for replay</title>
<updated>2026-04-28T23:07:00+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-04-28T23:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/gloss/commit/?id=166d3bde50718eacd51c75cb82246988d9ec0151'/>
<id>urn:sha1:166d3bde50718eacd51c75cb82246988d9ec0151</id>
<content type='text'>
Save raw response bodies from the Wiktionary REST endpoint under tests/fixtures/. The fetch layer can replay them with a cl-letf on url-retrieve-synchronously instead of hitting the network in tests.

The five fixtures cover the cases that matter for the parser. anaphora is the simple single-sense English entry. SBIR is an acronym with multiple senses. API is highly polysemous and multi-language (en, fr, id, la, pt). hapax-legomenon is the multi-word case, so it exercises URL-encoding for the space. The 404 fixture captures the JSON error body Wiktionary returns when a term isn't there.
</content>
</entry>
<entry>
<title>chore: scaffold gloss package</title>
<updated>2026-04-28T18:56:06+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-04-28T18:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/gloss/commit/?id=71ccfdd0e6216356ec6cac90bc627fe02dbfdeb1'/>
<id>urn:sha1:71ccfdd0e6216356ec6cac90bc627fe02dbfdeb1</id>
<content type='text'>
Five layered files per the design at docs/design/gloss.org. gloss-core for the data layer, gloss-fetch for the network layer, gloss-display for the UI, gloss-drill for the spaced-repetition export, and gloss.el as the entry point. All five are skeletons. Implementation comes next.

The Makefile delegates to ert with the usual unit, integration, and per-file targets. It also runs paren and lint passes. The package is licensed GPL-3.0-or-later. README is a placeholder pointing at the design doc.
</content>
</entry>
</feed>
