You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Functions.tla file in TLAPS is not aligned with the Functions.tla version from the CommunityModules repository. Similarly, the TLAPS version of SequencesExt.tla has diverged from the SequencesExt.tla in CommunityModules. This discrepancy causes issues in VSCode when the LSP proof extension is enabled, as TLAPS overrides the CommunityModules versions, preventing TLC from accessing the latest definitions.
TLC2 Version 2.20 of Day Month 20?? (rev: cc65eef)
Running breadth-first search Model-Checking with fp 61 and seed -8162497252886980334 with 1 worker on 10 cores with 7282MB heap and 64MB offheap memory [pid: 46948] (Mac OS X 15.0.1 aarch64, Homebrew 11.0.25 x86_64, MSBDiskFPSet, DiskStateQueue).
Starting SANY...
Parsing file /Users/markus/src/TLA/_specs/MSFT/CCF/tla/consensus/MCabs.tla
Parsing file /Users/markus/src/TLA/_specs/MSFT/CCF/tla/consensus/abs.tla
Parsing file /private/var/folders/7d/4x6z2cc91jl588ysynlc1tfc0000gn/T/tlc-8661331616785400850/TLC.tla (jar:file:/Users/markus/.vscode/extensions/tlaplus.vscode-ide-2024.10.192237/tools/tla2tools.jar!/tla2sany/StandardModules/TLC.tla)
Parsing file /Users/markus/.opam/5.1.0/lib/tlapm/stdlib/SequencesExt.tla
Parsing file /private/var/folders/7d/4x6z2cc91jl588ysynlc1tfc0000gn/T/tlc-8661331616785400850/FiniteSetsExt.tla (jar:file:/Users/markus/.vscode/extensions/tlaplus.vscode-ide-2024.10.192237/tools/CommunityModules-deps.jar!/FiniteSetsExt.tla)
Parsing file /private/var/folders/7d/4x6z2cc91jl588ysynlc1tfc0000gn/T/tlc-8661331616785400850/Integers.tla (jar:file:/Users/markus/.vscode/extensions/tlaplus.vscode-ide-2024.10.192237/tools/tla2tools.jar!/tla2sany/StandardModules/Integers.tla)
Parsing file /private/var/folders/7d/4x6z2cc91jl588ysynlc1tfc0000gn/T/tlc-8661331616785400850/Sequences.tla (jar:file:/Users/markus/.vscode/extensions/tlaplus.vscode-ide-2024.10.192237/tools/tla2tools.jar!/tla2sany/StandardModules/Sequences.tla)
Parsing file /private/var/folders/7d/4x6z2cc91jl588ysynlc1tfc0000gn/T/tlc-8661331616785400850/Naturals.tla (jar:file:/Users/markus/.vscode/extensions/tlaplus.vscode-ide-2024.10.192237/tools/tla2tools.jar!/tla2sany/StandardModules/Naturals.tla)
Parsing file /Users/markus/.opam/5.1.0/lib/tlapm/stdlib/FiniteSets.tla
Parsing file /private/var/folders/7d/4x6z2cc91jl588ysynlc1tfc0000gn/T/tlc-8661331616785400850/Relation.tla (jar:file:/Users/markus/.vscode/extensions/tlaplus.vscode-ide-2024.10.192237/tools/CommunityModules-deps.jar!/Relation.tla)
Parsing file /private/var/folders/7d/4x6z2cc91jl588ysynlc1tfc0000gn/T/tlc-8661331616785400850/Folds.tla (jar:file:/Users/markus/.vscode/extensions/tlaplus.vscode-ide-2024.10.192237/tools/CommunityModules-deps.jar!/Folds.tla)
Parsing file /Users/markus/.opam/5.1.0/lib/tlapm/stdlib/Functions.tla
Semantic processing of module Naturals
Semantic processing of module Sequences
Semantic processing of module FiniteSets
Semantic processing of module Functions
Semantic processing of module SequencesExt
Semantic processing of module Folds
Semantic processing of module FiniteSetsExt
Semantic processing of module Relation
Semantic processing of module abs
Semantic processing of module TLC
Semantic processing of module Integers
Semantic processing of module MCabs
Semantic errors:
*** Errors: 1
line 38, col 34 to line 38, col 52 of module MCabs
Unknown operator: `LongestCommonPrefix'.SANY finished.Starting... (2024-10-28 11:17:23)Parsing or semantic analysis failed.Finished in 299ms at (2024-10-28 11:17:23)
Could TLAPS consume the modules from the CommunityModules? Related: #27
The text was updated successfully, but these errors were encountered:
The Functions.tla file in TLAPS is not aligned with the Functions.tla version from the CommunityModules repository. Similarly, the TLAPS version of SequencesExt.tla has diverged from the SequencesExt.tla in CommunityModules. This discrepancy causes issues in VSCode when the LSP proof extension is enabled, as TLAPS overrides the CommunityModules versions, preventing TLC from accessing the latest definitions.
Could TLAPS consume the modules from the CommunityModules? Related: #27
The text was updated successfully, but these errors were encountered: