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

feat: support auto-detecting changes #364

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jnizet
Copy link
Member

@jnizet jnizet commented Jul 7, 2024

This is mainly an experiment to gather feedback.
It's lacking documentation and tests, especially in zoneless mode.

This is mainly an experiment to gather feedback.
It's lacking documentation and tests, especially in zoneless mode.
@jnizet jnizet requested a review from cexbrayat July 7, 2024 09:30
Copy link
Member

@cexbrayat cexbrayat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice first step!

A few things:

  • I'm not a fan of async* methods. I don't exactly know how, but I would prefer to have the same APIs (maybe we can have overloaded versions? Maybe we return a different test element? Combined with eslint checks on pending promises, we might be able to know if await is needed or not)
  • Could we have a way to configure it globally?
  • The commit and PR titles have a typo

@cexbrayat cexbrayat changed the title feat: support eut-detecting changes feat: support auto-detecting changes Aug 28, 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

Successfully merging this pull request may close these issues.

2 participants