Changes between Version 1 and Version 2 of Ticket #1548, comment 4


Ignore:
Timestamp:
10/10/18 17:23:41 (6 years ago)
Author:
megane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1548, comment 4

    v1 v2  
     1Replying to [comment:3 megane]:
     2> Replying to [comment:2 sjamaan]:
     3...
     4
    15There 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.