Skip to content

Conversation

blaix
Copy link
Contributor

@blaix blaix commented Jul 30, 2025

Fixes #316

@blaix blaix requested a review from robinheghan July 30, 2025 09:58
outputType
, outputPath =
fileName
".gren/" ++ fileName
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels a little iffy to hard-code this path...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, but I think it's fine for now. In the next release or so we might add this folder to the Compiler.Paths module of compiler-node. Currently, the .gren folder is only used by the backend.

outputType
, outputPath =
fileName
".gren/" ++ fileName
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, but I think it's fine for now. In the next release or so we might add this folder to the Compiler.Paths module of compiler-node. Currently, the .gren folder is only used by the backend.

@robinheghan robinheghan merged commit ac900cb into main Jul 31, 2025
5 checks passed
@robinheghan robinheghan deleted the hide-gren-run-output branch July 31, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gren run should not pollute current project

2 participants