Author Topic: Bug Reports  (Read 405576 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Bug Reports
« Reply #1200 on: April 21, 2011, 11:21:32 am »
What? O.O

Do you have the code? Maybe it's a different bug. Jumping all over the program works for me.

Hum, I tried it again and it works, but sometimes it doesn't. I figured a way around it, though, so it's probably fine. But I just want to check it was my fault and not Axe's.

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Bug Reports
« Reply #1201 on: April 23, 2011, 10:07:08 pm »
For loops give an Err:Bad Symbol when the looping var is multiple letters.
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Bug Reports
« Reply #1202 on: April 23, 2011, 10:08:29 pm »
I'm not sure how that's a bug, the parser throwing an error at erroneous code is a good thing. ;) Axe doesn't support custom named variables. Axe's variables are A-Z, θ, r1-r6, X1T-X3T, and Y1T-Y3T.
« Last Edit: April 23, 2011, 10:22:15 pm by Runer112 »

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Bug Reports
« Reply #1203 on: April 23, 2011, 10:13:38 pm »
Uhh, I'm pretty sure Axe supports Vars with up to three chars in their name. r1-6 are also Axe vars.
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Bug Reports
« Reply #1204 on: April 23, 2011, 10:14:53 pm »
For loops give an Err:Bad Symbol when the looping var is multiple letters.

How can a var have multiple letters? O.o

EDIT: Ninja'd.

Uhh, I'm pretty sure Axe supports Vars with up to three chars in their name. r1-6 are also Axe vars.

No, that's only for the GDBs, Pics, and Strs. You're allowed to have a static var such as GDB012. ABC is not a var; it loads the value of A, then B, then C.
« Last Edit: April 23, 2011, 10:15:05 pm by Deep Thought »




Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Bug Reports
« Reply #1205 on: April 23, 2011, 10:43:57 pm »
I was confused, sorry.
But I'm pretty sure this isn't supposed to happen:
-3**A//4->A
Always returns 0
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Bug Reports
« Reply #1206 on: April 23, 2011, 10:46:04 pm »
I was confused, sorry.
But I'm pretty sure this isn't supposed to happen:
-3**A//4->A
Always returns 0
** isn't signed multiplication. Normal multiplication works for signed and unsigned numbers. ** is actually fixed-point multiplication.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Bug Reports
« Reply #1207 on: April 23, 2011, 10:52:18 pm »
Ohhh. I need to read the documentation more often. :P What about // ?
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Bug Reports
« Reply #1208 on: April 23, 2011, 10:53:24 pm »
Ohhh. I need to read the documentation more often. :P What about // ?
// is correct for signed division.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Bug Reports
« Reply #1209 on: April 27, 2011, 06:51:53 pm »
The "carrot" in the pdf is incorrect. The name of the key (and symbol) is caret. There are no vegetables in typography. :P
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Bug Reports
« Reply #1210 on: April 28, 2011, 03:28:08 am »
haha lol.
I'm not a nerd but I pretend:

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Bug Reports
« Reply #1211 on: April 28, 2011, 09:24:22 am »
Also, there seems to be a memory leak, and a particularly nasty one at that, I think it occurs when you press PRGM when you've encountered a compiling error.
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Bug Reports
« Reply #1212 on: April 28, 2011, 11:26:59 am »
What happens?  Does it happen all the time?  How do you know it is a memory leak?

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Bug Reports
« Reply #1213 on: April 28, 2011, 11:30:23 am »
I know it is a memory leak because I see almost all my RAM gone and there's not a data structure I can delete that's chewing it up. I have to do a RAM clear. And I'm not sure if it happens all the time. And compiling an error free program doesn't fix it.
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Bug Reports
« Reply #1214 on: April 28, 2011, 11:43:57 am »
could you post the specific program that causes the error? this sounds like a major bug O.O