Commit Graph

10975 Commits (265f19e9522b9688b12805e2d576816cd5904a7e)

Author SHA1 Message Date
Doug Coleman 265f19e952 Revert "report: Add build number to mason reports."
Maybe broke some things?

This reverts commit a01ffaeac0.
2015-08-04 19:25:49 -07:00
Doug Coleman 732a8b8dc5 mason.report: Fix using. 2015-08-04 16:28:41 -07:00
Doug Coleman a01ffaeac0 report: Add build number to mason reports. 2015-08-04 15:17:07 -07:00
Doug Coleman 18699e83c1 tools.image-analyzer.gc-info: Deferred words don't have any gc-info. Fix the unit test to account for this. Fixes #1394. 2015-08-04 14:40:40 -07:00
John Benediktsson fc029a937c reddit: use unix-time>timestamp. 2015-07-30 10:35:51 -07:00
John Benediktsson 30506cbaee calendar.format: don't need unix-time>relative-time.
unix-time>timestamp relative-time
2015-07-30 10:34:49 -07:00
Doug Coleman 465dc8d231 hacker-news: fix typo with descendants. use unix-time>relative-time 2015-07-30 09:10:48 -07:00
Doug Coleman 3281541d85 calendar.elapsed: Support relative times in the future with "3 hours hence" etc.
Add unix-time>relative-time word for convenience.
2015-07-30 09:10:10 -07:00
John Benediktsson 4e672304b7 calendar.elapsed: make generic for more convenience. 2015-07-30 08:56:55 -07:00
John Benediktsson 8ea621e090 reddit: use calendar.elapsed for relative-time. 2015-07-30 08:54:02 -07:00
John Benediktsson 107de1d36e hacker-news: add relative timestamp on posts. 2015-07-30 08:46:44 -07:00
John Benediktsson 64d8c0ccc0 reddit: stop using tuples and just use the JSON.
Nice-looking tuples are nice but reddit keeps adding fields to their objects
and breaking our from-slots.  We could hide the error, or ignore the extra
fields but this is probably better for now.
2015-07-30 08:16:34 -07:00
John Benediktsson ae4fbd016c calendar.elapsed: adding some elapsed time words. 2015-07-30 08:10:18 -07:00
Doug Coleman 639952a1de hacker-news: Fix using, fix bug printing HN company posts. Refactor a bit 2015-07-29 21:16:34 -07:00
Doug Coleman 92a0e1e701 hacker-news: use new hackernews api on firebase. 2015-07-29 21:05:20 -07:00
Doug Coleman f6ebea6320 benchmark.fasta: rename random. 2015-07-29 21:04:31 -07:00
John Benediktsson 155c5ab823 fix a couple string escapes. 2015-07-26 08:32:40 -07:00
Doug Coleman 1fcf96cada factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon. 2015-07-25 22:59:56 -07:00
Doug Coleman 3f6634650d fuel: fix load 2015-07-24 00:32:51 -07:00
Doug Coleman ee9c221eb0 mason.test: fix file->path 2015-07-23 23:49:02 -07:00
John Benediktsson 7b02c23f54 tools.image-analyzer.gc-info: fix for gml moving to unmaintained. 2015-07-22 08:18:31 -07:00
Doug Coleman 6c29da1d16 euler: move to unmaintained. 2015-07-21 19:35:40 -07:00
Doug Coleman de8390dfad pcre: fix test 2015-07-21 19:33:54 -07:00
Doug Coleman e264c26b53 infix: fix infix syntax 2015-07-21 18:00:01 -07:00
Doug Coleman 5bf77102fc fonts.syntax: not sure what this does, moving to unmaintained for now. 2015-07-21 17:33:53 -07:00
Doug Coleman 81f9e0405c gml: move to unmaintained for now. 2015-07-21 17:33:53 -07:00
Doug Coleman cfb1b973ff variants: Add a ";" to VARIANT-MEMBER: 2015-07-21 17:33:52 -07:00
Doug Coleman ccf9e75b79 pair-rocket: move to unmaintained for now. 2015-07-21 17:33:47 -07:00
Doug Coleman 269ea7a291 persistency: not sure what it does, no docs, no tests. weird parsing word. move to unmaintained. 2015-07-21 17:33:14 -07:00
Doug Coleman b4198dbee6 cuda: fix CUDA-LIBRARY: to take a proper path that could have spaces in it 2015-07-21 17:33:14 -07:00
Doug Coleman b39d4c54a4 regexp: remove R" R[ and R{, there are still plenty of options and better ones to come. 2015-07-21 17:33:14 -07:00
Doug Coleman fef2a55f46 specialized: no docs, no tests, banished for now. 2015-07-21 17:33:14 -07:00
Doug Coleman 429ecc9811 roles: TUPLE: -> ROLES-TUPLE: for now 2015-07-21 17:33:13 -07:00
Doug Coleman af3605bfe6 math.extras: .. and ... are cool but not used and can come back soon. 2015-07-21 17:33:13 -07:00
Doug Coleman e1e9182c6e extra: move multimethods and pong to unmaintained for now. 2015-07-21 17:33:13 -07:00
Doug Coleman 35d81c742d math.derivatives: Add a ; to the syntax for derivatives so the parsing word doesn't have to introspect its input arity. 2015-07-21 12:35:08 -07:00
Doug Coleman 91bda9066d variables: move to unmaintained. nothing uses this experimental vocab and
we can look at merging its ideas into core soon, but move for now.
2015-07-21 12:10:41 -07:00
Doug Coleman cf0cb4aedc nested-comments: remove this vocab. we have /* */ which is good enough for now.
broken case:
(*
: print-broken ( -- ) "*)" ;
*)

not worth fixing, please don't bring this back :)
its functionality will be replaced soon.
2015-07-21 12:07:53 -07:00
Doug Coleman 280177279a dns: remove nested-comment, add comment about resolve-host 2015-07-21 12:07:04 -07:00
Doug Coleman 1b4048232a code-arrays: move to unmaintained 2015-07-21 11:39:47 -07:00
John Benediktsson a79f745a12 bloom-filters: use all? instead of "map [ ] all?". 2015-07-21 09:54:31 -07:00
Björn Lindqvist 80ea6b8997 compiler.*: fix the tests that broke because i removed the stack-frame variable 2015-07-21 13:40:49 +02:00
John Benediktsson 5eec781b40 use ``if*`` instead of ``dup [ ] [ drop ] if``. 2015-07-20 22:24:30 -07:00
John Benediktsson 7327b8bdd4 vocabs.loader: make require-all throw restarts.
We only want to catch the restarts in mason, so make a special
load-no-restarts that will catch the failures and print them out
the same way it worked before.
2015-07-20 17:35:22 -07:00
Doug Coleman b8086f7dd5 forestdb.paths: fix members call 2015-07-20 11:58:12 -07:00
John Benediktsson df7ce245ed tools.image-analyzer.data-heap-reader: cell => cell_t. 2015-07-20 09:36:20 -07:00
John Benediktsson 3ea9f09f6a fix some sets:members. 2015-07-20 09:32:31 -07:00
Doug Coleman a1c4678a98 magic: fix image path 2015-07-20 08:15:19 -07:00
Doug Coleman 329aed2366 factor: fix renaming bugs 2015-07-20 07:54:26 -07:00
Doug Coleman 2f6548d6d2 factor: fix breakage with word renamings. 2015-07-20 05:51:16 -07:00