-
Notifications
You must be signed in to change notification settings - Fork 24
R 1.2.1 #52
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
Conversation
The commit #1 ("Use more reliable way to detect when components are ready") is in master already. |
Reviewed 1 of 1 files at r1, 3 of 3 files at r2. gulpfile.js, line 121 [r3] (raw file): gulpfile.js, line 176 [r3] (raw file): if (helpers.isBehavior(item)) {
parseTemplate('Behavior', item, item.is, '', '');
} else {
parseTemplate('Element', item, item.is, '', 'Element');
} Comments from the review on Reviewable.io |
Review status: 3 of 11 files reviewed at latest revision, 2 unresolved discussions. gulpfile.js, line 121 [r3] (raw file): gulpfile.js, line 176 [r3] (raw file): Comments from the review on Reviewable.io |
I'm assuming you've tested this version of the generator with gwt-polymer-elements showcase? Reviewed 1 of 1 files at r1, 2 of 3 files at r2, 2 of 8 files at r3, 1 of 1 files at r4, 4 of 5 files at r5, 1 of 1 files at r8, 2 of 2 files at r9. bin/gwt-api-generator.js, line 12 [r9] (raw file): gulpfile.js, line 121 [r3] (raw file): gulpfile.js, line 52 [r9] (raw file): lib/com/vaadin/polymer/Polymer.java, line 278 [r9] (raw file): Comments from the review on Reviewable.io |
Yes I've tested it and I'm working using this branch Review status: 12 of 13 files reviewed at latest revision, 5 unresolved discussions. bin/gwt-api-generator.js, line 12 [r9] (raw file): --package is thought for defining which polymer packages use to generate java classes. Then bower downloads those packages to the resources folder and parses them. That's perfect for predefined projects like we do in gwt-polymer-elements $ bower install vaadin/vaadin-grid#master and voila, I have all the grid wrapped and ready in my src/main/java and src/main/resources gulpfile.js, line 121 [r3] (raw file): gulpfile.js, line 52 [r9] (raw file): lib/com/vaadin/polymer/Polymer.java, line 278 [r9] (raw file): Comments from the review on Reviewable.io |
Review status: 11 of 13 files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. bin/gwt-api-generator.js, line 12 [r9] (raw file): Comments from the review on Reviewable.io |
4666382
to
d1e0cc9
Compare
We try to select a better signature than String if there are multiple behaviors. Put all iron/paper common events in the same namespace.
Review status: 7 of 14 files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. bin/gwt-api-generator.js, line 12 [r9] (raw file): Comments from the review on Reviewable.io |
18bed80
to
29be7b2
Compare
Reviewed 1 of 6 files at r12, 1 of 2 files at r18. bin/gwt-api-generator.js, line 12 [r9] (raw file): How about adding a gulpfile.js, line 238 [r18] (raw file): README.md, line 21 [r18] (raw file): Comments from the review on Reviewable.io |
connects to vaadin/components-team-tasks#34