Skip to content

Prevent changes outside of editor#207

Draft
nikitalita wants to merge 1 commit into
mainfrom
fs-fixes
Draft

Prevent changes outside of editor#207
nikitalita wants to merge 1 commit into
mainfrom
fs-fixes

Conversation

@nikitalita
Copy link
Copy Markdown
Collaborator

No description provided.

let mut text_entries: Vec<(String, String)> = Vec::new();
let mut scene_entries: Vec<(String, GodotScene)> = Vec::new();
// TODO: we should have `FileSystemEvent` objects as parameters, and they should store a precomputed hash; then we can just pass them in here.
let mut binary_entries: Vec<(String, DocHandle, [u8; 16])> = Vec::new();
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Instead of storing u816 arrays consider a custom type

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, I was considering leaving it as a md5::Digest

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