-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
CI/Build Issue #2418
Comments
Just had a look, need a few more changes to the type generation, theres an issue with inferring types. Not sure why the auto directory is still there though |
Issue with typescript on generating types that override the constructor, microsoft/TypeScript#53266 |
@saghul seems to fix the constructor typescript generate problem, we need to upgrade typescript 1 major version to at least 5.1.3 (The first version to include that fix). Ideally to the latest 5.3.3, am I okay to create a PR that does this? For reference this is the last outstanding issue:
Because of: lib-jitsi-meet/JitsiConference.js Line 328 in 47fc0fb
and lib-jitsi-meet/JitsiTrackError.js Line 139 in 47fc0fb
|
We use a prepare script: Line 76 in 47fc0fb
That must be because we don't clean the directory. @damencho Can we perhaps add a |
Absolutely! |
On ci, there is a build job. |
Let's extract whatever we can from there and add it as a script here, the way we have it already for jibri and jvb. |
Not sure I follow. |
Have these here https://github.com/jitsi/jibri/blob/master/resources/jenkins/release.sh So we can control scripts from the source code and not from jenkins job. |
We have similar for jvb We have been doing that for every project that we move to the new version with the git hash, that is the plan and for jitsi-meet for the last 5 years :) One day ... |
Just had a look at the latest .tar.gz after the fixes for the types, it looks like the index.d.ts did not get re-generated, or its cached?
Also the types/auto directory is still there.
Specifically this version: https://github.com/jitsi/lib-jitsi-meet/releases/tag/v1745.0.0%2B47fc0fbb
The text was updated successfully, but these errors were encountered: