<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wotonomy.git/projects, branch working</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/wotonomy.git/'/>
<entry>
<title>General update</title>
<updated>2025-03-13T00:31:40+00:00</updated>
<author>
<name>Benjamin Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2025-03-13T00:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/wotonomy.git/commit/?id=39dc3aa7db0341457c438693af5ba9bb1cfdf560'/>
<id>39dc3aa7db0341457c438693af5ba9bb1cfdf560</id>
<content type='text'>
It's been a bit too long for me to recall what all I was doing here and
what it should've been doing.

Just looking at the files, I was attempting to figure out how the EO
stuff works. Think I had some basic results, but just mostly added a
tracing store to help w/ debugging
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's been a bit too long for me to recall what all I was doing here and
what it should've been doing.

Just looking at the files, I was attempting to figure out how the EO
stuff works. Think I had some basic results, but just mostly added a
tracing store to help w/ debugging
</pre>
</div>
</content>
</entry>
<entry>
<title>Add additional commented out logging</title>
<updated>2024-10-14T15:31:28+00:00</updated>
<author>
<name>Benjamin Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2024-10-14T15:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/wotonomy.git/commit/?id=ba949758b37592fc967f9ffdb6c5d1b0c54c9313'/>
<id>ba949758b37592fc967f9ffdb6c5d1b0c54c9313</id>
<content type='text'>
Add some additional logging that I used to figure out how associations
and the like work
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add some additional logging that I used to figure out how associations
and the like work
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor cleanup</title>
<updated>2024-10-13T21:18:19+00:00</updated>
<author>
<name>Benjamin Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2024-10-13T21:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/wotonomy.git/commit/?id=3b4fbed3a6a4c2a57e53324260827d1ce13b3133'/>
<id>3b4fbed3a6a4c2a57e53324260827d1ce13b3133</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhance logging for resources</title>
<updated>2024-10-13T21:16:30+00:00</updated>
<author>
<name>Benjamin Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2024-10-13T21:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/wotonomy.git/commit/?id=ab37f52711db817f1d59dbe2465d65ce9b4b936e'/>
<id>ab37f52711db817f1d59dbe2465d65ce9b4b936e</id>
<content type='text'>
Add some additional logging that I used to better figure out how
resources are loaded
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add some additional logging that I used to better figure out how
resources are loaded
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unit tests</title>
<updated>2024-10-13T21:16:00+00:00</updated>
<author>
<name>Benjamin Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2024-10-13T21:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/wotonomy.git/commit/?id=25bd1dca3bd0032a70472c4d7354be70b50a7ff2'/>
<id>25bd1dca3bd0032a70472c4d7354be70b50a7ff2</id>
<content type='text'>
Not sure what or how I broke the identical object tests; but I'll look
into them at some later point
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not sure what or how I broke the identical object tests; but I'll look
into them at some later point
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates</title>
<updated>2024-10-06T20:53:36+00:00</updated>
<author>
<name>Benjamin Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2024-10-06T20:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/wotonomy.git/commit/?id=76adca11afff1649621d462ca67589f76ff29603'/>
<id>76adca11afff1649621d462ca67589f76ff29603</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add XML property lists</title>
<updated>2024-07-08T21:30:58+00:00</updated>
<author>
<name>Benjamin Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2024-07-08T21:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/wotonomy.git/commit/?id=9c681f38b742b26b841eb42bc19879cb90ac03de'/>
<id>9c681f38b742b26b841eb42bc19879cb90ac03de</id>
<content type='text'>
Implement support for the XML property lists that are the newer version
of the ASCII ones. There are a few things that still need to be done,
but all of the basics are there

Next things
- Allow collapsing a property list into a series of objects
- Serialize both the property list and flattened objects to XML
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement support for the XML property lists that are the newer version
of the ASCII ones. There are a few things that still need to be done,
but all of the basics are there

Next things
- Allow collapsing a property list into a series of objects
- Serialize both the property list and flattened objects to XML
</pre>
</div>
</content>
</entry>
<entry>
<title>More cleanup</title>
<updated>2024-07-05T16:43:13+00:00</updated>
<author>
<name>Benjamin Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2024-07-05T16:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/wotonomy.git/commit/?id=6d46c473d41c6c47e6b8bd8c676d925e544bd378'/>
<id>6d46c473d41c6c47e6b8bd8c676d925e544bd378</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update a whole bunch of things</title>
<updated>2024-07-01T21:27:48+00:00</updated>
<author>
<name>Benjamin Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2024-07-01T21:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/wotonomy.git/commit/?id=02bc52037e9ccccca672d6156d9c325c74fe28b3'/>
<id>02bc52037e9ccccca672d6156d9c325c74fe28b3</id>
<content type='text'>
Yeah... not a great commit message. t.b.h, I could maybe've split the
commit into more parts; but that would be quite a lot off effort and
would have a pretty decent chance of at least one of the commits leaving
the repository in a non-working state.

For the future, will want to try and commit more often so there aren't
these mega-commits where it's just "a whole bunch of stuff changed"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yeah... not a great commit message. t.b.h, I could maybe've split the
commit into more parts; but that would be quite a lot off effort and
would have a pretty decent chance of at least one of the commits leaving
the repository in a non-working state.

For the future, will want to try and commit more often so there aren't
these mega-commits where it's just "a whole bunch of stuff changed"
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak</title>
<updated>2024-05-21T21:53:00+00:00</updated>
<author>
<name>Benjamin Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2024-05-21T21:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/wotonomy.git/commit/?id=3c435325eecc038c43526288454f9fe4ac161648'/>
<id>3c435325eecc038c43526288454f9fe4ac161648</id>
<content type='text'>
Clean a few things up</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean a few things up</pre>
</div>
</content>
</entry>
</feed>
