In the lab session today, my students will have to be able to remotely
execute quotations and will use the "serialize" vocabulary to transmit
them.

Unfortunately, if a word in the quotation is located in a vocabulary
which has not been loaded yet, the "deserialize" will fail with an
"unknown word" error. This small patch requires the needed vocabularies
before attempting to lookup the word.

The following changes since commit
6ff7e2cba75352d4b0eddc04dd0add12c8f21299:
  Slava Pestov (1):
        compiler.cfg.linear-scan: Fix a couple of bugs

are available in the git repository at:

  git://git.rfc1149.net/factor.git for-slava

Samuel Tardieu (1):
      Automatically load needed vocabularies when deserializing words

 basis/serialize/serialize.factor |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to