Skip to content

Autoloading variables #10

@mawiswiss

Description

@mawiswiss

A variable can only be used once in a global context across multiple projects, this is because of the autoloading functionality build into enrol.
This behaviour could be very dangerous when using variables inside a deploy.zsh file to simplify the script, because it's possible that the script is reading a variable from a complete different project.

Variables need to be encapsulated or prefixed. Best solution would be a automatic one inside the autoload feature itself.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions