Giter Club home page Giter Club logo

Comments (7)

renggli avatar renggli commented on August 10, 2024

Fixed in c9dc90b.

from dart-petitparser.

scheglov avatar scheglov commented on August 10, 2024

Sigh...
That's not what I would expect.

We need to move test from dev_dependencies to dependencies.
Or remove lib/test.dart.

And it seems to me that package:browser is never imported by petitparser.

name: petitparser
version: 1.6.0
author: Lukas Renggli <[email protected]>
description: Dynamic parser combinator framework.
homepage: https://github.com/renggli/dart-petitparser
environment:
  sdk: ^1.8.0
dependencies:
  test: ^0.12.0

@kevmoo

from dart-petitparser.

kevmoo avatar kevmoo commented on August 10, 2024

This is the annoying thing about these packages. test.dart shouldn't be in this package. We don't want to leak a dependency on pkg/test into folks who use this.

Our only solution (now) – create a petitparser_test package.

Annoying? Yes.

from dart-petitparser.

renggli avatar renggli commented on August 10, 2024

package:browser is used by one of the examples.

test.dart provides test matchers for testing grammars. Wondering if this is a problem to depend on package:matchers, if the core library doesn't import it?

from dart-petitparser.

scheglov avatar scheglov commented on August 10, 2024

If you use something at runtime you need to add it to dependencies.

You might also want to look at the parallel discussion about the same problem in intl.

from dart-petitparser.

kevmoo avatar kevmoo commented on August 10, 2024

pkg/matcher is WAAAAY lighter thanpkg/test – likely okay to have as a normal dependency, me thinks.

from dart-petitparser.

renggli avatar renggli commented on August 10, 2024

I think this is no longer relevant and has been resolved a long time ago.

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.