-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per #24: plug gray streams protocol hole for CCL's benefit
Contrary to SBCL and Allegro, CCL calls STREAM-LINE-COLUMN on Fiasco's special column-counting stream, but until now we didn't have an implementation for it. This broke tests on CCL for packages based on Fiasco in certain pretty-printing situations. * src/streams.lisp (trivial-gray-streams:stream-line-column): New method. * test/basic.lisp (slightly-verbose-test) (slightly-verbose-test-2): New self tests.
- Loading branch information
1 parent
45db6ae
commit 0cc08e7
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters