John Benediktsson
|
7388706ab7
|
help.home: use $content to render the handbook.
|
2016-03-19 07:54:37 -07:00 |
John Benediktsson
|
1a8aca2969
|
help.markup: adding $content to inline the content of another article.
|
2016-03-19 07:54:24 -07:00 |
John Benediktsson
|
fbb6968312
|
help.home: make the home screen the handbook content.
|
2016-03-19 04:27:20 -07:00 |
John Benediktsson
|
d56b0cbf23
|
graphviz.render: needs to USE: io.files.temp.
|
2016-03-18 18:46:16 -07:00 |
John Benediktsson
|
2518ce23b4
|
webapps.mason.version.source: delete unique temp directory after upload.
|
2016-03-18 18:45:00 -07:00 |
John Benediktsson
|
623341bd02
|
Revert "webapps.mason.version.source: remove temporary unique directory."
This reverts commit 3a202b6c44 .
|
2016-03-18 17:49:49 -07:00 |
John Benediktsson
|
3a202b6c44
|
webapps.mason.version.source: remove temporary unique directory.
|
2016-03-18 17:47:55 -07:00 |
John Benediktsson
|
9c323e2884
|
cleanup some uses of current-directory.
|
2016-03-18 17:04:05 -07:00 |
John Benediktsson
|
e36727db23
|
io.files.unique: some cleanup.
|
2016-03-18 16:54:17 -07:00 |
Björn Lindqvist
|
6f9ff8813e
|
compiler.*, stack-checker.known-words: adds the integer-array-capacity
This commit adds the integer-array-capacity declaration on a few
words. It should make loopy code compile faster and fix #1339
|
2016-03-18 20:46:41 +01:00 |
Björn Lindqvist
|
be4484d708
|
compiler.tree.*: fixes the propagation and dead-code removal logic so it
becomes aware of integer-array-capacity
|
2016-03-18 20:39:28 +01:00 |
Björn Lindqvist
|
c7ed8a88bb
|
bootstrap.primitives: new predicate integer-array-capacity
It is to be used to declare values for better optimizations.
|
2016-03-18 20:21:51 +01:00 |
Björn Lindqvist
|
a3ce61f8da
|
compiler.tree.cleanup: more docs and a test
|
2016-03-18 19:21:31 +01:00 |
Björn Lindqvist
|
6576660069
|
compiler.tree.dead-code.simple: tests and more docs
|
2016-03-18 19:21:31 +01:00 |
John Benediktsson
|
baae677276
|
io.files.unique: change to create unique files and directories relative to the current-directory.
|
2016-03-18 10:57:54 -07:00 |
John Benediktsson
|
f5b31a85c0
|
io.monitors: change tests to not use unique because it only ever used temp-file.
|
2016-03-18 10:36:45 -07:00 |
John Benediktsson
|
7c2e8d0fad
|
io.launcher.unix: simplify use of temp-directory.
|
2016-03-18 10:36:45 -07:00 |
Doug Coleman
|
63763caef4
|
tools.deploy.test.19: case sensitive on linux.
|
2016-03-17 22:50:13 -07:00 |
John Benediktsson
|
32b29f7079
|
io.files.info: cleanup by using with-temp-directory.
|
2016-03-17 17:51:36 -07:00 |
John Benediktsson
|
2e85dd2eb3
|
io.directories: simplify tests by using with-temp-directory.
|
2016-03-17 17:11:59 -07:00 |
John Benediktsson
|
0316a04c42
|
tools.deploy.test.19: make sure to test vocab urls.
|
2016-03-17 17:00:32 -07:00 |
Doug Coleman
|
6160b7f23b
|
.gitignore: remove temp so that we can search io.files.temp. remove
_darcs.
|
2016-03-17 02:40:29 -07:00 |
Doug Coleman
|
d4b8e44399
|
license rename: fix the rest of it.
|
2016-03-17 02:36:34 -07:00 |
John Benediktsson
|
73de6246b7
|
io.files.temp: use a startup hook as the temp directory could change from run to run.
|
2016-03-16 21:40:25 -07:00 |
Doug Coleman
|
2aadc94b10
|
io.files.temp: Initialize symbols after the backends are loaded. Top level code sucks.
|
2016-03-16 21:25:19 -07:00 |
John Benediktsson
|
33b6c0426d
|
io.files.temp: allow changing of current temp and cache directory.
|
2016-03-16 15:19:10 -07:00 |
John Benediktsson
|
47ae304ff7
|
parser: fix docs typo.
|
2016-03-16 12:36:08 -07:00 |
John Benediktsson
|
4b8e983f7d
|
graphviz: use cleanup-unique-working-directory now.
|
2016-03-16 12:11:14 -07:00 |
John Benediktsson
|
35ca557ce7
|
core: use $sequence help-markup in a few places.
|
2016-03-16 10:13:56 -07:00 |
John Benediktsson
|
5f682c18de
|
use the new bytes>hex-string.
|
2016-03-16 10:13:56 -07:00 |
John Benediktsson
|
59b41e4f90
|
math.parser: adding bytes>hex-string and hex-string>bytes.
|
2016-03-16 10:13:56 -07:00 |
John Benediktsson
|
497f8cb514
|
Update tests for LICENSE.txt rename.
|
2016-03-16 10:13:56 -07:00 |
John Benediktsson
|
dc3f4ad178
|
Rename license.txt to LICENSE.txt.
|
2016-03-16 10:13:56 -07:00 |
Björn Lindqvist
|
707bc801a4
|
compiler.cfg.stacks.local: replace-sets values must be hash-sets (#1507)
The compiler hang was because { D: 3 D: 2 } was unequal to { D: 2 D: 3
}, so using a set should fix that.
|
2016-03-16 16:32:50 +01:00 |
Björn Lindqvist
|
41d9bda3ce
|
system: these words can't be foldable
Because they will return new values if you update the VM.
|
2016-03-16 16:18:23 +01:00 |
Björn Lindqvist
|
db9093dd5c
|
compiler.cfg.stacks.*: new docs
Mostly from making comments into doc definitions
|
2016-03-16 15:21:42 +01:00 |
Björn Lindqvist
|
f80513cd99
|
compiler.cfg.dataflow-analysis: removes the -analysis from the dfa token
It makes the FORWARD-ANALYSIS: and BACKWARD-ANALYSIS: functors less
magical if the generated singletons name is the same as in the syntax.
|
2016-03-16 14:40:58 +01:00 |
Björn Lindqvist
|
4d2afed06d
|
Build: fix makefile to work with new script path
|
2016-03-16 14:28:09 +01:00 |
Björn Lindqvist
|
4a472d7882
|
compiler.cfg.builder.blocks: return the slots, they are absolutely
needed for bootstrap
|
2016-03-16 14:08:49 +01:00 |
Björn Lindqvist
|
f906f1c282
|
compiler.cfg.*: the make-kill-block word is not needed
|
2016-03-16 12:26:03 +01:00 |
Björn Lindqvist
|
5ca571e304
|
compiler.cfg.builder.blocks: some cleanup
|
2016-03-16 11:48:31 +01:00 |
Björn Lindqvist
|
3a9b297b3b
|
compiler.cfg.*: better stack effect for end-stack-analysis
|
2016-03-16 10:53:33 +01:00 |
Doug Coleman
|
c51f518911
|
bitly: move from bit.ly to bitly.
|
2016-03-15 17:19:20 -07:00 |
John Benediktsson
|
ee599e9dea
|
functors: don't leak the bindings.
|
2016-03-15 16:12:37 -07:00 |
John Benediktsson
|
07c867846a
|
documents: rename string-lines to split-lines so I don't get restarts.
|
2016-03-15 10:41:14 -07:00 |
John Benediktsson
|
51bafaeda4
|
locals.parser: move parse-binding to functors.
|
2016-03-15 10:34:07 -07:00 |
John Benediktsson
|
1aeae66370
|
Revert "rename license.txt to LICENSE.txt to be more standard."
This reverts commit a1ea69ff7b .
|
2016-03-15 07:56:14 -07:00 |
John Benediktsson
|
971d94a839
|
mason.release.tidy: add build.(sh|cmd).
|
2016-03-15 03:19:54 -07:00 |
John Benediktsson
|
5dd6435511
|
moving build-support/factor.(sh|cmd) to ./build.(sh|cmd).
|
2016-03-15 03:17:36 -07:00 |
John Benediktsson
|
4f0a72f524
|
mason.release.tidy: don't need with-resource-directory.
|
2016-03-15 03:17:36 -07:00 |