Hi folks -
After doing a Factor git update via:

cd factor
./build.sh update

- At Factor startup I got:

Press F1 at any time for help.
Factor 0.98 x86.64 (1854, heads/master-3a23a92531, Sun Nov 26 20:04:26 2017)
[Clang (GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1))] on macosx

- and then pressing F2 for a refresh (no work files loaded) I got:

IN: scratchpad Command: refresh-all
Loading resource:core/math/math.factor ! <=======
IN: scratchpad Command: continue-restart
resource:core/math/math.factor:209: Note:
Added "kernel.private" vocabulary to search path

Restarts were invoked adding vocabularies to the search path.
To avoid doing this in the future, add the following forms
at the top of the source file:

USING: kernel kernel.private ;
IN: math

IN: scratchpad

- Checking the virgin "resource:core/math/math.factor" source file, I found:

USING: kernel ;
IN: math

- After adding "kernel.private" to the source USING: list, saving,
quitting, re-launching & pressing F2 for a refresh, I get no restarts:

Press F1 at any time for help.
Factor 0.98 x86.64 (1854, heads/master-3a23a92531, Sun Nov 26 20:04:26 2017)
[Clang (GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1))] on macosx

IN: scratchpad Command: refresh-all
IN: scratchpad

- Looks like "kernel.private" (recent change?) didn't get included in the
build.

Smooth sailing with work vocabs after this fix, where I had
some surprising hangs before.

Cheers,
~cw


-- 
*~ Memento Amori*
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to