Skip to content

TODO detail on about interfaces in the docs #631

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
trusktr opened this issue Jun 5, 2019 · 3 comments
Closed

TODO detail on about interfaces in the docs #631

trusktr opened this issue Jun 5, 2019 · 3 comments

Comments

@trusktr
Copy link
Member

trusktr commented Jun 5, 2019

I see that I get a warning, but things still compile, and basic tests pass. Is there a case they don't work?

WARNING AS100: Operation not supported.

 export class Vector2 implements Foo {
                                 ~~~
@trusktr
Copy link
Member Author

trusktr commented Jun 5, 2019

Ah, I see the comment at #146 (comment). So basically they're useful if I rely on my editor to tell me if I'm doing them right/wrong, not relying on asc.

@trusktr trusktr changed the title interfaces TODO detail on about interfaces in the docs Jun 11, 2019
@trusktr
Copy link
Member Author

trusktr commented Jun 11, 2019

Changed title to TODO, I feel like docs could explain this part a bit more. Currently the only thing mentioned is in Limitations:

Another major bummer is that object oriented programming is still missing some of the building blocks to support interfaces (here: virtual members in general)

@stale
Copy link

stale bot commented Jul 11, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 11, 2019
@stale stale bot closed this as completed Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants