Skip to content

Use a File class to wrap file compilation logic #4

@antoniogamiz

Description

@antoniogamiz

Steps to take:

  • Add a simple File class only containing four basic attributes. Something like:
class File {

   has Status  $.status;
   has Str     $.path;
   has Instant $.added;
   has Str     $.cache-key;

}
  • Integrate it in the system.
  • Add methods to compile the file, etc.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions