Doug Coleman
233c3dcebd
cords: updated functors syntax. ugly.
2017-12-28 16:52:05 -08:00
Doug Coleman
7ccaf78071
removed: redadd these.
2017-12-28 16:03:25 -08:00
Doug Coleman
032e819f3c
simd: Port to new functors. kind of ugly.
2017-12-28 16:03:14 -08:00
Doug Coleman
d8a947b53d
functors: workin on it
2017-12-27 20:58:00 -08:00
Doug Coleman
43bc6c08d6
factor: fix load
2017-12-26 16:06:54 -08:00
Doug Coleman
79ae918e29
basis: buncha simd moved
2017-12-26 15:46:08 -08:00
Doug Coleman
1e9b407037
alien.complex: Fix functor
2017-12-26 12:04:00 -08:00
Doug Coleman
1ca1a9b6b3
compiler: move simd for now
2017-12-26 12:03:50 -08:00
Doug Coleman
7b62d963c7
compiler.tree.debugger: fix _
2017-12-26 12:03:35 -08:00
Doug Coleman
d6c834cea9
tuple-arrays: load fix
2017-12-25 15:36:59 -08:00
Doug Coleman
f27c35a7dd
basis: fix bit-vectors
2017-12-25 15:06:14 -08:00
Doug Coleman
a35dd209c3
modern: basis works with vocabs>identifiers
...
basis-vocabs [ dup . flush vocab>identifiers ] map
2017-12-24 19:16:13 -08:00
Doug Coleman
7785fea284
gadgets.labeled: Fix COLOR: to color:
2017-12-24 15:13:43 -08:00
Doug Coleman
3d83bb9f06
Merge remote-tracking branch 'local-master/master' into modern-harvey2
2017-12-24 14:59:58 -08:00
Doug Coleman
c6f2cbdeaf
glib.ffi: look for glib-2.0.dylib not glib-2.0.0.dylib
2017-12-18 17:02:06 -06:00
Doug Coleman
45766ff4e9
tools.deploy: cheat on file sizes.
2017-12-17 21:44:57 -06:00
Doug Coleman
f6f15b9c82
io.socketes.secure: Use TLS 1.0 or TLS 1.2 certs.
...
Fixes #1887 .
2017-12-17 20:02:29 -06:00
Doug Coleman
db9073d98d
openssl: Add TLS 1.0 test certs back for macOS 10.11.6.
...
Fixes #1887 .
2017-12-17 20:01:27 -06:00
Doug Coleman
7d8fe2b54c
io.sockets.secure.unix: Stop these tests from hanging on errors.
...
Specifically, the server writes its port to a mailbox. On Mac 10.11.6, the last macOS for my old computers, TLS1.0 is the last supported SSL protocol, and there is a yet-undebugged error. This patch at least exposes the error for debugging.
2017-12-17 18:49:52 -06:00
Doug Coleman
02a9bbefe7
concurrency.messaging: Fix a couple of confusing typos.
2017-12-17 18:49:30 -06:00
Doug Coleman
53951c4ade
ui.gadgets.labeled: Fix a random failing unit test.
2017-12-09 04:02:11 -06:00
Doug Coleman
034337fd02
factor: latest -> master
2017-12-09 01:56:12 -06:00
Doug Coleman
f96f6d787e
bootstrap.image.upload: Downloads moved.
2017-12-09 00:25:17 -06:00
Doug Coleman
8a07105d9d
factor: Fix spacing found by ``all-factor-paths [ ] rewrite-paths``
2017-12-03 19:23:37 -06:00
Doug Coleman
76ce988587
factor: punt on other functors until the new parser compiles them.
2017-12-03 10:52:21 -06:00
Doug Coleman
49981c22db
alien.complex.functor: functors2
2017-12-03 10:52:03 -06:00
Doug Coleman
dbfeeebe38
compiler: Ghetto functor hack for now.
...
Quotations are strings temporarily. This is because unparse is not in core, so you can't just interpolate a quotation text into a template.
2017-12-02 19:54:11 -06:00
Doug Coleman
8e8b5f59f5
factor: update sorting functor by adding a name type to functors2.
2017-12-02 19:05:25 -06:00
Doug Coleman
3964553ed5
functors: use in compiler.
2017-12-02 18:07:34 -06:00
Doug Coleman
56d437a1e7
alien.destructors: new functors.
2017-12-02 17:21:49 -06:00
Doug Coleman
b45af1dcd6
functors: Fix up look sharp
2017-12-02 12:01:02 -06:00
Doug Coleman
036bc70a47
specialized-arrays: bootstraps
2017-12-02 10:41:57 -06:00
Doug Coleman
ec05bf7be9
core: Add support for quotations inside stack-effects.
...
Disabled: Preconditions for functors are awkward to implement without creating new syntax. Instead, allow stack effects of the form ( x: [ 1 + ] -- y ) everywhere.
2017-11-25 18:44:37 -06:00
Doug Coleman
384ffc1025
specialized-arrays: Works as a new functor!!
2017-11-24 21:46:16 -06:00
Doug Coleman
f8c54fd2bf
core: Move new functors to core.
...
Also move enough to implement them in an ok style. I would prefer to use formatting in core, but it depends on calendar, etc.
2017-11-24 20:06:44 -06:00
Doug Coleman
bc285f7072
core: Move multiline and interpolate to core.
...
caveats: peg.ebnf needs to find :> and let[ in "syntax" not locals anymore.
- You have to define a word ``IN: syntax`` before Factor picks up syntax changes
- You have to add a syntax word to core/bootstrap/syntax.factor
2017-11-24 19:12:04 -06:00
Doug Coleman
43628c8340
core: Move more things to core.
...
Tricky things:
f props>> == @ _ are not defined in syntax
2017-11-24 18:42:30 -06:00
Doug Coleman
085dbe716f
core: Move hashtables.identity and hashtables.wrapped into core.
2017-11-24 16:46:47 -06:00
Doug Coleman
c73541919c
ui.backend.cocoa.views: Remove touchbar stuff for now.
2017-11-22 16:28:11 -06:00
Doug Coleman
1a1e407939
bootstrap.image.upload: Change username.
2017-11-22 15:45:31 -06:00
Doug Coleman
f79a135a77
Merge remote-tracking branch 'origin/master' into modern-harvey
2017-11-22 15:40:25 -06:00
John Benediktsson
c95a565619
ui.render: fix ghosting in gpu.demos.raytrace. fixes #1881 .
2017-11-20 15:02:39 -08:00
Jon Harper
2a2aa7f915
ui.backend.x11, implement (fullscreen?)
2017-11-19 13:24:40 -08:00
Doug Coleman
bf82be86b1
Merge branch 'master' into modern-harvey
2017-11-11 11:45:46 -06:00
Doug Coleman
8c14132c9b
io.files.info.windows: Fix rename.
2017-11-11 14:18:32 -06:00
John Benediktsson
d2f3977768
ui.backend.cocoa.views: remove listener touchbar support (temporarily).
...
... it breaks deploys of other UI apps that aren't the listener.
2017-10-29 15:38:20 -07:00
Doug Coleman
ce38445abc
modern: line endings
2017-10-27 20:25:43 -05:00
Doug Coleman
b9e2b14cf0
modern: fix FOO>bar to \FOO>bar
2017-10-27 20:24:37 -05:00
Doug Coleman
1fda1f7525
windows: FOO>bar is a section end FOO>, so use \FOO>bar for now.
2017-10-27 20:22:22 -05:00
John Benediktsson
da0ca21fc8
ui.traverse: cleanup tests a little.
2017-10-25 19:00:47 -07:00