Skip to content

Calling require loads the file twice #341

Closed
@jmthomas

Description

@jmthomas

require is a ruby keyword and is expected to only load a file once. COSMOS overloads require to load files from the minio filesystem and thus loads the file on every call to require. This probably won't cause issues for people but it is inefficient and breaks the way people think about require in Ruby.

Metadata

Metadata

Assignees

Labels

maintenanceDependencies or other issues not bugs or features

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions