summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAge
* indices can now return confidence levelsbayesdakkar2020-03-16
| | | | also, tests pass again
* more async!dakkar2020-03-16
| | | | | | | | | | indices now work from channels, so we have a bunch of workers doing the parsing, and one worker per index, no lock needed (the implicit lock in the react/whenever is enough) next: indices return confidence level, store returns best response next next: spamc as an index
* Revert "fewer temporary variables"dakkar2020-01-25
| | | | | | | This reverts commit 314ee051c170c33d2c912b6750f916b73f9cb507. I think that the bug with LEAVE messes up return values inside Log::Timeline as well
* fewer temporary variablesdakkar2020-01-25
| | | | | we can `return` from an inner block, even when that block is executed somewhere else: `return` is lexical!
* new module extensiondakkar2019-12-29
|
* it's called `raku` nowdakkar2019-12-29
|
* 6.d has been stable a whiledakkar2019-12-29
|
* naive-bayes classifying indexdakkar2019-12-28
| | | | half-tested by hand
* test multi-index storedakkar2019-12-28
|
* half-test for scandirdakkar2019-12-28
|
* test for Storedakkar2019-12-28
|
* more address testsdakkar2019-12-27
|
* extract addressesdakkar2019-12-27
| | | | | | | | | | tried to add some typing, wanted to return `Positional[Str:D]`, but half the `Array` / `List` methods return `Seq`, empty arrays are untyped, plus https://github.com/rakudo/rakudo/issues/3383 made the whole thing a mess so we're just returning `Iterable`, which is not even parametric, so we can't promise we're returning strings
* test emaildakkar2018-11-16
|
* test the parserdakkar2018-11-16
|
* meta & testdakkar2018-11-16