mlabs-haskell / mlabs-haskell/bot-plutus-interface
Expand mock filesystem
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 21
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
The current mock file system only accounts for files with arbitrary file paths, in one location.
Ideally, this should expand to handle directory checks (ensuring one cannot create a file in a directory that was not previously created), as well as location - when running in remote mode, we have the local file system and the remote file system, both of which need to act correctly.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by locating the current mock filesystem implementation and its callers in remote mode, then trace how local and remote paths are selected. Done means directory existence is enforced and file operations behave correctly for both local and remote filesystems.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100