summaryrefslogtreecommitdiff
path: root/defs
diff options
context:
space:
mode:
authorKazuki Tsujimoto <kazuki@callcc.net>2021-08-15 09:38:24 +0900
committerKazuki Tsujimoto <kazuki@callcc.net>2021-08-15 09:38:24 +0900
commit4568ba071107a139b9f02fc17aa12f998181abf1 (patch)
tree60cf779325ad60621661e4fcaa40680cbd1c6a59 /defs
parent147bdcc436c888a56f81e190d192cd9312015836 (diff)
Show verbose error messages when single pattern match fails
[0] => [0, *, a] #=> [0] length mismatch (given 1, expected 2+) (NoMatchingPatternError) Ignore test failures of typeprof caused by this change for now.
Diffstat (limited to 'defs')
-rw-r--r--defs/id.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/defs/id.def b/defs/id.def
index 506dc95050..8df6cf12e2 100644
--- a/defs/id.def
+++ b/defs/id.def
@@ -87,6 +87,7 @@ firstline, predefined = __LINE__+1, %[\
core#hash_merge_ptr
core#hash_merge_kwd
core#raise
+ core#sprintf
- debug#created_info