mirror of
https://github.com/irmen/prog8.git
synced 2024-12-23 09:32:43 +00:00
version 10.3.1
This commit is contained in:
parent
362abfe284
commit
e6014ea4dd
@ -1,10 +1,6 @@
|
||||
TODO
|
||||
====
|
||||
|
||||
short-circuit evaluation problem?
|
||||
in imageviewer: if diskio.f_open(filenameptr) and diskio.f_read(scanline_buf, 2)==2 DOESN'T WORK. (operand order swap maybe???)
|
||||
|
||||
|
||||
...
|
||||
|
||||
|
||||
|
@ -5,4 +5,4 @@ org.gradle.daemon=true
|
||||
kotlin.code.style=official
|
||||
javaVersion=11
|
||||
kotlinVersion=1.9.22
|
||||
version=10.3-SNAPSHOT
|
||||
version=10.3.1
|
||||
|
Loading…
Reference in New Issue
Block a user