diff --git a/lingua-franca b/lingua-franca index dd53b50ae..daaea1bf1 160000 --- a/lingua-franca +++ b/lingua-franca @@ -1 +1 @@ -Subproject commit dd53b50ae51b9789af7321a4ae04cbd3a234ad8d +Subproject commit daaea1bf15a2cf97ea4e980aeab8a5a3972e1dcd diff --git a/src/extension_version.ts b/src/extension_version.ts index 72bec68db..bb0c8f968 100644 --- a/src/extension_version.ts +++ b/src/extension_version.ts @@ -1,3 +1,3 @@ 'use strict'; // This is a generated file. Do not edit. -export const version = "0aa241b1a6750887e50c4ae04a1a4b74826a7f31"; +export const version = "3d655f812e25ca29012b614acdc91db0bf4fc29f"; diff --git a/test/known-good/C/src/Mutable.html b/test/known-good/C/src/Mutable.html index faedf53cf..0616847b4 100644 --- a/test/known-good/C/src/Mutable.html +++ b/test/known-good/C/src/Mutable.html @@ -194,6 +194,20 @@ ) { + + + + +// Pathetically, the Windows C compiler doesn't support arrays on the stack with a variable size. + + + + + + +// So we have to give a constant here instead of the parameter width. + + @@ -207,7 +221,7 @@ input -[width] in: +[2] in: diff --git a/test/known-good/C/src/token/MutableToken.html b/test/known-good/C/src/token/MutableToken.html index 38094c743..4be2ab9be 100644 --- a/test/known-good/C/src/token/MutableToken.html +++ b/test/known-good/C/src/token/MutableToken.html @@ -142,6 +142,20 @@ ) { + + + + +// Pathetically, the Windows C compiler doesn't support arrays on the stack with a variable size. + + + + + + +// So we have to give a constant here instead of the parameter width. + + @@ -155,7 +169,7 @@ input -[width] in: +[2] in: diff --git a/test/known-good/Python/src/LingoFederatedImport.html b/test/known-good/Python/src/LingoFederatedImport.html deleted file mode 100644 index a9bb96e2b..000000000 --- a/test/known-good/Python/src/LingoFederatedImport.html +++ /dev/null @@ -1,244 +0,0 @@ - -# Test the new import statement for Lingo downloaded packages with the import path enclosed in angle brackets - - - -# Version 1: The LF file is located in "src". - - - -target - - - - - -Python - - - { - - - - timeout - - -: - - -2 - - - - - -sec - - - -} - - - - - - - -import - - - - - -Count - - - - - -from - - - < - - -library-test/Import.lf - - -> - - - - - - - -reactor - - - - - -Actuator - - - { - - - - - - -input - - - - - -results - - - - - - - - - - -reaction - - -(results) - - -{= - - - - print(f"Count: {results.value}") - - - - - - -=} - - - -} - - - - - - - -federated - - - - - -reactor - - - { - - - - - - -count - - - - - -= - - - - - -new - - - - - -Count - - -() - - - - - - -act - - - - - -= - - - - - -new - - - - - -Actuator - - -() - - - - - - -count - - -. - - -out - - - - - --> - - - - - -act - - -. - - -results - - - -} - - - - - - diff --git a/test/known-good/Python/src/lingo_imports/FederatedTestImportPackages.html b/test/known-good/Python/src/lingo_imports/FederatedTestImportPackages.html deleted file mode 100644 index 489135566..000000000 --- a/test/known-good/Python/src/lingo_imports/FederatedTestImportPackages.html +++ /dev/null @@ -1,244 +0,0 @@ - -# Test the new import statement for Lingo downloaded packages with the import path enclosed in angle brackets - - - -# Version 2: The LF file is now located in a subdirectory under "src". - - - -target - - - - - -Python - - - { - - - - timeout - - -: - - -2 - - - - - -sec - - - -} - - - - - - - -import - - - - - -Count - - - - - -from - - - < - - -library-test/Import.lf - - -> - - - - - - - -reactor - - - - - -Actuator - - - { - - - - - - -input - - - - - -results - - - - - - - - - - -reaction - - -(results) - - -{= - - - - print(f"Count: {results.value}") - - - - - - -=} - - - -} - - - - - - - -federated - - - - - -reactor - - - { - - - - - - -count - - - - - -= - - - - - -new - - - - - -Count - - -() - - - - - - -act - - - - - -= - - - - - -new - - - - - -Actuator - - -() - - - - - - -count - - -. - - -out - - - - - --> - - - - - -act - - -. - - -results - - - -} - - - - - -