Björn Lindqvist
8ef926989b
fuel.pprint: fix a thing that broke in fuel due to the source-file-error
...
tuple change
2015-08-06 09:21:33 -07:00
Björn Lindqvist
37fbe62f0d
FUEL: new function, factor-syntax, which makes the declarations in
...
factor-font-lock-keywords better looking and less verbose
2015-08-06 09:21:33 -07:00
Björn Lindqvist
ddea03b336
FUEL: corrected highlighting of QUALIFIED-WITH:
2015-08-06 09:21:33 -07:00
Björn Lindqvist
74e8b881db
FUEL: fix highlighting of FUNCTIONs
...
The final ; was dropped from the syntax, so FUEL looks for the finishing
bracket instead
2015-08-06 09:21:33 -07:00
Björn Lindqvist
da69a6c329
FUEL: improved highlighting of alias defs
2015-08-06 09:21:33 -07:00
Björn Lindqvist
fd3b401749
FUEL: this fix makes it so stack effects spread out over multiple lines highlight
2015-08-06 09:21:33 -07:00
John Benediktsson
c211d99073
tools.tree: fix using.
2015-08-05 21:39:51 -07:00
John Benediktsson
8c82f46ee9
match: making match-cond have an optional default like cond.
2015-08-05 21:02:35 -07:00
John Benediktsson
6e397d5244
generic.standard: add some tests.
2015-08-05 19:13:53 -07:00
John Benediktsson
9aab1c87b4
generic.standard: check GENERIC# for integer dispatch#.
2015-08-05 19:10:58 -07:00
John Benediktsson
2a3427bdff
io.files.info: use directory?, symbolic-link?, and regular-file?.
2015-08-05 18:33:35 -07:00
John Benediktsson
136d793c6e
compiler.tests: remove some tests that can't work now.
...
check-combination-effect raises an error at parse-time.
2015-08-05 18:01:16 -07:00
John Benediktsson
46021e4d77
fix some generic tests.
2015-08-05 18:01:05 -07:00
John Benediktsson
4fbbe6b201
generic: check valid combination/effect.
2015-08-05 15:13:23 -07:00
John Benediktsson
7312f3dc66
tools.deploy: fix tests for windows.
2015-08-05 14:04:49 -07:00
Doug Coleman
4131b44503
tools.deploy.embed: rename gone wrong. fixes #1415 .
2015-08-05 11:59:27 -07:00
Doug Coleman
9f4b81df44
mason.child: fix test for mason
2015-08-05 11:25:04 -07:00
John Benediktsson
b8675e4470
tools.deploy: disable opening directory after deploy for tests.
2015-08-05 11:02:09 -07:00
Doug Coleman
de56964a06
mason.child: wrong code just doesn't do the right thing. hmm
...
Fixes #1404 .
2015-08-05 10:37:44 -07:00
Doug Coleman
0680febad8
mason.child: suffix -> 2array
2015-08-05 09:51:31 -07:00
Doug Coleman
86d0ffca84
factor.cmd: Remove "call", not needed. Change line endings to unix
2015-08-05 09:38:25 -07:00
Doug Coleman
aa8a5ac153
system: Don't assume the git version is set.
2015-08-05 09:34:31 -07:00
Doug Coleman
2e7b5f13c9
mason.child: Call factor.cmd to set up env vars instead of just calling nmake.
2015-08-05 09:33:18 -07:00
John Benediktsson
6490391bfc
tools.deploy.windows: fix using.
2015-08-05 07:26:01 -07:00
John Benediktsson
1c3981f7ed
slides: use toggle-fullscreen.
2015-08-04 21:09:04 -07:00
John Benediktsson
98459613a8
slides: simplify strip-tease.
2015-08-04 21:05:31 -07:00
John Benediktsson
7b46b0e39a
prettyprint: use color constants for -> word-prop.
2015-08-04 20:37:29 -07:00
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
John Benediktsson
17b369972f
tools.deploy: adding a deploy-path that gives you the executable that was created.
2015-08-04 19:06:19 -07:00
John Benediktsson
ec7afb3ea6
locals.prettyprint: remove "|" as a symbol.
2015-08-04 19:04:47 -07:00
Doug Coleman
e9dbb7cf22
system: Make a shorter banner on startup.
2015-08-04 16:57:19 -07:00
Doug Coleman
732a8b8dc5
mason.report: Fix using.
2015-08-04 16:28:41 -07:00
Doug Coleman
1ca3a0cd0b
bootstrap.image.upload: Use git id instead of build number.
2015-08-04 16:28:41 -07:00
Doug Coleman
cf80135ffa
GNUMakefile: Save entire git id.
2015-08-04 16:28:41 -07:00
Doug Coleman
e84776306f
factor.cmd: Save entire gid id.
2015-08-04 16:26:53 -07:00
Doug Coleman
a01ffaeac0
report: Add build number to mason reports.
2015-08-04 15:17:07 -07:00
Doug Coleman
20fda0e371
io.files: fix docs
2015-08-04 15:07:01 -07:00
Doug Coleman
f5853c7e31
bootstrap.image.upload: Upload build images as well for posterity.
2015-08-04 15:05:38 -07:00
Doug Coleman
73d45cf6db
io.files: Add change-file-lines and change-file-contents words.
2015-08-04 15:03:37 -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
Doug Coleman
dcc1e7773f
contexts.hpp: Increase callstack reserve space to 16k for Mac64. Fixes issue #1419 .
2015-08-04 12:43:24 -07:00
Doug Coleman
9d021bb081
opengl: Temporary (?) fix for the ui. Issue #1379 .
...
Throwing gl errors is not helpful because the ui gets messed up anyway. Print the error and continue. Maybe we should add a section in the F3 error window for opengl errors instead of printing them in the global stdout.
- We could also use gl-error on every platform except for MacOSX 10.11
- We could fix the underlying gl drawing commands that cause this error.
2015-08-04 12:28:59 -07:00
Doug Coleman
d3a749d17a
urls: allow + in protocols, e.g. git+https://
2015-08-04 09:16:47 -07:00
John Benediktsson
5c0d8c7e4f
vm: minor fixes.
2015-08-04 07:49:50 -07:00
Björn Lindqvist
22bd11c4a4
VM: fix silly compile error
2015-08-04 16:02:10 +02:00
Björn Lindqvist
4b8b617ea4
kernel.tests: address of fault is now in the 3rd element, so these tests
...
need to be updated
2015-08-04 16:02:10 +02:00
Björn Lindqvist
6fedb79c73
VM: bump stack_reserved from 1kb to 4kb
...
The added test case fails with a doulbe fault, which appears to be
caused by a stack overflow in the code that tries to handle the stack
overflow. So bumping it to 4096 bytes should give the code enough stack
space to play with.
2015-08-04 16:02:10 +02:00
Björn Lindqvist
beb71ce49b
VM: merge full_collector.hpp into full_collector.cpp
2015-08-04 16:02:10 +02:00
Björn Lindqvist
a7757eed41
VM: new method context::address_to_error
2015-08-04 16:02:10 +02:00
Björn Lindqvist
504be0c7cb
VM: signal_error and fp_trap_error not needed, call general_error directly
2015-08-04 16:02:10 +02:00