Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:decadv:2023 [2023/12/17 20:46] – distonnect hanndling continued pfmprojects:decadv:2023 [2023/12/30 00:44] (current) – add Dec 29: rust cont. pfm
Line 64: Line 64:
   * Learned more about [[https://docs.python.org/3/library/enum.html|enum]] Python module, then used it in Lacre.   * Learned more about [[https://docs.python.org/3/library/enum.html|enum]] Python module, then used it in Lacre.
   * Provided a configuration parameter in Lacre to choose optimistic or pessimistic handling of database connections.   * Provided a configuration parameter in Lacre to choose optimistic or pessimistic handling of database connections.
 +
 +===== December 19th =====
 +
 +  * Added more logging while hunting a bug reported by Muppeth.
 +  * Lacre admin CLI tool: added ''-D'' (''--delete'') option to ''queue'' sub-command.
 +
 +===== December 29th =====
 +
 +  * Continued learning Rust, this time trying to implement a [[wp>Brainfuck]] interpreter.