dropping input-port-byte-position from (ikarus)'s exports.
This commit is contained in:
parent
e9ecb1b8b0
commit
ef50e9f515
Binary file not shown.
|
@ -14,7 +14,7 @@
|
|||
;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
(library (io-spec)
|
||||
(library (ikarus.io)
|
||||
|
||||
(export
|
||||
port? input-port? output-port? textual-port? binary-port?
|
||||
|
@ -120,7 +120,6 @@
|
|||
reset-input-port!
|
||||
reset-output-port!
|
||||
port-id
|
||||
input-port-byte-position
|
||||
process process-nonblocking
|
||||
tcp-connect tcp-connect-nonblocking
|
||||
udp-connect udp-connect-nonblocking
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
(import
|
||||
(except (ikarus) read-annotated read-script-annotated)
|
||||
(only (ikarus.reader) read-annotated read-script-annotated)
|
||||
(only (io-spec) open-string-input-port/id))
|
||||
(only (ikarus.io) open-string-input-port/id))
|
||||
|
||||
(define (annotated-port file-name)
|
||||
(open-string-input-port/id
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
(ikarus system $fx)
|
||||
(ikarus system $pairs)
|
||||
(ikarus system $bytevectors)
|
||||
;(only (ikarus unicode-data) unicode-printable-char?)
|
||||
(only (ikarus.io) input-port-byte-position)
|
||||
(except (ikarus) read-char read read-token comment-handler get-datum
|
||||
read-annotated read-script-annotated annotation?
|
||||
annotation-expression annotation-source annotation-stripped))
|
||||
|
|
|
@ -1 +1 @@
|
|||
1507
|
||||
1509
|
||||
|
|
|
@ -1343,7 +1343,6 @@
|
|||
[$set-port-attrs! $io]
|
||||
[$port-position $io]
|
||||
[$set-port-position! $io]
|
||||
[input-port-byte-position i]
|
||||
;;;
|
||||
[&condition-rtd]
|
||||
[&condition-rcd]
|
||||
|
|
Loading…
Reference in New Issue