3bmd icon indicating copy to clipboard operation
3bmd copied to clipboard

Undefined function: parse-string

Open vindarel opened this issue 6 years ago • 0 comments

Hello,

This is surprising, but why not:

(3bmd:parse-string "rst")

; in: 3BMD:PARSE-STRING "rst"
;     (3BMD:PARSE-STRING "rst")
; 
; caught STYLE-WARNING:
;   undefined function: 3BMD:PARSE-STRING

Slime finds this choice, I find parse-string as an exported symbol, but my grep and my eyes couldn't find a function definition too.

with Quicklisp of january.

regards

vindarel avatar Jul 13 '18 00:07 vindarel