From 12cc442f4aa4286150aa12316e74da38bc35b96c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 12 May 2015 19:12:52 -0700 Subject: 1361 This one layer had grown a dependency on a later layer. I could swear I ran all the tests when I fixed the test harness in 1358.. --- 038scheduler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/038scheduler.cc b/038scheduler.cc index 99ced920..c6fb712d 100644 --- a/038scheduler.cc +++ b/038scheduler.cc @@ -6,7 +6,7 @@ recipe f1 [ start-running f2:recipe # wait for f2 to run { - loop-unless 1:integer + jump-unless 1:integer, -1:literal } ] recipe f2 [ @@ -177,7 +177,7 @@ recipe f1 [ start-running f2:recipe, 3:literal # wait for f2 to run { - loop-unless 1:integer + jump-unless 1:integer, -1:literal } ] recipe f2 [ -- cgit 1.4.1-2-gfad0 lected='selected'>main Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats
path: root/Makefile.am
blob: 82c1b8e308426ae47c2771083d9584e980856fee (plain) (tree)
1
2
3
4
5
6
7