John Benediktsson
|
0f0ca3ecf7
|
named-tuples: mention assocs in summary.txt.
|
2018-02-17 10:02:45 -08:00 |
John Benediktsson
|
0ea0285e33
|
named-tuples: experiment to treat some tuples as sequences/assocs.
|
2018-02-17 10:00:34 -08:00 |
John Benediktsson
|
52de821e19
|
ui.gadgets.worlds: rethrow error so traceback is more obvious.
|
2018-02-16 16:19:51 -08:00 |
John Benediktsson
|
d64536e43c
|
minesweeper: better smiley faces.
|
2018-02-16 16:14:39 -08:00 |
John Benediktsson
|
88d2fdb7ac
|
minesweeper: better fix for hand click.
|
2018-02-16 15:48:36 -08:00 |
John Benediktsson
|
0d878f2873
|
minesweeper: fix bug when running before ever clicking on anything.
|
2018-02-16 15:09:00 -08:00 |
John Benediktsson
|
ca3b44b39b
|
sequences.extras: fix test case for interleaved/join-with.
|
2018-02-16 14:48:00 -08:00 |
John Benediktsson
|
2938c9b017
|
sequences.extras: making evens/odds mutable sequences.
|
2018-02-16 09:21:05 -08:00 |
John Benediktsson
|
dbd3febbf6
|
assoc-heaps: removing unused and uncompleted vocab.
|
2018-02-16 08:50:31 -08:00 |
John Benediktsson
|
a4dcc12b98
|
sequences.extras: rename join-with to interleaved.
|
2018-02-16 08:42:07 -08:00 |
John Benediktsson
|
7203df0152
|
sequences.extra: make evens/odds virtual sequences.
|
2018-02-16 08:40:57 -08:00 |
John Benediktsson
|
b38c1ffa16
|
sequences.repeating: cleanup repeats.
|
2018-02-16 08:31:22 -08:00 |
John Benediktsson
|
2d13cecc22
|
sequences.extras: fix evens/odds to not cache length.
|
2018-02-16 08:25:57 -08:00 |
John Benediktsson
|
fc40ab3fb8
|
sequences.interleaved: use 2/ (shift) instead of 2 / (divide).
|
2018-02-16 07:06:50 -08:00 |
John Benediktsson
|
192cf2a352
|
sequences.interleaved: adding a interleaved sequence.
|
2018-02-15 17:33:34 -08:00 |
John Benediktsson
|
fb0a6c6c5e
|
sequences.extras: adding join-with-as, test with strings.
|
2018-02-15 16:56:37 -08:00 |
John Benediktsson
|
05df842e85
|
english: use ?pluralize in count-of-things.
|
2018-02-15 15:15:58 -08:00 |
John Benediktsson
|
112d374aed
|
sequences.extras: faster join-with.
If we initialize the array with the glue, then we just set every
other element from the input sequence.
|
2018-02-15 15:03:28 -08:00 |
John Benediktsson
|
7f5f4c348a
|
english: use join-with.
|
2018-02-15 14:46:57 -08:00 |
John Benediktsson
|
58e77d10f9
|
sequences.extras: adding join-with.
|
2018-02-15 14:46:19 -08:00 |
John Benediktsson
|
03141d93c1
|
english: simplify or-markup-example.
|
2018-02-15 14:12:42 -08:00 |
John Benediktsson
|
6a5d22c830
|
help.lint.coverage: fix help-lint with english changes.
Longer term maybe easier if it just help-lint-coverage on itself?
|
2018-02-15 13:53:29 -08:00 |
John Benediktsson
|
0099da77e1
|
english: fix up docs.
|
2018-02-15 13:50:53 -08:00 |
John Benediktsson
|
be657a20fb
|
english: change comma-list to fit my brain better.
We can always map-index in the caller if you want it before passing the parts in.
|
2018-02-15 13:47:23 -08:00 |
John Benediktsson
|
f960c51878
|
Squashed commit of the following:
commit 429917d51c569b28d43b64f3b116e6b750e77c72
Author: Cat Stevens <catb0t@protonmail.ch>
Date: Thu Feb 15 15:54:50 2018 -0500
fix <PRIVATE> inside ARTICLE: ?!?!
commit b93243511c40ca7fd06120d089ead172df46c8b7
Author: Cat Stevens <catb0t@protonmail.ch>
Date: Wed Feb 14 18:11:26 2018 -0500
pluralize definition fix
commit e461c08166f98b974ae0e9075331dd388c1bcb48
Author: Cat Stevens <catb0t@protonmail.ch>
Date: Wed Feb 14 16:28:05 2018 -0500
update some words
commit 573ba01d6310d64788d13685dfc46099ffddb01b
Author: Cat Stevens <catb0t@protonmail.ch>
Date: Wed Feb 14 16:06:42 2018 -0500
remove a useless comment
commit 7733ade275a904449a3c691f4142329aaf73081e
Author: Cat Stevens <catb0t@protonmail.ch>
Date: Wed Feb 14 14:30:06 2018 -0500
extra/help.lint.coverage: update doctests because of new 100% coverage in basis/english
commit 9f89d2f5a261188dbd030b868323e3a0e95fb6c8
Author: Cat Stevens <catb0t@protonmail.ch>
Date: Tue Feb 13 18:51:33 2018 -0500
basis/english: new words; full help and test coverage
|
2018-02-15 13:21:27 -08:00 |
John Benediktsson
|
42b37dcc8a
|
fix some tests broken by previous commit.
|
2018-02-15 13:16:39 -08:00 |
John Benediktsson
|
ca03896d74
|
more test IN: cleanup.
|
2018-02-15 09:20:01 -08:00 |
John Benediktsson
|
4a144e5ea7
|
more test IN: cleanup.
|
2018-02-15 08:45:08 -08:00 |
John Benediktsson
|
d38fe7a92c
|
fix some test usings broken in the cleanup yesterday.
|
2018-02-15 07:14:56 -08:00 |
John Benediktsson
|
9610a49881
|
project-euler.186: simpler with if instead of 2unless?.
Not sure why I'm still working on this.
|
2018-02-14 19:46:26 -08:00 |
John Benediktsson
|
3023f42aa4
|
project-euler.186: merge next/advance.
|
2018-02-14 19:38:37 -08:00 |
John Benediktsson
|
700fc0367b
|
project-euler.186: the build bots can handle it.
|
2018-02-14 19:34:15 -08:00 |
John Benediktsson
|
75c6065a14
|
project-euler: removing unnecessary IN: in -tests.
|
2018-02-14 17:16:47 -08:00 |
John Benediktsson
|
8a3cf4eefa
|
project-euler.186: fix, I guess it's been broken for awhile.
|
2018-02-14 17:15:43 -08:00 |
John Benediktsson
|
6890ec3fe4
|
extra: remove some unneeded IN: in -tests.
|
2018-02-14 17:01:11 -08:00 |
John Benediktsson
|
f234ed8ff8
|
sudoku: better tests.
|
2018-02-14 17:00:51 -08:00 |
John Benediktsson
|
3a1fb4d588
|
assoc-heaps: adding / fixing test case.
|
2018-02-14 16:52:53 -08:00 |
John Benediktsson
|
c0a8d0cf1f
|
typed: cleanup using.
|
2018-02-14 16:22:04 -08:00 |
John Benediktsson
|
59bc3a1ca0
|
io.directories.search: use fry instead of curry in find-file.
|
2018-02-14 16:21:50 -08:00 |
John Benediktsson
|
30739e70ff
|
tools.deprecation: use none?.
|
2018-02-14 11:57:55 -08:00 |
John Benediktsson
|
fcaf4eb39c
|
misc/vim: update syntax file for none? addition.
|
2018-02-14 11:57:05 -08:00 |
John Benediktsson
|
bd9676e152
|
core/basis/extra: use none?.
|
2018-02-14 11:56:31 -08:00 |
John Benediktsson
|
01f7f6b76c
|
sequences: moving none? to core.
|
2018-02-14 11:23:03 -08:00 |
John Benediktsson
|
df9ddd1ddd
|
db.sqlite: remove unused "db-table" namespace variable.
|
2018-02-14 10:40:07 -08:00 |
John Benediktsson
|
276534a5e1
|
db.tuples: simplify count-tuples.
|
2018-02-14 10:39:55 -08:00 |
John Benediktsson
|
efcd5ab98d
|
db.queries: set the "table-name" inside a with-variables.
|
2018-02-14 10:39:20 -08:00 |
John Benediktsson
|
9a9670c7ce
|
db.errors: cleanup using.
|
2018-02-14 10:39:09 -08:00 |
John Benediktsson
|
8b71fe04f3
|
db.tuples: use fry instead of curry, fix stack effect of check-columns.
|
2018-02-14 09:49:27 -08:00 |
John Benediktsson
|
cf137d9976
|
db.tuples: more efficient with-disposals if sequence passed in.
|
2018-02-14 09:42:19 -08:00 |
John Benediktsson
|
355bd0be77
|
db.types: simplify filter-ignores.
|
2018-02-14 09:19:21 -08:00 |