Uh oh!
There was an error while loading. Please reload this page.
Fix master testing and update eslint-config - #17367
Conversation
skjnldsv
commented
Oct 2, 2019
I never seen a pr so fast approved! 😱 🚀 |
skjnldsv
commented
Oct 2, 2019
/compile amend / |
skjnldsv
commented
Oct 2, 2019
Weird |
91e7a3a to
3a00b3aCompareskjnldsv
commented
Oct 2, 2019
/compile amend /apps/workflowengine/js/ |
3a00b3a to
515e9efCompare515e9ef to
e90029bCompareskjnldsv
commented
Oct 2, 2019
Ah, now I get it :) |
3849582 to
4376715Compareskjnldsv
commented
Oct 2, 2019
/compile amend / |
4376715 to
9afbacdCompareskjnldsv
commented
Oct 2, 2019
@nextcloud/javascript I need help here I don't understand!
|
ChristophWurst
commented
Oct 2, 2019
hold my php |
9afbacd to
4a3078fCompareChristophWurst
commented
Oct 2, 2019
should be fine now |
skjnldsv
commented
Oct 2, 2019
any explanations? |
ChristophWurst
commented
Oct 2, 2019
I ran
and then
and the file in question was updated. So I amended. |
skjnldsv
commented
Oct 2, 2019
yes, I did that 10 times! |
ChristophWurst
commented
Oct 2, 2019
Then let's see who's version wins 🍿 |
skjnldsv
commented
Oct 2, 2019
Ahahahaha told you 😉 |
78a9698 to
24e47d4Compareskjnldsv
commented
Oct 3, 2019
| * | ||
| */ | ||
| use OCA\WorkflowEngine\AppInfo\Application; | ||
| style(Application::APP_ID, 'multiselect'); |
There was a problem hiding this comment.
So... I'm happy it works now. But it still feels hacky. Including the CSS into the bundle is much nicer IMO (as it saves requests). But lets debug that later.
@danxuliu there are some acceptance tests failures. |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
24e47d4 to
972279dCompareskjnldsv
commented
Oct 4, 2019
SHould be fixed now :) |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Also fixed the acceptance-app-files-tags ^^ |
ChristophWurst
commented
Oct 4, 2019
I would appreciate if we could have a second person review & approve the changes that happen after the reviews :) |
skjnldsv
commented
Oct 4, 2019
@ChristophWurst but there is 2 reviews 🤔 |
danxuliu
commented
Oct 4, 2019
They came from #17263. And I missed the mention and this pull request; I found the acceptance tests failures in another one. So after manually bisecting the commit (please, next time remove the ending semicolon in one commit, add the missing spaces in other, fix the documentation parameters in other... ;-) ) I finally found that the issue was caused by the destructuring assignment. And when I was happily going to open the pull request to fix it... then I saw that you already fixed it here! I want to cry :-P Jokes aside, I would have expected Babel to transpile the destructuring assignment to something that older browsers could handle (as I guess that the same issue would happen in Internet Explorer 11). Maybe some rule or plugin is missing? |
skjnldsv
commented
Oct 4, 2019
/me pat @danxuliu in the back 😁 Yeah, it's a bit weird! I reverted back the fix of the detructuring assignment and ignoroed eslint warning as this is a weird hack for old firefox entries. We shouldn't mess with this too much :) |

After #17263