-
Notifications
You must be signed in to change notification settings - Fork 6
Migrate from smoke to reflectable #75
Comments
Cool -- do create some issues on package reflectable if you hit a bug! |
No bugs at the moment. Would you like me to send you a PR (for observe package I mean)? Il giorno lun 5 ott 2015 alle ore 17:20 Erik Ernst [email protected]
|
@dam0vm3nt Awesome! Your changes look good to me so far |
If you do have a good idea about how to fix something then a PR is of course nice, but often the big step is to be able to reproduce the problem. If we get some code (e.g., some git clone commands) such that we can do that then we're usually quite happy, and then there is no need for you to study a lot of unknown details in reflectable in order to find a fix for the bug. Ah, there was an edit: 'for observe'. If you find problems in reflectable that can be reproduced then getting access to your code is certainly helpful. |
@jmesserly I've disabled almost all the tests and created a new one to test some basic things but if you're happy with that I'll PR my changes. They works well with another "effort" I've made to let |
@eernstg I was missing you until your last sentence. Yep if I hit a bug on |
@jmesserly submitted a PR if you're nice with having all test disabled :-/ |
I've done some work here. It is using
@jsProxyReflectable
frompolymer-1.0
because this gives many advantages on usingobserve
withpolymer-1.0
.Also I've introduced a 'breaking change' of removing
Symbol
in favour ofString
.The text was updated successfully, but these errors were encountered: