Summary
srfi-63 is intended to be compiled in case-insensitive mode
Metadata
- Id: 185e5acb67bc659ae820558015ac1c312fbec6b8
- Trac id: 826
- Type: defect
- Reporter: felix
- Owner: iraikov
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty: medium
- Resolution: worksforme
- Priority: major
- Milestone:
- Version: 4.7.x
- Changetime: 2019-02-16 03:58:22 UTC
- Created: 2012-05-12 17:04:02 UTC
- Keywords: srfi-63 charplot
Description
See the documentation. The "charplot" egg depends on this. We can change srfi-63 to export the uppercase identifiers but should then change charplot accordingly and update the documentation
Changes and comments
[2012-06-01 09:33:57 UTC] iraikov wrote:
Ok, is there a problem with either 1) exporting both mixed and lower-case identifiers from SRFI-63 or 2) not compiling charplot in case-insensitive mode? In case 2) it seems that charplot compiles and runs fine, but I am not familiar with the code, so I don't know if I am missing something.