<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rep.git/src/test, branch master</title>
<subtitle>Parser generator for Emacs written in Rust
</subtitle>
<link rel='alternate' type='text/html' href='https://git.jsdurand.xyz/rep.git/'/>
<entry>
<title>test.c: I forgot to check if a malloc fails.</title>
<updated>2023-07-15T02:59:48+00:00</updated>
<author>
<name>JSDurand</name>
<email>mmemmew@gmail.com</email>
</author>
<published>2023-07-15T02:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jsdurand.xyz/rep.git/commit/?id=6a24e0a805c597b8f835c5c72a0e4dcdd64ca39b'/>
<id>6a24e0a805c597b8f835c5c72a0e4dcdd64ca39b</id>
<content type='text'>
* src/test.c: input is a malloc'ed pointer, which can be NULL due to
  malloc not being able to allocate enough memory.  So I have to guard
  against this possibility.

Aside: Why are some intermediate files added again?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/test.c: input is a malloc'ed pointer, which can be NULL due to
  malloc not being able to allocate enough memory.  So I have to guard
  against this possibility.

Aside: Why are some intermediate files added again?
</pre>
</div>
</content>
</entry>
<entry>
<title>remove intermediate files</title>
<updated>2023-07-13T08:46:26+00:00</updated>
<author>
<name>JSDurand</name>
<email>mmemmew@gmail.com</email>
</author>
<published>2023-07-13T08:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jsdurand.xyz/rep.git/commit/?id=65629eb6be2edf97748d1d1f9481674c5fcffa2d'/>
<id>65629eb6be2edf97748d1d1f9481674c5fcffa2d</id>
<content type='text'>
Those were added by accident.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those were added by accident.
</pre>
</div>
</content>
</entry>
<entry>
<title>Finished the Emacs binding.</title>
<updated>2023-07-08T04:31:13+00:00</updated>
<author>
<name>JSDurand</name>
<email>mmemmew@gmail.com</email>
</author>
<published>2023-07-08T04:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jsdurand.xyz/rep.git/commit/?id=9a317e56f8a6126583f7d0c431bf878d9b1fe7b1'/>
<id>9a317e56f8a6126583f7d0c431bf878d9b1fe7b1</id>
<content type='text'>
Now the binding part is finished.

What remains is a bug encountered when planting a fragment to the
forest which intersects a packed node, which would lead to invalid
forests.  This will also cause problem when planting a packed
fragment, but until now my testing grammars do not produce packed
fragments, so this problem is not encountered yet.

I am still figuring out efficient ways to solve this problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the binding part is finished.

What remains is a bug encountered when planting a fragment to the
forest which intersects a packed node, which would lead to invalid
forests.  This will also cause problem when planting a packed
fragment, but until now my testing grammars do not produce packed
fragments, so this problem is not encountered yet.

I am still figuring out efficient ways to solve this problem.
</pre>
</div>
</content>
</entry>
</feed>
