Commit Graph

9539 Commits (e738c7206c32bd9b76f3cee31e950835e1b1ee24)

Author SHA1 Message Date
Doug Coleman fad4a28d70 multi-methods: predicate-quot -> predicate-def 2011-11-22 02:12:01 -08:00
Doug Coleman 067f9830ef classes.union: Define a maybe: word that makes a tuple that acts as an anonymous union for a type and f. Updated all the places we define UNION: ?foo foo POSTPONE: f ;. Fixes #416 and lots of headaches. 2011-11-22 01:56:13 -08:00
Doug Coleman cb119568d3 benchmark: remove debug code 2011-11-21 21:54:09 -08:00
Doug Coleman 857fc50fff benchmark: Add a way to run a profile for each benchmark vocabulary. 2011-11-21 13:42:49 -08:00
Joe Groff 72feb14521 webbrowser.windows: USING 2011-11-16 20:33:36 -08:00
Joe Groff 30bc92a78c webbrowser.windows: fix loading 2011-11-15 20:05:57 -08:00
John Benediktsson 5d266ff4b7 variables: fix for recent initial-value change. 2011-11-14 10:25:28 -08:00
Joe Groff 5f735e4fcc images.viewer.prettyprint: mark not loaded/tested
Prevent mason from loading it and complaining that it can't write gadgets to a text file.
2011-11-13 23:09:37 -08:00
John Benediktsson c870b139b0 webbrowser.linux: switching to xdg-open. 2011-11-13 16:49:25 -08:00
John Benediktsson f98a6a7987 webbrowser: changing open-url to use open-file everywhere. 2011-11-13 16:32:20 -08:00
Joe Groff d1786adfe4 new module images.viewer.prettyprint
Pretty-prints image objects as images.
2011-11-13 12:12:23 -08:00
Slava Pestov b9a358a1df classes.struct.vectored: update for recent slots change 2011-11-12 22:41:08 -08:00
Slava Pestov 8783dda864 variants: update for recent slots change 2011-11-12 22:40:55 -08:00
John Benediktsson e10e019f9f webbrowser: open url's in your webbrowser. 2011-11-12 16:18:52 -08:00
Doug Coleman 1d84f5e190 benchmark.udp-echo0: Fix the memory leak. 2011-11-11 17:58:45 -08:00
Doug Coleman e4481b846b lint: Add a word to find redundant word props like 'inline [flushable|foldable]' 2011-11-06 19:33:07 -08:00
Doug Coleman c731dc6edb Rename lookup to lookup-word. 2011-11-06 16:00:00 -08:00
Doug Coleman cb84fefc37 webapps.help: Load the navbar from a Factor word instead of hardcoding it into the template so that the glossary link works. 2011-11-06 12:16:46 -08:00
Doug Coleman ff0784ae8e webapps.help: Change webapps.help search from post to get. Fixes #343. 2011-11-05 00:07:16 -07:00
Doug Coleman cb14adb1c2 Fix bootstrap. Add missing using on io.serial.linux. Fixes #351. 2011-11-04 06:08:02 -07:00
Doug Coleman e1c123e157 Move io.serial.unix to io.serial.linux, add platforms files. Move termios into io.serial.linux.ffi vocab. 2011-11-03 16:26:34 -07:00
Joe Groff bbede53f78 mason.release.branch: fix test 2011-11-03 15:40:24 -07:00
Doug Coleman 289cba7fb5 Add back the using for nested-comments. Wo shi ben dan... 2011-11-03 11:47:57 -07:00
John Benediktsson ddb06ab6cb webapp.help: making fonts more consistent. See #310. 2011-11-03 08:30:44 -07:00
Joe Groff 8cf18d1a82 remove BSD,solaris,etc. misc platform support code 2011-11-02 17:13:51 -07:00
Doug Coleman 94db86a6db Make "foo.private" require load foo instead.
Move require from vocabs.loader to vocabs. Update everything.
Fixes #201.
2011-11-02 11:50:03 -07:00
Doug Coleman 3b92ff881c Use +new-group+ in all processes launched in mason. 2011-10-30 20:47:16 -07:00
Slava Pestov 0d02c16d14 mason.git: cleanup 2011-10-28 21:53:39 -07:00
John Benediktsson a8c481bee3 synth: adding some tests. 2011-10-27 09:47:36 -07:00
John Benediktsson a789712f48 synth: fix code that depended on iterable numbers. 2011-10-26 15:14:39 -07:00
Doug Coleman 7b6f27eda6 Add a lint check for swap .. swap that can be replaced by dip. Clean up the cases it finds. 2011-10-26 13:01:04 -07:00
John Benediktsson f896a4d4ae brainfuck: minor cleanup. 2011-10-26 10:07:04 -07:00
Doug Coleman 4ebe5218c7 Update Windows for word renames, fix lint errors 2011-10-24 21:50:02 -07:00
Doug Coleman 51c033a1f6 Fix all failures in the linux64 build email 2011-10-24 19:33:09 -07:00
Doug Coleman 763d9a3f7d Missed yet more renames 2011-10-24 17:00:09 -07:00
Doug Coleman 0d059e0f19 Found a few more places to use lookup-c-type 2011-10-24 15:58:40 -07:00
Doug Coleman 2ecd513130 Factor out ``no-roots no-prefixes'' into its own word. Add load-root, load-from-root, vocabs-in-root and implement load in terms of load-from-root.
Add error checking for append-vocab-dir and (child-vocabs) in case someone tries to pass them the wrong parameters.
Rename: vocab-dir+ to append-vocab-dir
Document load-from-root and load-root
2011-10-23 19:59:01 -05:00
Doug Coleman 93d6807d33 Revert "Try without-limits in mason.report. Fixes #275."
This reverts commit 1771f18998.
2011-10-21 15:34:08 -05:00
John Benediktsson 5a943b32c4 Remove stack effects from HELP: declarations. 2011-10-20 19:36:11 -07:00
John Benediktsson beb5b9bf64 hash-sets: separate <hash-set> and >hash-set to match other containers. Fixes #154. 2011-10-19 11:35:25 -07:00
John Benediktsson f4a6e10818 More cleanup of unused stuff. 2011-10-19 11:01:16 -07:00
John Benediktsson 0816b8667c benchmark.splay: fix IN:. 2011-10-19 09:42:12 -07:00
John Benediktsson 3467ef76a9 webapps.mason: remove ugly border. 2011-10-19 09:42:11 -07:00
Doug Coleman feeea08023 Remove really-delete-tree in favor of setting the file attributes to normal
on Windows deletes.
2011-10-19 02:28:52 -07:00
Doug Coleman 1f105209cf Lower tcp-echo0 test so we don't crash 2011-10-19 01:17:08 -07:00
John Benediktsson 88a40c19e2 mongodb.driver: remove stack effect. 2011-10-18 20:03:05 -07:00
John Benediktsson 623e6af857 tokyo.remotedb: remove stack effects. 2011-10-18 20:01:37 -07:00
John Benediktsson 860a734e96 parser-combinators: fix constructor stack effects. 2011-10-18 19:23:22 -07:00
John Benediktsson 79e2265db1 irc: fix IRC: stack effects. 2011-10-18 19:20:24 -07:00
John Benediktsson 375d9813fb cpu.8080: fix stack effects. 2011-10-18 19:15:09 -07:00