Code Monkey home page Code Monkey logo

cmlib's People

Contributors

azdavis avatar chrisamaphone avatar erwa avatar favonia avatar harrisongrodin avatar kcrary avatar robsimmons avatar rowandavies avatar thapakrish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cmlib's Issues

Stream.from*Instream does not close the input stream when finished

It is unclear to me whether Stream.fromTextInstream (and the Bin variant) should close the stream when the end is reached. In the current implementation it doesn't, which is slightly troublesome when the function is used to read files: one has to keep the stream around and manually close it when the file ends; this is quite cumbersome since the stream is lazy and it's nontrivial to determine the point at which the stream should be closed. Is this done on purpose (and if so, what is the use-case the authors have in mind), or is this an oversight?

Coord.abs off by one on Coord.nextLine; position in CoordinatedStream off-by-one

This issue consists of two separate, small bugs.

Firstly, the way Coord.nextLine is implemented, we get
Coord.eq (c, Coord.nextLine c) = true
which probably shouldn't be the case. This is because Coord.nextLine does not increment the abs counter of Coord.coord, and equality check only compares the absolute counts. This also makes the actual absolute position diverge more and more, which is annoying (if easy to work around) if trying to, say, interface with emacs.

The second issue is a really small thing about CoordinatedStream. Right now, the character in the returned stream is coordinated with the "new" value, coord' โ€” in particular, end-of-line characters are associated with the next line, and the column positions are off by one, since the first column is taken up by the eols.

I will probably submit a patch later today.

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.