Giter Site home page Giter Site logo

Comments (4)

omniomi avatar omniomi commented on July 23, 2024 1

The two issues in the top comment are resolved. Regression is now checked for by atom-grammar-test and Jasmine.\

There are a total of 359 tests with 3459 assertions.

from editorsyntax.

gravejester avatar gravejester commented on July 23, 2024

The problem with detecting regressions in a project like this, is that it will never be any better than the test scripts we test the changes against. When we pushed these changes everything was fine when tested against the test scripts. So really, these kinds of feedback is really important, and we need to get them added to the test script as well.

This particular issue, and really a bunch of similar issues that have been reported I think is because I tried to match variables with properties, like in your example. This turns out to be a lot harder to do correctly than I initially thought, so I'm going to disable this bit, which should "fix" a lot of the issues we are now seeing.

I apologize for not testing this better before pushing this particular "feature".

from editorsyntax.

Jaykul avatar Jaykul commented on July 23, 2024

Well, the real problem is that there's nothing automated set up, so we're relying on visual inspections of code highlighting, and you don't have any test results you can throw in my face to say "hey dude, the tests passed, write better tests if you don't like it!" 😉

But yeah. I want something like the new sublime text test harness ;-)

https://www.sublimetext.com/docs/3/syntax.html#testing

from editorsyntax.

gravejester avatar gravejester commented on July 23, 2024

Oh. yeah, something like that would be great. I know the VSCode team try to do something automated, but it's a mess, hard-coded color codes etc. Would definitely have been cool to have something that would do the testing for us. When we get all the issues sorted out perhaps I'll have the time to look into something. Would be nice to be able to use Pester :)

from editorsyntax.

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.