bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #31681] string-filter argument order doesn't match SRFI-13


From: Göran Weinholt
Subject: [bug #31681] string-filter argument order doesn't match SRFI-13
Date: Wed, 17 Nov 2010 13:15:31 +0000
User-agent: Mozilla/5.0

URL:
  <http://savannah.gnu.org/bugs/?31681>

                 Summary: string-filter argument order doesn't match SRFI-13
                 Project: Guile
            Submitted by: weinholt
            Submitted on: Wed Nov 17 14:15:30 2010
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

This is the order of arguments given by SRFI-13:

 string-filter char/char-set/pred s [start end] -> string
 string-delete har/char-set/pred s [start end] -> string

This is the order used by Guile:

 -- Scheme Procedure: string-filter s char_pred [start [end]]
 -- Scheme Procedure: string-delete s char_pred [start [end]]

I think it would be good if the srfi-13 module used the standard argument
order.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31681>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]