<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bjc-utils2.git/clformat/data, branch trunk</title>
<subtitle>Miscellaneous utilities and support code
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/'/>
<entry>
<title>Misc Updates</title>
<updated>2023-06-23T23:48:49+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2023-06-23T23:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/commit/?id=29db46041115065559a0d42f9a76ebb7c19424ea'/>
<id>29db46041115065559a0d42f9a76ebb7c19424ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some failing tests</title>
<updated>2020-11-26T16:47:37+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2020-11-26T16:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/commit/?id=8933de7f646f0565edf700aa2f2fcab06d639855'/>
<id>8933de7f646f0565edf700aa2f2fcab06d639855</id>
<content type='text'>
This fixes two failing tests
* One was that when refactoring AestheticDirective, I accidentally
  broke doing padding before the value.
* The other was that when allowing for using multiple ` on a directive,
  I accidentally broke parsing for ` directives
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes two failing tests
* One was that when refactoring AestheticDirective, I accidentally
  broke doing padding before the value.
* The other was that when allowing for using multiple ` on a directive,
  I accidentally broke parsing for ` directives
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow using an arbitrary number of '`' when naming directives</title>
<updated>2020-11-14T01:34:45+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-11-14T01:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/commit/?id=b9e6bbe766773e96f1047f89aaa3f171f2e8b3b6'/>
<id>b9e6bbe766773e96f1047f89aaa3f171f2e8b3b6</id>
<content type='text'>
This greatly increases the number of possible directives, though some of
them could be hard to name/remember.

The general rule of thumb is that the more '`' you have in a directive
name, the more arcane/specialized/rarely used a given directive is.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This greatly increases the number of possible directives, though some of
them could be hard to name/remember.

The general rule of thumb is that the more '`' you have in a directive
name, the more arcane/specialized/rarely used a given directive is.</pre>
</div>
</content>
</entry>
<entry>
<title>Minor updates and such</title>
<updated>2020-01-17T23:17:36+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2020-01-17T23:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/commit/?id=41cd52328d32cc13cd046c4c6c4c0f4920f05efa'/>
<id>41cd52328d32cc13cd046c4c6c4c0f4920f05efa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix named params.</title>
<updated>2019-04-22T22:38:40+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-04-22T22:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/commit/?id=9020cb3a0c5c8bd89b594c28b73181b69dd40fe3'/>
<id>9020cb3a0c5c8bd89b594c28b73181b69dd40fe3</id>
<content type='text'>
Fix using named parameters. Previously they just did not work
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix using named parameters. Previously they just did not work
</pre>
</div>
</content>
</entry>
<entry>
<title>Add named parameters</title>
<updated>2018-09-19T20:42:39+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-09-19T20:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/commit/?id=7e5052ca584689d07331a80a02fc4ea883c0322b'/>
<id>7e5052ca584689d07331a80a02fc4ea883c0322b</id>
<content type='text'>
You can now use named prefix parameters in FORMAT strings.

Well, none of the directives support them yet, but they are accepted in
the directives, and it'll be easy enough to add the support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
You can now use named prefix parameters in FORMAT strings.

Well, none of the directives support them yet, but they are accepted in
the directives, and it'll be easy enough to add the support
</pre>
</div>
</content>
</entry>
<entry>
<title>General updates to FORMAT</title>
<updated>2018-09-17T19:49:44+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-09-17T19:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/commit/?id=a77a3f9094f4c11cfa9ba3463814eb61d880486f'/>
<id>a77a3f9094f4c11cfa9ba3463814eb61d880486f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More module refactoring</title>
<updated>2018-09-17T01:01:43+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-09-17T01:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/commit/?id=941a5bcff34154cd8f236ec5b2348e4721242db1'/>
<id>941a5bcff34154cd8f236ec5b2348e4721242db1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
