From 1116bec3df9348ca3ff27f31e99a60805ef1477a Mon Sep 17 00:00:00 2001 From: miks1965 Date: Mon, 21 Nov 2016 18:54:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=B4=D0=B2=D0=B0=20=D1=82=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=D1=8B=D1=85=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80?= =?UTF-8?q?=D0=B0,=20=D0=BA=D0=BE=D1=82=D0=BE=D1=80=D1=8B=D0=B5=20=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D0=BB=D0=B8=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D1=8B=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configuration/GlobalAssemblyInfo.cs | 2 +- Configuration/Version.defs | 4 ++-- ReleaseGenerators/PascalABCNET_version.nsh | 2 +- .../CompilationSamples/TupleQuestionOp.pas | 4 ++++ TestSuite/CompilationSamples/yieldArr2Dim.pas | 10 ++++++++++ bin/Lib/PABCRtl.dll | Bin 536064 -> 536064 bytes 6 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 TestSuite/CompilationSamples/TupleQuestionOp.pas create mode 100644 TestSuite/CompilationSamples/yieldArr2Dim.pas diff --git a/Configuration/GlobalAssemblyInfo.cs b/Configuration/GlobalAssemblyInfo.cs index 6d9b5f627..9326d60e3 100644 --- a/Configuration/GlobalAssemblyInfo.cs +++ b/Configuration/GlobalAssemblyInfo.cs @@ -15,7 +15,7 @@ internal static class RevisionClass public const string Major = "3"; public const string Minor = "2"; public const string Build = "0"; - public const string Revision = "1342"; + public const string Revision = "1343"; public const string MainVersion = Major + "." + Minor; public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision; diff --git a/Configuration/Version.defs b/Configuration/Version.defs index 772175fb8..ca917f1ba 100644 --- a/Configuration/Version.defs +++ b/Configuration/Version.defs @@ -1,4 +1,4 @@ -%MINOR%=2 -%REVISION%=1342 %COREVERSION%=0 +%REVISION%=1343 +%MINOR%=2 %MAJOR%=3 diff --git a/ReleaseGenerators/PascalABCNET_version.nsh b/ReleaseGenerators/PascalABCNET_version.nsh index 53bdbfcbf..0c4132aa6 100644 --- a/ReleaseGenerators/PascalABCNET_version.nsh +++ b/ReleaseGenerators/PascalABCNET_version.nsh @@ -1 +1 @@ -!define VERSION '3.2.0.1342' +!define VERSION '3.2.0.1343' diff --git a/TestSuite/CompilationSamples/TupleQuestionOp.pas b/TestSuite/CompilationSamples/TupleQuestionOp.pas new file mode 100644 index 000000000..cb3ebf483 --- /dev/null +++ b/TestSuite/CompilationSamples/TupleQuestionOp.pas @@ -0,0 +1,4 @@ +begin + var t := True? (0,0): (1,1); + Print(t); +end. \ No newline at end of file diff --git a/TestSuite/CompilationSamples/yieldArr2Dim.pas b/TestSuite/CompilationSamples/yieldArr2Dim.pas new file mode 100644 index 000000000..361f656e0 --- /dev/null +++ b/TestSuite/CompilationSamples/yieldArr2Dim.pas @@ -0,0 +1,10 @@ +function RowSequence(bfbf: array [,] of integer): sequence of integer; +begin + var t := bfbf[0,0]; + yield t; +end; + +begin + + +end. \ No newline at end of file diff --git a/bin/Lib/PABCRtl.dll b/bin/Lib/PABCRtl.dll index 1454d3011e6009f3ff03e75979503885b1631fc3..f29b98f32c6b71492a7aed212065617d731403d3 100644 GIT binary patch delta 254 zcmZp;qtI|iVL}JHZQofu5Y%V{>8tV zd(ZE5>bEYxpb=c#8O_I7)t-Hq8Hibcn00&hUAC_i1bk<%Y@5t?#Jg_`qxy&B`TE-n z^4OQ`)&Y7Uf&mDafLH~@00JE?4u+s$mtf<4-&P8z?{L_!ocQ^T-O-oZ9ke(OFarQd C+-u1I delta 254 zcmZp;qtI|iVL}J9%Lk*0-M-8z&o~-yx87!Kz0I`sHnYH;`Y#$Rr#39K4|wra-Q4$M zg`o1%D^tr77fpEarl~7EN4_s2H*N!$pogsPs|vmJX?-R=|H~!L=kd*aJcIctlhK_- z*~|m!>mO%4WKAxglwR>U7*FqS3+OzL612GE_vu@A6%l37GfO%Y0;`*SAKFf;o>R$!QI&Uw? zV_&jc2k3z&b?0^mEsg`s0IY6p A#sB~S