]> gitweb.factorcode.org Git - factor.git/commit
alien.libraries.finder: Make find-library return the string passed in instead of...
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 8 Jun 2014 03:48:09 +0000 (20:48 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 8 Jun 2014 03:58:14 +0000 (20:58 -0700)
commitd10443186cd5bba779144f60097c603aef576265
tree62f465fd57feeee861fcec2baffe34a36cee4a0e
parenta88310438eefa6060cfd34f15df9ed4fa8222515
alien.libraries.finder: Make find-library return the string passed in instead of f if the library is not found. We want vocabularies to load no matter what instead of throwing a missing library error. Also, print dlerror in the error message and take away the redundant line about possible missing libraries. Fixes #986.
basis/alien/libraries/finder/finder.factor
basis/alien/libraries/finder/linux/linux.factor
basis/alien/libraries/finder/macosx/macosx.factor
basis/alien/libraries/finder/windows/windows.factor
basis/alien/libraries/libraries.factor
basis/debugger/debugger.factor