Giter Site home page Giter Site logo

Comments (5)

stassats avatar stassats commented on August 19, 2024

The behavior of (setf flexi-stream-position) isn't documented anywhere. You should use FILE-POSITION.

from flexi-streams.

andrei-dubovik avatar andrei-dubovik commented on August 19, 2024

Hi. Thanks for a quick response. file-position does not report correct flexi-stream position after peek-byte, nor does it set the correct position. This is per documentation, I think, "FILE-POSITION for flexi streams will work as if the function had been applied to the underlying stream." Suppose I'm reading in a file, use peek-byte at times, and then I want to shift the position in the flexi-stream. Neither flexi-stream-position nor file-position can currently do it, I think.

from flexi-streams.

stassats avatar stassats commented on August 19, 2024

Is the issue with double buffering? I.e. file-position should clear the flexi-stream buffer of unread bytes?

from flexi-streams.

andrei-dubovik avatar andrei-dubovik commented on August 19, 2024

Suppose I am reading a stream, using peek-byte sometimes, and now I want to jump back a number of bytes. If file-position would clear the buffer of unread bytes, I can do that, but the code will look counterintuitive. First, read the current position with flexi-stream-position. Second, set the new position with file-position. Would it not be more intuitive to use (setf (flexi-stream-position) ...) for that?

I'm not at all familiar with flexi-stream, just started playing with it this week. What I was looking for is to have peek-byte functionality and the ability to move back and forth within the stream, like it exists with file-position in standard streams. Well, (setf (flexi-stream-position) ...) is at least listed in the documentation, so I gave it a spin, but it does something different. I don't have a strong opinion on how best to implement the functionality I discuss.

from flexi-streams.

stassats avatar stassats commented on August 19, 2024

flexi-stream-position is not really properly documented, so the most intuitive thing would be not to have it and only rely on file-position. Which, at the moment, doesn't play well with the buffering that flexi-streams is performing.

from flexi-streams.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.