Code Monkey home page Code Monkey logo

Comments (5)

kanaka avatar kanaka commented on August 15, 2024

Any update on this?

from regex.

kanaka avatar kanaka commented on August 15, 2024

This is still broken. Any update?

from regex.

BurntSushi avatar BurntSushi commented on August 15, 2024

I haven't had time to look at it yet. Hopefully soon. It's probably a bug in the parser somewhere.

from regex.

BurntSushi avatar BurntSushi commented on August 15, 2024

This is a nasty bug. I probably won't fix it tonight. Basically, character class negation is completely broken when the class contains two or more non-overlapping ranges. The current code will match if any range matches, but when the class is negated, this should be switched to no ranges matching. I'm probably going to do this by simply inverting ranges (otherwise I'd need to invent a new VM instruction that knows how to "and" things).

from regex.

kanaka avatar kanaka commented on August 15, 2024

@BurntSushi so, @alexcrichton fixed up mal's implementation to work with rust nightly (kanaka/mal#26) which included fixing up rust-pcre (https://github.com/alexcrichton/rust-pcre) to work with nightly. The priority of fixing this bug in regex is probably not as urgent (at least, not for me).

from regex.

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.