Opened 14 years ago
Closed 7 years ago
#826 closed defect (worksforme)
srfi-63 is intended to be compiled in case-insensitive mode
| Reported by: | felix winkelmann | Owned by: | Ivan Raikov |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | extensions | Version: | 4.7.x |
| Keywords: | srfi-63 charplot | Cc: | |
| Estimated difficulty: | medium |
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
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 8 years ago by
| Estimated difficulty: | → medium |
|---|
comment:3 Changed 7 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

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.