Skip to content

Conversation

@ryantm
Copy link
Contributor

@ryantm ryantm commented Jun 13, 2025

Why

  • editing .replit causes other things to recompute, let's not edit it if we didn't change it

What changed

  • check strings are different before writing to file

Test plan

  • ran it and sent [ { "op": "add", "path": "foo", "value": "123" }] multiple times and saw it only changed the first time

Why
===
* editing .replit causes other things to recompute, let's not edit it
if we didn't change it

What changed
===
* check strings are different before writing to file

Test plan
===
* ran it and sent `[ { "op": "add", "path": "foo", "value": "123" }]`
multiple times and saw it only changed the first time
@ryantm ryantm merged commit 7452ace into main Jun 13, 2025
2 checks passed
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.

3 participants