bugease.js - Bugs: bug #38761, Reassigned to another tracker...

 
 

bug #38761: Reassigned to another tracker [was: Reassigned to another tracker [was: Provide way to check interface before instantiation]]

Submitter:  Gustavo Henke <gustavohenke>
Submitted:  Wed 17 Apr 2013 04:30:26 PM UTC
   
 
Category:  Core Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Percent Complete:  0%
Open/Closed:  Closed Release:  * (master)
Operating System:  None Planned Release: 
Fixed Release:  Runtime Environment:  * Node.js
Runtime Environment Version: 
Keywords: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 28 Apr 2013 05:13:40 PM UTC, comment #3: 

THIS ITEM WAS REASSIGNED TO TASK #12593


Please, do not post any new comments to this item.

Mike Gerwitz <mikegerwitz>
Group administrator
Sun 28 Apr 2013 05:12:07 PM UTC, comment #2: 

THIS ITEM WAS REASSIGNED TO TASK #12592


Please, do not post any new comments to this item.

Mike Gerwitz <mikegerwitz>
Group administrator
Sun 28 Apr 2013 05:12:06 PM UTC, comment #1: 

Gustavo,

Thank you for your interest in the project. This feature was planned for a future release along with a reflection API, however my work on the project lately has been on an as-needed or by-request basis. As such, I will incresae the priority of that task (which I have attached as a dependency) and begin work on that feature next.

As a temporary solution, feel free to use the following:

  given_class.___$$meta$$.implemented.

For example:

Class( 'Foo' ).implement( MyInterface ).extend( {} ).___$$meta$$.implemented[ 0 ] === MyInterface.

Please note that _$$meta$$ may not exist in future versions, so only depend on it until reflection support is added. I will keep you up to date on the progress; feel free to join the mailing list for release announcements.

Best regards,
Mike

Mike Gerwitz <mikegerwitz>
Group administrator
Wed 17 Apr 2013 04:30:26 PM UTC, original submission:  

THIS ITEM WAS REASSIGNED TO TASK #12593
THIS ITEM WAS REASSIGNED TO TASK #12592
Hey there, thank you for your amazing job with Ease.js! :)

I would like request any way to check if a class implement an interface, before instantiation.

Somewhat like this:
http://www.php.net/manual/en/reflectionclass.getinterfacenames.php

Thank you in advance.

Gustavo Henke <gustavohenke>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items

Digest:
   task dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mikegerwitz (Posted a comment)
  • -email is unavailable- added by gustavohenke (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-04-28 mikegerwitz Reassign Itemease.js, bug #38761 ease.js, task #12593
    2013-04-28 mikegerwitz Reassign Itemease.js, bug #38761 ease.js, task #12592
    2013-04-28 mikegerwitz Dependencies- Depends on task #12095

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code