Could someone commit the following change?
+ SequenceableCollection {
loadPath {
^this.collect({ arg obj;
obj.loadPath
})
}
Change to:
+ SequenceableCollection {
loadPath { |warnIfNotFound = true|
^this.collect({ arg obj;
obj.loadPath(warnIfNotFound)
})
}
loadDocument should have the same change too, I think.
Thanks.
hjh
: H. James Harkins
: <mailto:jamshark70@xxxxxxxxxxxxxxxxx>jamshark70@xxxxxxxxxxxxxxxxx
: <http://www.dewdrop-world.net>http://www.dewdrop-world.net
.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:
"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal." -- Whitman
_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev