hyln9 / ikarus

Optimizing incremental native-code compiler for R6RS scheme. This is a forked repository.
https://launchpad.net/ikarus
Other
5 stars 0 forks source link

port-position is missing #139

Closed hyln9 closed 10 years ago

hyln9 commented 10 years ago

The port-position procedure is missing, please implement it.

Launchpad Details: #LP240224 Göran Weinholt - 2008-06-15 15:37:03 -0400

hyln9 commented 10 years ago

I presume you'd need set-port-position! too, right? Are you needing this for custom ports, or normal file/string/bytevector ports?

Launchpad Details: #LPC Abdulaziz Ghuloum - 2008-06-18 00:38:18 -0400

hyln9 commented 10 years ago

[I replied to the mail that Launchpad sent me (To:

Abdulaziz Ghuloum

I presume you'd need set-port-position! too, right? Are you needing this for custom ports, or normal file/string/bytevector ports?

I actually don't need set-port-position! right now (and doubt I'll need it for this application). I need to use port-position with a file port.

Launchpad Details: #LPC Göran Weinholt - 2008-06-19 13:11:14 -0400

hyln9 commented 10 years ago

Added in revision 1521.

Launchpad Details: #LPC Abdulaziz Ghuloum - 2008-06-20 00:51:23 -0400