From 7e105a0043359e994df506efeda9cf70a3cfda67 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 17 Mar 2018 17:42:48 -0700 Subject: [PATCH] tidy --- pollen/core.rkt | 3 +-- pollen/private/ts.rktd | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pollen/core.rkt b/pollen/core.rkt index f09b197..60fbd70 100644 --- a/pollen/core.rkt +++ b/pollen/core.rkt @@ -122,8 +122,7 @@ [(_ COND . BODY) (with-syntax ([SPLICING-TAG (datum->syntax stx (setup:splicing-tag))]) #'(if COND - (with-handlers ([exn:fail? (λ (exn) (error (format "within when/splice, ~a" (exn-message exn))))]) - (SPLICING-TAG . BODY)) + (SPLICING-TAG . BODY) (SPLICING-TAG)))])) diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index e019fc6..dba5a73 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1521332983 +1521333768