#825 closed defect (fixed)
charplot: reference to possibly unbound identifier `a:flor64b'
| Reported by: | Mario Domenech Goulart | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | major | Milestone: | 4.9.0 |
| Component: | extensions | Version: | 4.7.x |
| Keywords: | charplot | Cc: | |
| Estimated difficulty: |
Description
This behavior starts in 2012-04-10. In 2012-04-09 it was not happening.
a:flor64b, which is indicated by the error message, cannot be found in the code, but A:floR64b is actually referenced.
Change History (2)
comment:1 Changed 14 years ago by
| Milestone: | → 4.8.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

I tagged a new version and changed the uppercase characters to lowercase since srfi-63 and charplot are both compiled in case-insensitive mode. I do not understand why this worked earlier.