[BUG] Which libs loads, and which don't!
Brian T. Rice
water at tunes.org
Tue Aug 3 12:33:15 PDT 2004
Paul Dufresne <dufrp at hotmail.com> said:
> After I had stolen Ken Causey's two lines:
> _ at lobby requires: _ [].
> _ at lobby provides: _ [].
>
> I was able to test which libs loads, and which don't.
Well, sort of. Apparently you don't know what provides: and requires: do,
which is to indicate what libraries need to be loaded...
> Here is the results:
> digraph: The following condition was signaled:
> The method #SortedSet was not found for the following arguments:
> {(globals . prototypes . VM . Types .
> Mixins . traits )}
Well, you have to load sortedSet.slate. :)
> inspect: ok (Is the You are in a maze of objects needed?)
It's funny and I like it. ;)
> lzw: The method #Trie was not found for the following arguments:
> {(globals . prototypes . VM . Types .
> Mixins . traits )}
You have to load trie.slate or tree.slate. For some reason, They're not in
src/lib/. I'll add them when I can.
> module: The method #modules was not found for the following arguments:
> {(traits . False . lobby . bootstrapInterpreter .
> specialOops . Nil . NoRole . Symbols .
> bootstrapSymbols . bootstrapCharacters . True . Console )}
> I made this one last.
The module library won't work yet, as I said. That's why requires:/provides:
are stubbed-out.
> regex: The following condition was signaled:
> The method #'*' was not found for the following arguments:
> {Nil. 16}
Regex.slate is incomplete and should not work in any case.
> I don't expect to do any Slate in the next 4 hours, so anybody can have fun
> hunting for the bugs of libs that don't load.
They're not bugs.
More information about the Slate
mailing list