update noteboard. AGAIN.

This commit is contained in:
Lazy Hippopotamus
2024-03-11 20:50:33 -04:00
parent 4472bc77e0
commit 657782db6a
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
periodically for information on new releases, design considerations, known bugs, etc. You can think of it as a miniblog. periodically for information on new releases, design considerations, known bugs, etc. You can think of it as a miniblog.
</div> </div>
<div class="text"> <div class="text">
<b>2024-3-11:</b> Model updates, and now this site can actually be built by the latest sitix updates :D. <b>2024-3-11:</b> Model updates, and now this site can actually be built by the latest sitix updates :D.<br>
As of today, Sitix now leaks no memory when building this site! It took a lot of effort to trim down but it was worth it. We shall see if the luck persists.
<br><br> <br><br>
<b>2024-3-10:</b> Now the project-object model is a LOT better. When a lookup fails for something that is also a valid filename, that file is loaded as an object <b>2024-3-10:</b> Now the project-object model is a LOT better. When a lookup fails for something that is also a valid filename, that file is loaded as an object
(so subsequent lookups will find it). This means it's possible to replicate the behavior of \[#file] with \[^file], although because of child-access you need to (so subsequent lookups will find it). This means it's possible to replicate the behavior of \[#file] with \[^file], although because of child-access you need to

View File

@@ -9,7 +9,7 @@
<div class="text"> <div class="text">
<ul> <ul>
<li>Markdown support with an @-directive</li> <li>Markdown support with an @-directive</li>
<li>Code cleaning (need to fix memory management especially)</li> <li>Code cleaning (use smart pointers and std::strings as much as possible rather than... <i>this</i>)</li>
<li>Make config less hack (move from \[i config] to \[i exists], and create empty objects on global with -c)</li> <li>Make config less hack (move from \[i config] to \[i exists], and create empty objects on global with -c)</li>
<li>Add an unpack/ghost operator so setting objects to other objects works (something like \[=ghostingName-] \[%ghostedObject] \[/])</li> <li>Add an unpack/ghost operator so setting objects to other objects works (something like \[=ghostingName-] \[%ghostedObject] \[/])</li>
<li>Safety: Sitix should not delete your entire codebase if you accidentally mistype the command.</li> <li>Safety: Sitix should not delete your entire codebase if you accidentally mistype the command.</li>