jackfirth / resyntax

A Racket refactoring engine
Apache License 2.0
58 stars 10 forks source link

Recommend `headers-assq*` over `headers-assq`. #171

Closed jackfirth closed 1 month ago

jackfirth commented 1 year ago

This required adjusting the core expansion observation code to make a note of visited identifiers. That way the headers-assq-to-headers-assq* rule can fire on uses of just the headers-assq identifier, regardless of surrounding context.