Skip to content

Commit

Permalink
v2023.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Apr 22, 2023
1 parent c229868 commit 46b0a47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Binary file modified docs/api.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@

<body>
<h1>Objeck</h1>
<p><a href='https://en.wikipedia.org/wiki/Echo_(Tom_Petty_and_the_Heartbreakers_album)' target='_blank'>v2023.4.2</a> for April 21, 2023</p>
<p><a href='https://en.wikipedia.org/wiki/Echo_(Tom_Petty_and_the_Heartbreakers_album)' target='_blank'>v2023.4.2</a> for April 22, 2023</p>

<h3>Release Notes</h3>

<p>General improvements and minor bug fixes</p>
<p>v2023.4.2</p>
<ul>
<li>Improved method inlining for system methods and functions</li>
<li>Toolchain uniformly treats 'Int' types as 64-bits, instead of 32-bits on Windows and 64-bits on POSIX (enhancement #212)</li>
<li>Improved method inlining for system classes</li>
<li>Toolchain uniformly, treating 'Int' types as 64-bits (instead of 32-bits on Windows and 64-bits on POSIX) issue #212</li>
<li>Fixed issues #196, #199, #205 and #207 for MSYS2 x86_64 Clang</li>
<li>Resolved an edge case that sometimes allowed unreferenced return values to remain on the calculation stack</li>
<li>Fixed additional bugs found in regression</li>
<li>Resolved a bug that may allow unreferenced return values to remain on the calculation stack</li>
<li>Fixed additional bugs during regression</li>
</ul>

<p>v2023.4.1</p>
Expand Down
4 changes: 1 addition & 3 deletions programs/tests/prgm232.obs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
class Test {
function : Main(args : String[]) ~ Nil {
ss : String[];
s := "";
s->Append(ss[3]);

}
}

0 comments on commit 46b0a47

Please sign in to comment.