Slava,

> Note: print not in search path; automatically using io
> Note: VAR: not in search path; automatically using vars
> Note: > not in search path; automatically using math
> Note: RevertToPointerRoot not in search path; automatically using
> x11.constants
> Note: VAR: not in search path; automatically using vars

I like the new auto-loading feature! However, it's sometimes hard to tell 
which file is the offender. For example, these are the first few lines output 
when loading factory:

Loading P" resource:extra/factory/factory.factor"
Loading P" resource:extra/vars/vars.factor"
Loading P" resource:extra/mortar/mortar.factor"
Loading P" resource:extra/shuffle/shuffle.factor"
Loading P" resource:extra/shuffle/shuffle-docs.factor"
Note: (sequences new) shadowed by (mortar new)
Loading P" resource:extra/x/x.factor"
Note: (sequences new) shadowed by (mortar new)
Loading P" resource:extra/geom/rect/rect.factor"
Note: (sequences new) shadowed by (mortar new)
Loading P" resource:extra/geom/pos/pos.factor"
Note: (sequences new) shadowed by (mortar new)
Loading P" resource:extra/geom/dim/dim.factor"
Note: (sequences new) shadowed by (mortar new)
Note: print not in search path; automatically using io

The 'print not in search path' line is caused by 'x', but there's no way to 
tell from the output. I just have to go and check each one.

Ed

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to