4refr0nt / ESPlorer

Integrated Development Environment (IDE) for ESP8266 developers
http://esp8266.ru/esplorer/
GNU General Public License v2.0
1.23k stars 325 forks source link

Issue with saving files with block comments #11

Open urmilparikh opened 9 years ago

urmilparikh commented 9 years ago

If I use block comments in my code, I get interpreter errors saying nesting of [[..]] is deprecated. Resultant file on ESP has all lines uncommented, which is wrong.

e.g.

print("this should print")
--[[
print("this should NOT print")
print("even this should not, since it is block comment")
--]]
print("this should also print")

Above code prints all the lines.

RoboDurden commented 9 years ago

switch the ESPlorer into "Turbo Mode". Then code will no longer be uploaded via w([[code]])

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.