Changes between Version 1 and Version 2 of Ticket #1548, comment 4
- Timestamp:
- 10/10/18 17:23:41 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1548, comment 4
v1 v2 1 Replying to [comment:3 megane]: 2 > Replying to [comment:2 sjamaan]: 3 ... 4 1 5 There was a PEBKAC issue here. I was compiling the `(import srfi-13)` version, when I should have used the `(use srfi-13)` version. No wonder `string-null?` wasn't found. So my regression judgement is wrong.