Coder Social home page Coder Social logo

Comments (5)

Kamakshi8104 avatar Kamakshi8104 commented on June 1, 2024

hey can I work on this issue?

from root.

gemmeren avatar gemmeren commented on June 1, 2024

I am looking into this for Fixarhon. No promises.

from root.

gemmeren avatar gemmeren commented on June 1, 2024

I believe before line: L198
one needs to insert:
command = TSchemaRuleProcessor::Trim( command );
Still struggling with running a reproducer :(

from root.

gemmeren avatar gemmeren commented on June 1, 2024

Of course, its not quite as easy... :(
The parsing currently looks for }" without any white-space, similarly it checks for the 2nd character to be the { , meaning no space between the quote and brace here either. I'd suggest:
Split off the quotes, trim the string and check the first and last characters to be { and }. But I am not totally convinced that this may not have bad side-effects...

from root.

gemmeren avatar gemmeren commented on June 1, 2024

I need to rethink this, since my initial PR lost command elements after code key. Part of the problem is code fragment can include either curly braces or quotes, so finding the end of the key isn't quite as trivial. Since any end marker could be allowed as legal piece of code, limiting things to the current }" may actually be the most proper.

from root.

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.