Skip to content

Abstract away RamFileSystem common logic that works for any file system and make alternative to ramdisks #128

@ascopes

Description

@ascopes

To assist in debugging in the future, and to potentially improve functionality with compilers like ECJ that have a dependency that the file system is the default file system internally, move most of the logic for RamFileSystem to an abstract class, and make RamFileSystem extend this abstract class.

Then implement an alternative to this that uses temporary directories on the default file system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementOptimisations and internal improvements in the codebase.new featureA new feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions