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

File management #12

Open
1 of 4 tasks
mcmonkey4eva opened this issue Apr 7, 2016 · 7 comments
Open
1 of 4 tasks

File management #12

mcmonkey4eva opened this issue Apr 7, 2016 · 7 comments

Comments

@mcmonkey4eva
Copy link
Member

mcmonkey4eva commented Apr 7, 2016

Need to be able to interact with a limited subset of the file system.
Specifically, files that are permitted through the outputter as script interaction files.

File managers needed:

  • text files
  • binary files
  • yaml files (derive from text files?)
  • FDS (FreneticDataSyntax) files.

All set/get for text/yaml should have a distinction between "get_object" and "get_raw" - object includes the object type automatically, raw always treats as plain text!

@mcmonkey4eva
Copy link
Member Author

Should drop yaml in favor of fds

@Morphan1
Copy link

What is fds

@mcmonkey4eva
Copy link
Member Author

@Morphan1
Copy link

What's the point exactly? What does this do that YAML can't handle?

@mcmonkey4eva
Copy link
Member Author

@Morphan1 it's 1000x less random bs code, more stable and trustworthy somehow too.

@Morphan1
Copy link

Less random bs code? Can't you just... Write your own parser for it? I mean that's basically what you seem to be doing anyway, just using a different file extension and possibly removing some features altogether

@mcmonkey4eva
Copy link
Member Author

I'm changing how it functions a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants