Git Product home page Git Product logo

dart-shapeshift's Issues

Great tool!

I completely missed the web part of your package, the browser interface / doc_coverage is a great tool!

New method code block comments are... also ugly

When we have a new method, in a diff, we show the method signature, with the method's comment up top. The comment is just a dump of the HTML that exists in the JSON. I wish we could deconstruct the HTML back into the Markdown that generated it.

"Paginate" the version list

It takes crazy long to load the version lists. Particularly the dev one (291 versions last check.) This takes literally > 20 seconds to load. Maybe we just load the most recent 20 versions or something from each channel, and have a button that loads them all.

unconditionally complains about short descriptions

From a user:

One little thing I noticed was that it unconditionally complains about short descriptions, e.g., 'An dart:mirrors.InstanceMirror reflects an instance of a Dart language object' for InstanceMirror in dart:mirrors. But that sentence is very precise and possibly quite appropriate in the concrete context. Maybe the checks could look up some kind of LGTM for the wording and only complain about completely missing entries? ;-)

Wrong subclasses difference

For changes from 1.7.2 to 1.10.1, I had:

class IterableBase

IterableBase has changed subclasses:

  • dart:collection.DoubleLinkedQueue is now dart:collection.DoubleLinkedQueue.

This is the same subclasse, or maybe generics are missing?

Support for automating API change detection (a feeler)

I'd love to have a process in my build that verified my current public API against a baseline. I'm imagining a flow like this:

  1. create a baseline
  2. cut a release
  3. hack on code
  4. check changes against baseline and either
    • back out the changes, or
    • update my CHANGELOG and create a new baseline
  5. etc...

As a point of reference on baselines, the olde eclipse API tools come to mind.

Maybe this would be a separate tool?

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.