Giter VIP home page Giter VIP logo

Comments (4)

frankmcsherry avatar frankmcsherry commented on August 19, 2024

The error means that for some reason Rust didn't like the bit of text that was supplied to be parsed to an integer. This was previously a result of using split rather than split_whitespace in twitter_parser.rs, although that was fixed a while back.

I'm grabbing 1.0 now to try and reproduce, but in the meantime would you be willing to check that you have the most current twitter_parser.rs (with split_whitespace on line 46) and if so have Rust print out the line that it is mis-parsing?

from cost.

frankmcsherry avatar frankmcsherry commented on August 19, 2024

It seems (for me) that 1.0 stable should not build if you have the most recent twitter_parser.rs. The split_whitespace method did not make it in to the 1.0 release, though I think it should be in beta and nightly now. If you are using beta or nightly and seeing the error with split_whitespace let me know!

from cost.

larymay avatar larymay commented on August 19, 2024

Thank you for your quick reply. I tried it with beta and the error disappeared.

from cost.

frankmcsherry avatar frankmcsherry commented on August 19, 2024

Hooray! :D

from cost.

Related Issues (5)

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.