-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -423,16 +423,16 @@ | |
<h1><span style='font-size:24.0pt;line-height:107%;font-family:"Agency FB",sans-serif'>Objeck | ||
Programming Language</span></h1> | ||
|
||
<p class=MsoSubtitle><span style='font-size:10.0pt;line-height:107%'>v5.1.6; August | ||
11, 2019</span></p> | ||
<p class=MsoSubtitle><span style='font-size:10.0pt;line-height:107%'>v5.1.7; August | ||
17, 2019</span></p> | ||
|
||
<h2><span style='font-size:12.0pt;line-height:107%'> </span></h2> | ||
|
||
<h2><span style='font-size:12.0pt;line-height:107%'>Release notes</span></h2> | ||
|
||
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height: | ||
normal'><span style='font-family:"Calibri",sans-serif'>Additional lambda and | ||
generics functionality</span></p> | ||
normal'><span style='font-family:"Calibri",sans-serif'>Added type inference for | ||
lambda expressions.</span></p> | ||
|
||
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height: | ||
normal'><span style='font-family:"Calibri",sans-serif'> </span></p> | ||
|
@@ -443,26 +443,24 @@ <h2><span style='font-size:12.0pt;line-height:107%'>Release notes</span></h2> | |
<p class=MsoListParagraphCxSpFirst style='margin-bottom:0in;margin-bottom:.0001pt; | ||
text-indent:-.25in;line-height:normal'><span style='font-family:"Calibri",sans-serif'>1.<span | ||
style='font:7.0pt "Times New Roman"'> </span></span><span | ||
style='font-family:"Calibri",sans-serif'>Fixed compile time error when | ||
returning '@self' from a generic class</span></p> | ||
style='font-family:"Calibri",sans-serif'>Type inference for lambda expressions</span></p> | ||
|
||
<p class=MsoListParagraphCxSpMiddle style='margin-bottom:0in;margin-bottom: | ||
.0001pt;text-indent:-.25in;line-height:normal'><span style='font-family:"Calibri",sans-serif'>2.<span | ||
style='font:7.0pt "Times New Roman"'> </span></span><span | ||
style='font-family:"Calibri",sans-serif'>Added 'Each' and 'Limit' methods to | ||
generic collections</span></p> | ||
style='font-family:"Calibri",sans-serif'>Add 'Zip' to generics Map class</span></p> | ||
|
||
<p class=MsoListParagraphCxSpMiddle style='margin-bottom:0in;margin-bottom: | ||
.0001pt;text-indent:-.25in;line-height:normal'><span style='font-family:"Calibri",sans-serif'>3.<span | ||
style='font:7.0pt "Times New Roman"'> </span></span><span | ||
style='font-family:"Calibri",sans-serif'>Support for lambda expressions without | ||
return values </span></p> | ||
style='font-family:"Calibri",sans-serif'>Fixed bug that broke 'Apply' methods | ||
in generic collections</span></p> | ||
|
||
<p class=MsoListParagraphCxSpLast style='margin-bottom:0in;margin-bottom:.0001pt; | ||
text-indent:-.25in;line-height:normal'><span style='font-family:"Calibri",sans-serif'>4.<span | ||
style='font:7.0pt "Times New Roman"'> </span></span><span | ||
style='font-family:"Calibri",sans-serif'>'ToString' methods added to holder | ||
classes</span></p> | ||
style='font-family:"Calibri",sans-serif'>Resolved parsing issue regarding | ||
multi-line lambdas within function calls</span></p> | ||
|
||
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height: | ||
normal'><span style='font-family:"Calibri",sans-serif'> </span></p> | ||
|
@@ -604,7 +602,7 @@ <h2><span style='font-size:12.0pt;line-height:107%'>Compiling and executing | |
..\examples\hello.obs -dest hello.obe </span></p> | ||
|
||
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height: | ||
normal'><span style='font-family:"Calibri",sans-serif'> OR- | ||
normal'><span style='font-family:"Calibri",sans-serif'> OR- | ||
</span></p> | ||
|
||
<p class=MsoNormal style='margin-top:0in;margin-right:0in;margin-bottom:0in; | ||
|
@@ -710,7 +708,7 @@ <h2><span style='font-size:12.0pt;line-height:107%'>Source code</span></h2> | |
following command GIT command:</span></p> | ||
|
||
<p class=MsoListParagraph style='text-indent:-.25in'><span style='line-height: | ||
107%;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'> | ||
107%;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'> | ||
</span></span><span style='line-height:107%;font-family:"Calibri",sans-serif'>git | ||
clone https://github.com/objeck/objeck-lang.git</span></p> | ||
|
||
|
@@ -719,7 +717,7 @@ <h2><span style='font-size:12.0pt;line-height:107%'> </span></h2> | |
<h2><span style='font-size:12.0pt;line-height:107%'>License</span></h2> | ||
|
||
<p class=MsoListParagraph style='text-indent:-.25in'><span style='line-height: | ||
107%;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'> | ||
107%;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'> | ||
</span></span><span style='line-height:107%;font-family:"Calibri",sans-serif'>Software | ||
was developed under the </span><a | ||
href="https://opensource.org/licenses/BSD-2-Clause"><span style='line-height: | ||
|
@@ -735,25 +733,25 @@ <h2><span style='font-size:12.0pt;line-height:107%'> </span></h2> | |
<h2><span style='font-size:12.0pt;line-height:107%'>Known bugs and limitations</span></h2> | ||
|
||
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span | ||
style='font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'> | ||
style='font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'> | ||
</span></span><span style='line-height:107%;font-family:"Calibri",sans-serif'>On | ||
32-bit Windows, the ODBC driver must be a 32-bit for </span><a | ||
href="http://stackoverflow.com/questions/1134827/how-do-i-use-a-32-bit-odbc-driver-on-64-bit-server-2008-when-the-installer-doesn"><span | ||
class=InternetLink><span style='line-height:107%;font-family:"Calibri",sans-serif'>compatibility</span></span></a><span | ||
style='line-height:107%;font-family:"Calibri",sans-serif'>. </span></p> | ||
|
||
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span | ||
style='line-height:107%;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'> | ||
style='line-height:107%;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'> | ||
</span></span><span style='line-height:107%;font-family:"Calibri",sans-serif'>The | ||
XML parser class does not support DTDs or DOCTYPE tags</span></p> | ||
|
||
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span | ||
style='line-height:107%;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'> | ||
style='line-height:107%;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'> | ||
</span></span><span style='line-height:107%;font-family:"Calibri",sans-serif'>By | ||
design, the regular expression class performs greedy pattern matching.</span></p> | ||
|
||
<p class=MsoListParagraphCxSpLast style='text-indent:-.25in'><span | ||
style='font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'> | ||
style='font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'> | ||
</span></span><span style='line-height:107%;font-family:"Calibri",sans-serif'>All | ||
unit tests executed successfully but I'm sure theres bugs. Send an </span><a | ||
href="mailto:[email protected]"><span class=InternetLink><span style='line-height: | ||
|