google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.27k stars 204 forks source link

Expose CompareLimit variable, controlling recursion when comparing cyclic data. #392

Closed fenollp closed 2 years ago

fenollp commented 2 years ago

Fixes https://github.com/google/starlark-go/issues/360

adonovan commented 2 years ago

The code change seems fine, but please follow our conventions for the commit message and PR: a concise summary line, a motivation, and a list of other effects or risks.

fenollp commented 2 years ago

@adonovan Thanks for reviewing. Amended.

fenollp commented 2 years ago

Alan, thanks for the review. What can I do to help this move forward?