mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
rnrs: Export '&assertion' from (rnrs conditions).
Fixes <https://bugs.gnu.org/39210> Reported by Ricardo Wurmus <rekado@elephly.net>. * module/rnrs/conditions.scm (rnrs): Import '&assertion-failure' as '&assertion', not '&assertion-violation'.
This commit is contained in:
parent
491cc23f93
commit
1b8e9ca0e3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; conditions.scm --- The R6RS conditions library
|
||||
|
||||
;; Copyright (C) 2010 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2010, 2020 Free Software Foundation, Inc.
|
||||
;;
|
||||
;; This library is free software; you can redistribute it and/or
|
||||
;; modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -107,7 +107,7 @@
|
|||
(make-programming-error make-violation)
|
||||
(programming-error? violation?)
|
||||
|
||||
(&assertion-failure &assertion-violation)
|
||||
(&assertion-failure &assertion)
|
||||
(make-assertion-failure make-assertion-violation)
|
||||
(assertion-failure? assertion-violation?)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue