-
Notifications
You must be signed in to change notification settings - Fork 240
Resolve #2074 #3848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: spr/master/adef9534
Are you sure you want to change the base?
Resolve #2074 #3848
Conversation
f3341f3 to
975c55c
Compare
6aabc54 to
d1cf4c1
Compare
975c55c to
b529f57
Compare
d1cf4c1 to
c796ac7
Compare
b529f57 to
a5347c6
Compare
c796ac7 to
6fecbf4
Compare
275f396 to
12fa2fe
Compare
6fecbf4 to
0560da2
Compare
| let path = entry.path(); | ||
|
|
||
| if path.is_file() { | ||
| if path.is_file() && path.extension().is_some_and(|ex| ex == "cairo") { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
franciszekjob
left a comment
There was a problem hiding this 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
12fa2fe to
f955261
Compare
Closes #2074
Stack:
RawFeltVec#3849