Conversation
a09cb88 to
5ba4f0a
Compare
54d5b44 to
dfd1a21
Compare
macournoyer
left a comment
There was a problem hiding this comment.
Awesome work! 🔥
I'm only worried about binmode and encoding. But if you tested. All good!
4b8cdb7 to
bb5b29b
Compare
|
@charlespwd These Windows bugs seem quite intricate, nice to see you're crushing them one-by-one! Is there hope for a newer theme-check & theme-check-vscode version in the near future? I'm still using themekit for windows... not confident enough to try Shopify CLI with theme-check yet :) |
I also agree with @lorand-horvath |
|
Hey @lorand-horvath, @mrseankumar25! We just released theme-check 1.5.0, (and a small bugfix in theme-check-vscode 1.1.4). Please let us know if you have any issues!
I might say "I think this is the one 🤞" but I don't want to jinx myself. So consider that I didn't say that :) |
|
@charlespwd Thanks for the heads up, but I've just noticed a couple of issues with the latest theme-check-vscode 1.1.4 |
|
I've installed the theme-check 1.5.0 and have some new errors: |
|
This has just got fixed in 1.5.1 |
|
I've installed the theme-check 1.5.2 and have some new errors: |
|
That's something different, I'll open an issue. Thanks for reporting! // Thanks for your patience with this. Seems like we're missing a bunch of curve balls here. |
|
I can do some more real-time testing if you need. |

Fixes #413
Things that happened:
file:///c%3A/...(note the third slash)offenses.sort_by(:location)'s behaviour was not deterministic since it was possible that two errors showed up at the same location. I have addedsort_bylocation + message, this way it should be more deterministic.