Git Product home page Git Product logo

Comments (2)

twostraws avatar twostraws commented on September 15, 2024

I think this happens because /./ is considered a "bare slash regex", which needs to be explicitly enabled. If you read the Source Compatibility entry for this change you'll see they enabled #/......../# immediately because it wouldn't break anything, but then hid /......../ behind a feature flag. I guess that flag is enabled by default in Xcode!

Anyway, solutions:

  1. Use #/......../# for your regular expressions. You'll see this is what Ignite does elsewhere.
  2. We could enable the feature flag, although given that this will be enabled by default in the upcoming Swift 6 this wouldn't have a particularly long life.

Does that help?

from ignite.

nscalemodeller avatar nscalemodeller commented on September 15, 2024

Hi Paul,

Yes that does fix it. Thanks for that - I would never have figured it out for myself.

I’ve been enjoying Ignite very much - it works great!

from ignite.

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.