Circular console.log() output #275
Replies: 11 comments
-
Posted at 2014-05-21 by @gfwilliams You're not having a good day for finding issues with Espruino! It's implemented in the |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-05-21 by Alex One could argue I'm having a very good day when it comes to bug hunting :). Main reason probably is that I develop for pcs, and then port to espruino, which is what I did today (hence the silence ;)). Thanks again for the quick reply :) and keep up the great work! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-05-21 by @gfwilliams If you wait an hour and then go to http://www.espruino.com/binaries/git/commits/c9bef247f458aff15aa8c20f98d2fccda4b63620 the automatic build should have made an Espruino image. It'll have this fixed, String.indexOf fixed, and String.slice added. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-05-21 by Alex Hi Gordon, Thank you very much! I'm out of the office at the moment (done for the day:)) so I'll check the link tomorrow! It's great to see espruino getting better and better with every forum post! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-05-21 by @gfwilliams No problem! Thanks for reporting the bugs with an easy way to reproduce them - it makes my life so much easier! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-05-22 by Alex Hi Gordon, I tried the build above but the red and blue led were glowing weakly afterwards, and I could not connect to the board anymore. I'll stick with 1.63 until 1.64 is released. Regards, Alex |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-05-22 by @gfwilliams Strange. Not sure what happened, but I just tried that link and it works fine. You need to click on it, then right click on espruino_1v64_espruino_1r3.bin on that page, copy the link and paste it into the 'Advanced Firmware Flash' box. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-05-22 by Alex Hi Gordon, Ah I see, I just copied the entire link, my bad. Regards, Alex |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-05-22 by DrAzzy So... you put the link he posted into advanced firmware update... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-05-22 by Alex It might, it said it succeeded the flashing... I downloaded the bin file to browse to it but then it said URL so I figured, must look for the right one automatically from a default layout or whatever. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-05-22 by @gfwilliams Interesting - there should probably be a check in for that. There's no CRC in the binary so it's hard to tell. It could just do a sanity check on the file size I guess. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2014-05-21 by Alex
Hi All,
When printing "this" with the console.log(function), the WebIDE freezes and the espruino has to be restarted. This is due to circular output. Example showing this:
Could this be detected in order to easily read out the this and stop WebIDE from freezing?
Thanks!
Alex
Beta Was this translation helpful? Give feedback.
All reactions