apalache-mc / apalache

APALACHE: symbolic model checker for TLA+ and Quint
https://apalache-mc.org/
Apache License 2.0
439 stars 40 forks source link

Replaces scope-safe builder usage in Apalache internals with scop-unsafe builder usage #2935

Closed Kukovec closed 2 months ago

Kukovec commented 2 months ago

The unsafe builder leverages native scala objects, and is not susceptible to stack-depth issues, unlike the State-based builder.

The changes introduced are as follows:

No rule or data structure semantics have been modified.

konnov commented 2 months ago

Shall we merge this one?

Kukovec commented 2 months ago

Shall we merge this one?

Let me just add ./unreleased/