From 50d32a49288ac1dc2446f578f2025b64d5cfb6d5 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 17 May 2016 15:26:01 -0700 Subject: [PATCH] bootstrap.stage2: hack for compiling row-polymorphism correctly. --- basis/bootstrap/stage2.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/bootstrap/stage2.factor b/basis/bootstrap/stage2.factor index e3badc4580..0ab864540c 100644 --- a/basis/bootstrap/stage2.factor +++ b/basis/bootstrap/stage2.factor @@ -94,6 +94,7 @@ CONSTANT: default-components { "locals" "prettyprint" } "locals.prettyprint" require-when { "typed" "prettyprint" } "typed.prettyprint" require-when { "typed" "compiler.cfg.debugger" } "typed.debugger" require-when + "stack-checker.row-polymorphism" reload ! Set dll paths os windows? [ "windows" require ] when