Did you update Chrome App version last week? #6287
Replies: 1 comment
-
Posted at 2020-06-18 by Mrbbp the error is on the key ("é" of my array), not the content with accent. strange! é. Posted at 2020-06-21 by Mrbbp found a way to declare my accents, by using their ascii code (but it's less readable by human)
Posted at 2020-06-21 by @allObjects Bravo! Posted at 2020-06-21 by Mrbbp the problem is: it was working, but not now! Posted at 2020-06-22 by @gfwilliams Hi, Yes - there was definitely an IDE app update the week before last. Users of espruino.com/ide had had been using it for a while - it was just the chrome app that was lagging behind. To be honest any changes that went in should really have helped with non-ASCII characters since we're using them more in Bangle.js now. It looks from the error like maybe you had minification enabled? I'm not sure but that could be having some effect? Does it help turning minification off? Posted at 2020-06-22 by Mrbbp Hello @gfwilliams, thanks Posted at 2020-06-22 by @gfwilliams
I mean, turn minification off. If I upload the code you posted to https://www.espruino.com/ide/emulator.html then it uploads fine. However if I turn minification on then it fails with exactly the error you report. It looks like minification turned:
into
Which Espruino doesn't like because it isn't expecting non-ASCII variable names. Posted at 2020-06-23 by Mrbbp ok, thanks for your time. i extend toUpperCase() to upperCase French diacritic accents
it's working. é. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-06-18 by Mrbbp
Hello @gfwilliams
my Chrome app is web ide 0.73.7
last week? or 2 week ago (don't remember)
i was working with a code in espruino that work great.
when i attempt to upload to my espruino pico (just modifying a typo)
the ide return:
same firmware, same espruino pico...
the part code is about accents (yes again!)
i do not have this pb on June 8th!
have an idea?
thanks
i use custom font (no web ide) :/
Beta Was this translation helpful? Give feedback.
All reactions