Skip to content
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

Add build flag to enable TS2019 #928

Merged
merged 3 commits into from
Nov 4, 2022

Conversation

kradalby
Copy link
Collaborator

@kradalby kradalby commented Nov 3, 2022

This commit starts an experiment to disable TS2019 (we also call it
legacy).

The two main goals for this right now is:

  • Diasble TS2019, and verify that the integration test clients with the
    appropriate TS2021 support works as expected
  • Get an overview of how coupled the protocol code is, if this is easy,
    it will be easy to remove when the time comes.

Also, users with "crazy" desires like only supporting the most modern
protocol can build this version.

Signed-off-by: Kristoffer Dalby [email protected]

@kradalby kradalby marked this pull request as ready for review November 4, 2022 09:35
This commit starts an experiment to disable TS2019 (we also call it
legacy).

The two main goals for this right now is:

- Diasble TS2019, and verify that the integration test clients with the
  appropriate TS2021 support works as expected
- Get an overview of how coupled the protocol code is, if this is easy,
  it will be easy to remove when the time comes.

Also, users with "crazy" desires like only supporting the most modern
protocol _can_ build this version.

Signed-off-by: Kristoffer Dalby <[email protected]>
Signed-off-by: Kristoffer Dalby <[email protected]>
Signed-off-by: Kristoffer Dalby <[email protected]>
@kradalby kradalby closed this Nov 4, 2022
@kradalby kradalby reopened this Nov 4, 2022
@kradalby kradalby merged commit 527b580 into juanfont:main Nov 4, 2022
@kradalby kradalby deleted the experiment-disable-ts2019 branch November 4, 2022 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants