aboutsummaryrefslogtreecommitdiff
path: root/doc/execution.md
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-06-30 12:54:20 +0200
committerDrahflow <drahflow@gmx.de>2015-06-30 12:54:20 +0200
commit247f385388c312c1b9b4947f3689b1094ec94ff5 (patch)
tree967ca7d26b780bb4c06ed9346a8ef41c6cd8c0e5 /doc/execution.md
parent235cc5a37e0138ef97ab4df9a4099cf7a70195c5 (diff)
Remove outdated FIXME
Diffstat (limited to 'doc/execution.md')
-rw-r--r--doc/execution.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/execution.md b/doc/execution.md
index 91e2d94..6eeb739 100644
--- a/doc/execution.md
+++ b/doc/execution.md
@@ -284,7 +284,3 @@ for the result. This is handled by
* `#iclone` - creates a new container object which can assing via `=[]` elements for the entire original domain.
See elymas/lib/map.ey for an example.
-
-
-(FIXME: Scopes will also be able to define member functions `#.`, `#.|`, `#.?` and `#.=` to handle references to non-existing name slots.
-This does not yet work correctly with the optimizer.)