Skip to content

Commit

Permalink
Update lape and remove lcoLooseSemicolon. Causes inconsistent standar…
Browse files Browse the repository at this point in the history
…ds and more importantly breaks codetools.
  • Loading branch information
ollydev committed Aug 12, 2023
1 parent 5c2b9c0 commit 82e0de2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/script/simba.script_compiler.pas
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ procedure TSimbaScript_Compiler.Import;
StartImporting();

try
Options := Options + [lcoLooseSemicolon, lcoAutoInvoke, lcoExplicitSelf, lcoAutoObjectify, lcoRelativeFileNames] - [lcoInheritableRecords];
Options := Options + [lcoAutoInvoke, lcoExplicitSelf, lcoAutoObjectify, lcoRelativeFileNames] - [lcoInheritableRecords];

ImportingSection := 'System';

Expand Down
2 changes: 1 addition & 1 deletion Tests/RunTests/tester.simba
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ begin
begin
WriteLn('Passed');

Inc(Pass)
Inc(Pass);
end else
begin
WriteLn('Failed "' + Trim(Output) + '"');
Expand Down
2 changes: 1 addition & 1 deletion Third-Party/lape

0 comments on commit 82e0de2

Please sign in to comment.