From 72f33bbbc099eef73c1a5395a584601d170d0e07 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Mon, 27 Feb 2006 21:55:51 +0000 Subject: [PATCH] Added another note about helper classes. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3892 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/as/com/threerings/README.txt b/src/as/com/threerings/README.txt index c376f7e99..79da6e844 100644 --- a/src/as/com/threerings/README.txt +++ b/src/as/com/threerings/README.txt @@ -69,6 +69,11 @@ Notes which of course is the exact opposite of what is desired. This may not be the case, I haven't played with it much yet. + What especially sucks is that any imports must be repeated down below + for the helper class, including importing the class defined just above. + Again, it's unclear to me whether those imports are now globally scoped + and will spill over onto other files... What a giant pain. + - Similarly, I'm unclear about sandboxes. If a user-created .swf is playing inside ours, I don't know if it can interact with our classes, and if so, what happens if it proceeds to define a class like