We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc13421 commit 56bd049Copy full SHA for 56bd049
RELEASE.md
@@ -1,3 +1,11 @@
1
+## 0.11
2
+
3
+* Passes BC3-Test, with one exception: "SR 270 berechnet nicht den
4
+ Stringraum" ("subroutine 270 does not compute string space"): the test
5
+ expects memory to be less after allocating a long string. Since memory
6
+ management is entirely the JVM's job in this BASICODE implementation, we
7
+ cannot honour the expectation of memory being utterly limited.
8
9
## 0.10
10
11
* File picker pops up if no BASICODE source file is given on the command line.
pom.xml
@@ -6,7 +6,7 @@
<groupId>de.haupz</groupId>
<artifactId>basicode</artifactId>
- <version>0.10</version>
+ <version>0.11</version>
<packaging>jar</packaging>
12
<properties>
0 commit comments