Giter Club home page Giter Club logo

Comments (6)

renggli avatar renggli commented on August 10, 2024

All code used for debugging grammars.

removeDuplicates() is optimizing grammers for size, but it is currently not
used as it is too slow in JavaScript.

Everything you mentioned is optional, of course.

On Thursday, June 26, 2014, Rasmus Schultz [email protected] wrote:

I noticed the following functions and classes do not have test-coverage
and/or do not seem to be in use anywhere:

removeDuplicates()
profile()
progress()
debug()
ContinuationParser
_repeat()

Thoughts?


Reply to this email directly or view it on GitHub
#40.

Lukas Renggli (mobile)
http://www.lukas-renggli.ch

from dart-petitparser.

mindplay-dk avatar mindplay-dk commented on August 10, 2024

Right on. I only mentioned it because I've been porting PetitParserDart core again, this time to PHP - it's practically done and all core unit tests are ported and passing, all changes referenced and ported from the last check-in.

It's pretty neat to see all the tests passing - but I have been using the approach of porting the unit-tests first, then porting every component necessary to make the test pass, which left the mentioned features still unported.

I will push this to a public repo soon, just need to clean up and fix a few things :-)

from dart-petitparser.

renggli avatar renggli commented on August 10, 2024

Wow :-)

Thanks gor the reminder. I should indeed write some tests for this
functionality. At the time I wrote this there was not possible to redirect
'print(dynamic)', but now this is no longer the case.

Lukas

On Thursday, June 26, 2014, Rasmus Schultz [email protected] wrote:

Right on. I only mentioned it because I've been porting PetitParserDart
core again, this time to PHP - it's practically done and all core unit
tests are ported and passing, all changes referenced and ported from the
last check-in.

It's pretty neat to see all the tests passing - but I have been using the
approach of porting the unit-tests first, then porting every component
necessary to make the test pass, which left the mentioned features still
unported.

I will push this to a public repo soon, just need to clean up and fix a
few things :-)


Reply to this email directly or view it on GitHub
#40 (comment)
.

Lukas Renggli (mobile)
http://www.lukas-renggli.ch

from dart-petitparser.

mindplay-dk avatar mindplay-dk commented on August 10, 2024

Off-topic, but the port is public on GitHub now, listed on Composer/Packagist, and test-suite on TravisCI passing under PHP 5.3, 5.4 and 5.5. Good times :-)

https://github.com/mindplay-dk/petitparserphp

from dart-petitparser.

renggli avatar renggli commented on August 10, 2024

Cool, I've added a link to the readme.txt of the Dart version. I keep this bug open as a reminder to add tests for the untested code you found.

from dart-petitparser.

renggli avatar renggli commented on August 10, 2024

Extracted the debugging code to separate library and added tests in 60cff7b.

from dart-petitparser.

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.