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

Solve the "examples" problem #926

Closed
4 tasks done
alecthomas opened this issue Feb 12, 2024 · 0 comments
Closed
4 tasks done

Solve the "examples" problem #926

alecthomas opened this issue Feb 12, 2024 · 0 comments
Assignees

Comments

@alecthomas
Copy link
Collaborator

alecthomas commented Feb 12, 2024

Examples in the FTL repo get out of sync because they're not tested. The problem is that if they were tested that would increase the burden on us, because we'd need to synchronously fix all examples on every commit.

Going with option 1 below.

A couple of options we've discussed before:

  1. Move all examples to https://github.com/TBD54566975/ftl-examples/. This will use a pinned version of FTL which we'll periodically upgrade. We'd still need some testing here but it would remove the burden of keeping the examples up to date synchronously with the rest of FTL.
  2. Move all examples back into FTL and test them in CI.
@github-actions github-actions bot added the triage Issue needs triaging label Feb 12, 2024
@alecthomas alecthomas added next Work that will be be picked up next and removed triage Issue needs triaging labels Feb 12, 2024
@github-actions github-actions bot removed the next Work that will be be picked up next label Feb 12, 2024
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

No branches or pull requests

2 participants