[Git][cmucl/cmucl][master] 2 commits: Fix #147: Add method for stream-line-column

Raymond Toy (@rtoy) gitlab at common-lisp.net
Sun Oct 30 15:03:37 UTC 2022



Raymond Toy pushed to branch master at cmucl / cmucl


Commits:
e8a0cc6c by Raymond Toy at 2022-10-30T15:03:27+00:00
Fix #147:  Add method for stream-line-column

- - - - -
0dad5a1a by Raymond Toy at 2022-10-30T15:03:28+00:00
Merge branch 'issue-147-stream-line-column-impl' into 'master'

Fix #147:  Add method for stream-line-column

Closes #147

See merge request cmucl/cmucl!104
- - - - -


1 changed file:

- src/pcl/gray-streams.lisp


Changes:

=====================================
src/pcl/gray-streams.lisp
=====================================
@@ -235,6 +235,9 @@
   defined for this function, although it is permissible for it to
   always return NIL."))
 
+(defmethod stream-line-column ((stream fundamental-character-output-stream))
+  nil)
+
 ;;; Stream-line-length is a CMUCL extension to Gray streams.
 (defgeneric stream-line-length (stream)
   (:documentation _N"Return the stream line length or Nil."))



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/ba5c5d2a6813c3c1504d9f884790f34b2e93d63f...0dad5a1a767748e6c4fafba82b05bc9085e9211e

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/ba5c5d2a6813c3c1504d9f884790f34b2e93d63f...0dad5a1a767748e6c4fafba82b05bc9085e9211e
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20221030/d4a4cb58/attachment.html>


More information about the cmucl-cvs mailing list