[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #62605] Identifiers should be case-sensitive by default
From: |
anonymous |
Subject: |
[bug #62605] Identifiers should be case-sensitive by default |
Date: |
Wed, 8 Jun 2022 22:20:26 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?62605>
Summary: Identifiers should be case-sensitive by default
Project: MIT/GNU Scheme
Submitter: None
Submitted: Thu 09 Jun 2022 02:20:24 AM UTC
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect behavior
Status: None
Privacy: Public
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Keywords:
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 09 Jun 2022 02:20:24 AM UTC By: Anonymous
In MIT Scheme 11.2, (eq? 'a 'A) returns #t. This is incorrect, since
R7RS-small says that identifiers should be case-sensitive by default. (eq? 'a
'A) should return #f (unless the user specifies #!fold-case).
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62605>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #62605] Identifiers should be case-sensitive by default,
anonymous <=