Giter Site home page Giter Site logo

Include PLY parser about das HOT 3 CLOSED

vkuznet avatar vkuznet commented on July 17, 2024
Include PLY parser

from das.

Comments (3)

DMWMBot avatar DMWMBot commented on July 17, 2024

gfball: I have now properly merged your changes (as of 16/09/2010), but I think there are still issues to correct:

  • a query like "city = camelCaseWord" is interpreted as DASKEY(city) OPERATOR(=) DASKEY(camel) VALUE(CaseWord). I think this should be DASKEY OPERATOR VALUE
  • a query like "city = 'two words'" is not supported as we only allow double-quotes (") not single quotes ('). People tend to use both loosely and it is easy to support.
  • the VALUE regex still includes a section for IP addresses even though we have a seperate IPADDR rule.
  • the values for, eg OPERATOR are hardcoded instead of being drawn from the values in das_ql.

from das.

DMWMBot avatar DMWMBot commented on July 17, 2024

gfball: It appears that submit_patch.py (as per PatchManagement) 1) doesn't let you submit non-tarballed patches, which is a bit of a pain 2) if you submit a second patch it overwrites the old one.

Both of the patches I tried to submit are in the attached tarball.

from das.

vkuznet avatar vkuznet commented on July 17, 2024

valya: (In 68bd5e9) Fix code layout wrt pylint suggestions; bug fix for dasname value update, fixes #347

From: Valentin Kuznetsov [email protected]

from das.

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.