<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hakurei/internal/app, branch develop</title>
<subtitle>low-level userspace tooling for Rosa OS</subtitle>
<id>http://src.rosa.moe/hakurei/atom/internal/app?h=develop</id>
<link rel='self' href='http://src.rosa.moe/hakurei/atom/internal/app?h=develop'/>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/'/>
<updated>2025-10-28T19:33:13Z</updated>
<entry>
<title>internal/outcome: rename from app</title>
<updated>2025-10-28T19:33:13Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-10-28T19:32:43Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=a0b4e47acc228e48165966d8e139277b8f6f450e'/>
<id>urn:sha1:a0b4e47acc228e48165966d8e139277b8f6f450e</id>
<content type='text'>
This is less ambiguous, and more accurately describes the purpose of the package.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/env: relocate from app</title>
<updated>2025-10-28T19:11:49Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-10-28T19:09:42Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=a52f7038e5a607dd0901244abb791c96deaf9c2d'/>
<id>urn:sha1:a52f7038e5a607dd0901244abb791c96deaf9c2d</id>
<content type='text'>
This package is much cleaner to stub independently, and makes no sense to lump into app.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/validate: relocate from app</title>
<updated>2025-10-28T18:40:09Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-10-28T18:40:09Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=274686d10d3386a41f8fb6bc3363269a734afe0e'/>
<id>urn:sha1:274686d10d3386a41f8fb6bc3363269a734afe0e</id>
<content type='text'>
These are free of the dispatcher from internal/app. This change relocates them into their own package.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/app/state: improve store internals</title>
<updated>2025-10-28T18:21:00Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-10-28T14:04:17Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=65342d588ff061d2130e6379d86a26be90c908ae'/>
<id>urn:sha1:65342d588ff061d2130e6379d86a26be90c908ae</id>
<content type='text'>
This fully exposes the store internals for #19 and are final preparations for removing the legacy store interface.

This change also fixes a potential deadlock in the handle initialisation mkdir failure path. This however is never reachable in hakurei as the store is never accessed concurrently.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/app/state: improve handles internals</title>
<updated>2025-10-28T13:00:54Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-10-26T15:43:33Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=5e5826459ed744fc0bd717e0136614365c7a96f3'/>
<id>urn:sha1:5e5826459ed744fc0bd717e0136614365c7a96f3</id>
<content type='text'>
This replaces the Store interface with something better reflecting the underlying data format for #19. An implementation of Store is provided on top of the new code to ease transition.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/app/state: use absolute pathnames</title>
<updated>2025-10-25T18:41:19Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-10-25T18:39:51Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=4a463b7f032961323baa0c5cc4bac0594a90ec42'/>
<id>urn:sha1:4a463b7f032961323baa0c5cc4bac0594a90ec42</id>
<content type='text'>
This is less error-prone and fits better into internal/app which already uses check.Absolute for all pathnames.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/app/state: acquire big lock for toplevel operations</title>
<updated>2025-10-25T18:27:56Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-10-25T18:27:56Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=dacd9550e0f696d8e6723a304ba056502109201f'/>
<id>urn:sha1:dacd9550e0f696d8e6723a304ba056502109201f</id>
<content type='text'>
This avoids getting into an inconsistent state for simultaneous calls to List and Do on a previously unknown identity.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>treewide: update doc comments</title>
<updated>2025-10-25T18:00:04Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-10-25T18:00:04Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=546b00429fa6998d20433583e10b394b90bca4f2'/>
<id>urn:sha1:546b00429fa6998d20433583e10b394b90bca4f2</id>
<content type='text'>
Some internal/app/state types were relocated to hst as part of the API. This change updates doc comments referring to them.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/app/state/data: check full entry behaviour</title>
<updated>2025-10-25T16:49:14Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-10-25T16:49:14Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=86f4219062ae4787ac9478b025abf8416e5593a2'/>
<id>urn:sha1:86f4219062ae4787ac9478b025abf8416e5593a2</id>
<content type='text'>
This eventually gets relocated to internal/app.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/app/state: include et header</title>
<updated>2025-10-25T13:01:26Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-10-25T13:01:26Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=fe2929d5f7249f8593923446e1c327bf503cc8a0'/>
<id>urn:sha1:fe2929d5f7249f8593923446e1c327bf503cc8a0</id>
<content type='text'>
This is the initial step of implementing #19.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
</feed>
