We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
focus add
focus sync
Describe the bug
Some focus add calls seem to drop dependencies from previous focus sync calls, necessitating another focus sync. I'm not sure why this happens.
To Reproduce
See FIXME comment in the CI job at https://github.com/twitter/focus/pull/17/files#diff-21364b2e6fae1f2875cee1ab3daefb0685403687eaf8bc32b5c6eacda351c9d3R47-R48
FIXME
Expected behavior
The focus sync call should not be necessary.
The text was updated successfully, but these errors were encountered:
I think this may be fixed since we corrected the mutate method's backing up of the sparse profile. Let's try to see if we can repro it now.
mutate
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Some
focus add
calls seem to drop dependencies from previousfocus sync
calls, necessitating anotherfocus sync
. I'm not sure why this happens.To Reproduce
See
FIXME
comment in the CI job at https://github.com/twitter/focus/pull/17/files#diff-21364b2e6fae1f2875cee1ab3daefb0685403687eaf8bc32b5c6eacda351c9d3R47-R48Expected behavior
The
focus sync
call should not be necessary.The text was updated successfully, but these errors were encountered: