]> gitweb.factorcode.org Git - factor.git/commit
locals.parser: fix for #1340, write locals directly to the manifest
authorBjörn Lindqvist <bjourne@gmail.com>
Tue, 9 Jun 2015 09:39:55 +0000 (11:39 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Tue, 9 Jun 2015 11:02:03 +0000 (13:02 +0200)
commit92868fe778cba9f976cbe7e148c3637ee7c9dc3c
tree1ddff403f82aa052be1ad020fc6bc97175f10441
parent8ef135bc2f585f788d7817bde6c1916a77380d03
locals.parser: fix for #1340, write locals directly to the manifest

The locals parser used to parse and store locals in the 'locals'
variable which was an alias to 'manifest get qualified-vocabs>> last
words>>'. For some reason, after a restart they become distinct
objects. An easy fix is to not alias the hash in the first place.
basis/locals/locals.factor
basis/locals/parser/parser.factor