[Swift-user] Restricting/fixing site scores ?
Ben Clifford
benc at hawaga.org.uk
Tue Nov 25 18:12:57 CST 2008
On Tue, 25 Nov 2008, Tiberiu Stef-Praun wrote:
> I am getting a lot of errors like these:
> The cache already contains
> localhost:sparse-iteration-dependency-v3-20081125-1015-cp7py371/shared/param.0.0
I've mostly seen that error occur when two different variables are mapped
to the same filename.
Most simply something like file a <"foo">; file b <"foo">; but less
obviously in cases where mappers are used inside loops but not
parameterised by the iteration variables of all containing loops (eg.
for a in [1:5] { file a <"foo">; ... }
maps the file "foo" 5 times to different variables (variable a in 5
different variable scopes, one for each iteration of the foreach).
> Also my workflow behaves non-deterministically: sometimes it finishes
> correctly, but some other times it throws the cache error above, and
> just hangs for a very long time.
Sounds strange. Can you post the code here?
--
More information about the Swift-user
mailing list