Factor 0.98 x86.64 (1565, heads/master-0-g592764d, Wed Dec 24 04:52:05
2014) [GCC 4.8.2] on linux

.factor-rc
------------------------------------------------------------------------
USE: vocabs.loader
"/home/factor/" add-vocab-root
------------------------------------------------------------------------

I want to use snapshots without touching "factor.image".

I made two copies of "factor.image" one in the same directory and one
in my local directory. Using the copy in my local directory causes an
error "Vocabulary does not exist".

In the following copy from my terminal the vocabulary "project" seems
to do nothing as it's UI worked as expected:
------------------------------------------------------------------------
$ diff /home/pub/factor/project.image project.image
$ factor-lang -run=project -i=/home/pub/factor/project.image
$ factor-lang -run=project -i=project.image
/home/factor/project/project.factor

 9: USING:
10:     combinators db db.sqlite fry io kernel memory models
                      ^
Vocabulary does not exist
name
 "db"
------------------------------------------------------------------------

How should I use snapshots?

-- Georg

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to