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

Reimplement state processing #172

Merged
merged 1 commit into from
Apr 30, 2021
Merged

Reimplement state processing #172

merged 1 commit into from
Apr 30, 2021

Conversation

mshima
Copy link
Collaborator

@mshima mshima commented Apr 30, 2021

Fixes wrong isNew state:

  • an existing file deletion will not be committed with the operation sequence: delete, write, delete.

Changes some behaviors:

  • Implement api for file state processing.
  • isNew is processed at commit time only by testing the existence in the disc.
  • Don't test deleted state and null contents. A deleted file contents should be always null.

@mshima mshima merged commit fec287c into SBoudrias:master Apr 30, 2021
@mshima mshima deleted the state branch April 30, 2021 17:47
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.

1 participant