guicho271828 / trivia

Pattern Matcher Compatible with Optima
Other
332 stars 22 forks source link

Import #:split from :cl-ppcre #92

Closed ghost closed 6 years ago

ghost commented 6 years ago

Please change the package definition of #:trivia.ppcre to,

(defpackage :trivia.ppcre
  (:export :ppcre
           :split
           :split*)
  (:import-from :cl-ppcre :split))

This removes symbol conflicts if/when one chooses to use symbols from both #:cl-ppcre and #:trivia.ppcre.

guicho271828 commented 6 years ago

I'll consider that.

ghost commented 6 years ago

Thanks!