factor/basis/compiler/tests
Doug Coleman 310a4a247c alien.libraries: load-library is misnamed, refactor library-dll.
load-library implies that dlopen() is called, which is totally not the
case. add-library calls dlopen() and load-library just looks the opened
library up in the ``libraries`` global. What load-library did is now
library-dll.

If we want to do it right, add-library should be a declarative top-level
form that tries to call a real load-library on demand instead of
memoizing the first try which would fix the case where the library is
not found, is moved into position by the user and Factor declines to
look it up again.
2018-02-19 10:38:21 -06:00
..
alien.factor alien.libraries: load-library is misnamed, refactor library-dll. 2018-02-19 10:38:21 -06:00
call-effect.factor
callback-error.factor
callstack-overflow.factor
code-heap.factor
codegen.factor
curry.factor
dead-code.factor
float.factor
folding.factor
intrinsics.factor
linkage-errors.factor alien.libraries: load-library is misnamed, refactor library-dll. 2018-02-19 10:38:21 -06:00
low-level-ir.factor
optimizer.factor
peg-regression-2.factor
peg-regression.factor
pic-problem-1.factor
redefine0.factor
redefine1.factor
redefine2.factor
redefine3.factor
redefine4.factor
redefine5.factor
redefine6.factor
redefine7.factor
redefine8.factor
redefine9.factor
redefine10.factor
redefine11.factor
redefine12.factor
redefine13.factor
redefine14.factor
redefine15.factor
redefine16.factor
redefine17.factor
redefine18.factor
redefine19.factor
redefine20.factor
redefine21.factor
redefine22.factor
redefine23.factor
redefine24.factor
redefine25.factor
redefine26.factor
reload.factor
simple.factor
spilling.factor
stack-trace.factor
tuples.factor
x87-regression.factor