eastwood

vemv 2022-09-14T08:21:57.079499Z

Minor but handy release https://github.com/jonase/eastwood/blob/v1.3.0/changes.md#changes-from-125-to-130

πŸŽ‰ 1
2022-09-14T15:32:32.288339Z

I thought there was already a linter some years ago that could warn about uses of assoc! and other transient operations, if you called them but discarded their return value. It has been years since I looked at it, but I recall at least considering implementing something like that. Perhaps it bit-rotted since then.

2022-09-14T15:33:29.463909Z

Perhaps the :unused-ret-vals linter did that at some point in the past?

2022-09-14T15:50:54.560059Z

That’s actually how this was implemented 😁

vemv 2022-09-14T18:04:55.383749Z

@andy.fingerhut there's a fair chance that assoc! once was defined like that. var-info.edn has had its churn/'bugs'. Now with unit tests it's more difficult that the intent gets lost in the way

2022-09-14T19:30:57.080899Z

In any case, cool that you added the capability back in if it was not there in the latest version of Eastwood.

🍻 1