0 Members and 2 Guests are viewing this topic.
The Axe application in 1.3.0 version is stable?
Quote from: neuronix on August 24, 2016, 08:26:37 amThe Axe application in 1.3.0 version is stable?Definitely not. I "released" it outside of the updates thread because I expected stuff to be broken and wanted to crowdsource the bug finding process. And stuff was definitely broken, including some rather important things like backups and compilation of all but the simplest mathematical expressions.
... And I'm back! With more bugs! As always, I am using 1.2.2a! @Runer112 The first one isn't really a bug but more of an unexpected feature. p2 found this one. Interrupts can occur in the middle of commands like Output(x,y,expr) and if that interrupt changes the location of the cursor, then the Output command will display at the end of where the interrupt left the cursor. I'm not sure if you want to do anything about it or just leave it.I found the other bug, and it is a bug for sure. Compiling :5 and {Y1}r will compile normally, but on zoom compile it will throw error: undocumented. The five can be replaced with any number and the 'and' can be replaced with any bit-wise command (including the 2 byte plot token ones). The file must have the r after it and be the second argument. In all of the cases normal compile will not error but zoom will.
Ok. I think I have found another. (I'm not sure what's causing it)I have found that recompiling a certain app causes flash corruption. I'm not 100% sure but it has happened 2 times in a row.It does use hooks and inline assembly but I have used similar programs without mishap.Since I need to reset my calc anyway I figured I will try to figure out what is causing it. (I'm sure it is Axe since I haven't been using assembly recently and I have been using the same apps for a year and they never showed any problems)Oh, and it is 1.2.2a as always.