Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Wrong subclasses difference #29

Open
ggirou opened this issue May 22, 2015 · 1 comment
Open

Wrong subclasses difference #29

ggirou opened this issue May 22, 2015 · 1 comment

Comments

@ggirou
Copy link

ggirou commented May 22, 2015

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?

@srawlins
Copy link
Contributor

This is a relic of how the namespace used to be handled. Really, it changed
from dart- to dart: (or vice versa). I have fixed this issue for "class"
and "superclass" but I guess not "subclass"...

On Fri, May 22, 2015, 3:31 PM Guillaume Girou notifications@github.com
wrote:

For changes from 1.7.2 to 1.10.1, I had:
class IterableBase
https://api.dartlang.org/apidocs/channels/dev/dartdoc-viewer/dart:core.IterableBase

IterableBase has changed subclasses:

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

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


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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants