Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

[yangster-docker@next, theia-full-next] not working #294

Closed
marcdumais-work opened this issue Feb 4, 2020 · 1 comment · Fixed by #295
Closed

[yangster-docker@next, theia-full-next] not working #294

marcdumais-work opened this issue Feb 4, 2020 · 1 comment · Fixed by #295

Comments

@marcdumais-work
Copy link
Member

It builds but the app can't start

Client-side error:

index.js:95 Error: Cannot apply @injectable decorator multiple times.
    at injectable.js:8
    at Reflect.js:540
    at Object.<anonymous> (Reflect.js:130)
    at a (decorator_utils.js:42)
    at Object.t.decorate (decorator_utils.js:55)
    at Object.<anonymous> (widget.ts:25)
    at n (bootstrap:19)
    at Object.<anonymous> (index.ts:17)
    at n (bootstrap:19)
    at Object.<anonymous> (dialogs.ts:20)

This is caused by the fact that the app pulls 2 versions of @theia/core. The root cause looks to be the theia-yang-extension@next extension:

theia-ide/yangster#85

@marcdumais-work marcdumais-work changed the title [yangster-docker@next] not working [yangster-docker@next, theia-full] not working Feb 4, 2020
@marcdumais-work marcdumais-work changed the title [yangster-docker@next, theia-full] not working [yangster-docker@next, theia-full-next] not working Feb 4, 2020
@marcdumais-work
Copy link
Member Author

Way forward: after discussion, we'll remove the yangster image (latest and next) from CI and remove theia-yang-extension from the theia-full:next image. See theia-ide/yangster#85 (comment)

marcdumais-work added a commit that referenced this issue Feb 6, 2020
Due to limited resources the yangster-related extensions may not keep-up
with the latest Theia platform at all times. To minimize CI issues here,
this commit removes the theia-yangster image (both latest and next) from
CI, and also removes theia-yangs-extension from theia-full:next.

Fixes #294

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
marcdumais-work added a commit that referenced this issue Feb 6, 2020
Due to limited resources the yangster-related extensions may not keep-up
with the latest Theia platform at all times. To minimize CI issues here,
this commit removes the theia-yangster image (both latest and next) from
CI, and also removes theia-yangs-extension from theia-full:next.

Fixes #294

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
kbarbounakis pushed a commit to kbarbounakis/theia-apps that referenced this issue Feb 21, 2020
Due to limited resources the yangster-related extensions may not keep-up
with the latest Theia platform at all times. To minimize CI issues here,
this commit removes the theia-yangster image (both latest and next) from
CI, and also removes theia-yangs-extension from theia-full:next.

Fixes theia-ide#294

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant