daninus14
daninus14
Hm. `smart-parens-mode` is not showing up for me. What is your workflow? I was doing a `make` build after each change in the code. Are you running it from slime?...
Ok, I realize I doubt I'll ever get to change this code. This is a stylistic issue for an optional mode, where the code works. It's based on code of...
> Managing multiple repls is very confusing. And the normal REPL already works with the environment of the top of the stack. Does that mean that there's a way to...
> When I want a regular lisp debugger REPL, I press "B" to get the debugger repl to do what ever I need to do. Don't know if this is...
License: MIT https://github.com/copyleft/calendar-times/
Actually take it back, it looks like periods doesn't actually deal with dates. Just found the docs: https://lisp-maintainers.github.io/periods/#Fixed-time > The most basic element of time used by the PERIODS library...
Well, since `calendar-times` is not yet in quicklisp, not sure if this will get added until quicklisp updates. I am sharing here my implementation for when it's needed so that...
Update: The PR for calendar-times was accepted.
From here it looks like it's used in only 7 source files: https://github.com/search?q=repo%3Afukamachi%2Fmito%20col-type&type=code 1. https://github.com/fukamachi/mito/blob/9a2f926153aeac097498f6f3047095e77c8c1e5e/src/core/dao/mixin.lisp#L120 2. https://github.com/fukamachi/mito/blob/9a2f926153aeac097498f6f3047095e77c8c1e5e/src/core/dao/mixin.lisp#L120 3. https://github.com/fukamachi/mito/blob/9a2f926153aeac097498f6f3047095e77c8c1e5e/src/core/dao/table.lisp#L56 4. https://github.com/fukamachi/mito/blob/9a2f926153aeac097498f6f3047095e77c8c1e5e/src/core/conversion.lisp#L23 5. https://github.com/fukamachi/mito/blob/9a2f926153aeac097498f6f3047095e77c8c1e5e/src/core/class/column.lisp#L24 6. https://github.com/fukamachi/mito/blob/9a2f926153aeac097498f6f3047095e77c8c1e5e/src/core/class/table.lisp#L48 7. https://github.com/fukamachi/mito/blob/9a2f926153aeac097498f6f3047095e77c8c1e5e/src/core/dao/column.lisp#L91 Every single one...
I added a PR here: https://github.com/fukamachi/mito/pull/155 It looks like one of the tests failed here https://github.com/fukamachi/mito/actions/runs/11612951970/job/32337587093#step:3:2828 Any ideas why?