Skip to content

Conversation

@cptartur
Copy link
Member

@cptartur cptartur commented Oct 22, 2025

Closes #2074


Stack:

⚠️ Part of a stack created by spr. Do not merge manually using the UI - doing so may have unexpected results.

@cptartur cptartur force-pushed the spr/master/b701265d branch from f3341f3 to 975c55c Compare October 23, 2025 13:53
@cptartur cptartur mentioned this pull request Oct 23, 2025
@cptartur cptartur force-pushed the spr/master/adef9534 branch from 6aabc54 to d1cf4c1 Compare November 7, 2025 11:21
@cptartur cptartur force-pushed the spr/master/b701265d branch from 975c55c to b529f57 Compare November 7, 2025 11:21
@cptartur cptartur linked an issue Nov 7, 2025 that may be closed by this pull request
@cptartur cptartur force-pushed the spr/master/adef9534 branch from d1cf4c1 to c796ac7 Compare November 7, 2025 11:23
@cptartur cptartur force-pushed the spr/master/b701265d branch from b529f57 to a5347c6 Compare November 7, 2025 11:23
@cptartur cptartur force-pushed the spr/master/adef9534 branch from c796ac7 to 6fecbf4 Compare November 7, 2025 11:29
@cptartur cptartur force-pushed the spr/master/b701265d branch 2 times, most recently from 275f396 to 12fa2fe Compare November 7, 2025 11:31
@cptartur cptartur force-pushed the spr/master/adef9534 branch from 6fecbf4 to 0560da2 Compare November 7, 2025 11:31
@cptartur cptartur marked this pull request as ready for review November 7, 2025 11:50
@cptartur cptartur requested a review from a team as a code owner November 7, 2025 11:50
@cptartur cptartur requested review from franciszekjob and ksew1 and removed request for a team November 7, 2025 11:50
let path = entry.path();

if path.is_file() {
if path.is_file() && path.extension().is_some_and(|ex| ex == "cairo") {
Copy link
Member

Choose a reason for hiding this comment

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

The issue says you should replace on cairo.template and here you are doing on .cairo

Copy link
Member Author

Choose a reason for hiding this comment

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

Right, I don't think we want to bother with cairo.template. I extended the logic so it checks for .cairo files (replacing all files broke some tests).

The improvement with templates file is only theoretical + it will break ls support for them (unless they support .template explicitly) so it's not improving anything for our tests DevX.

Copy link
Contributor

@franciszekjob franciszekjob left a comment

Choose a reason for hiding this comment

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

Same remark as Karol

Closes #2074

commit-id:b701265d
@cptartur cptartur force-pushed the spr/master/b701265d branch from 12fa2fe to f955261 Compare November 12, 2025 12:23
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.

Replace {{ NODE_RPC_URL }} on .cairo.template files only

4 participants