Skip to content

Commit

Permalink
Merge pull request #963 from alliedmodders/update-sp
Browse files Browse the repository at this point in the history
Update SourcePawn.
  • Loading branch information
dvander committed Feb 18, 2019
2 parents 45fb26d + 5d7d7c1 commit 653e932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourcepawn
Submodule sourcepawn updated 43 files
+13 −0 compiler/errors.cpp
+3 −0 compiler/errors.h
+3 −2 compiler/expressions.cpp
+25 −9 compiler/lexer.cpp
+9 −1 compiler/lexer.h
+2 −2 compiler/messages.h
+37 −18 compiler/parser.cpp
+1 −0 compiler/sc.h
+16 −2 compiler/types.cpp
+2 −6 compiler/types.h
+6 −0 tests/compile-only/fail-broken-if-conditional.sp
+1 −0 tests/compile-only/fail-broken-if-conditional.txt
+1 −1 tests/compile-only/fail-empty-enum-struct.txt
+1 −1 tests/compile-only/fail-enum-struct-in-native.txt
+30 −0 tests/compile-only/fail-enum-struct-use-before-def.sp
+2 −0 tests/compile-only/fail-enum-struct-use-before-def.txt
+9 −0 tests/compile-only/fail-missing-semi-on-enum-struct.sp
+1 −0 tests/compile-only/fail-missing-semi-on-enum-struct.txt
+3 −0 tests/compile-only/fail-ref-arg-with-array-type.sp
+1 −0 tests/compile-only/fail-ref-arg-with-array-type.txt
+1 −1 tests/compile-only/ok-enum-struct-to-any-array.sp
+11 −0 tests/compile-only/test-enum-struct-missing-lbrace.sp
+1 −0 tests/compile-only/test-enum-struct-missing-lbrace.txt
+1 −1 tests/enum-structs/array-of-structs.sp
+2 −2 tests/enum-structs/chained-method-call.sp
+1 −1 tests/enum-structs/dynamic-arrays.sp
+1 −1 tests/enum-structs/inline-arrays.sp
+1 −1 tests/enum-structs/method-call.sp
+2 −2 tests/enum-structs/methodmap-in-struct.sp
+3 −3 tests/enum-structs/nested.sp
+1 −1 tests/enum-structs/resolve-field-offsets.sp
+1 −1 tests/enum-structs/simple.sp
+1 −1 tests/enum-structs/sizeof-enum.sp
+1 −1 tests/enum-structs/sizeof-type.sp
+1 −1 tests/enum-structs/sizeof-var.sp
+1 −1 tests/enum-structs/string-fields.sp
+8 −2 tests/runtests.py
+1 −1 tests/sourcemod/include/sdktools_trace.inc
+21 −5 tests/testutil.py
+0 −1 tools/smxtools/smxdasm/Rtti.cs
+2 −2 tools/smxtools/smxdasm/Sections.cs
+2 −1 tools/smxtools/smxviewer/MainWindow.cs
+7 −2 vm/environment.h

0 comments on commit 653e932

Please sign in to comment.