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

Setting mode member of Filestream class #118

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Setting mode member of Filestream class #118

merged 1 commit into from
Mar 28, 2024

Conversation

OptionalAssistant
Copy link
Contributor

We have method mode() which returns open mode of current file but we never set mode variable.Thus it always return None.It seems that it simply was forgotten

We have method mode() which returns open mode of current file but we never set mode variable.Thus it always return None.
@OptionalAssistant
Copy link
Contributor Author

OptionalAssistant commented Mar 28, 2024

Or as an another option we also can remove variable mode and method mode()

P.S.Is it supposed that user can use FileStream or it is just for zasm internals needs?

@ZehMatt
Copy link
Collaborator

ZehMatt commented Mar 28, 2024

Thanks, its not an internal thing, see tests.saverestore.cpp.

@ZehMatt ZehMatt merged commit cbb50a2 into zyantific:master Mar 28, 2024
6 checks passed
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