Abdellazizhammami / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

delete console temporary folders #701

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?

Automatically delete the console temporary folder.

Why?

Every time Arduino runs, it leave behind a console folder in the temporary 
directory.

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?

No incompatibilities expected.

Original issue reported on code.google.com by paul.sto...@gmail.com on 29 Oct 2011 at 7:57

GoogleCodeExporter commented 9 years ago
Here is a patch

Original comment by paul.sto...@gmail.com on 29 Oct 2011 at 8:04

Attachments:

GoogleCodeExporter commented 9 years ago
https://github.com/arduino/Arduino/commit/b5c21fcefb5f82ef437cbd834ab276676e6ad5
c8

These were intentionally left behind by Processing for help with debugging and 
bug reporting (see comment preceding them).  In Arduino, though, we haven't 
really needed them (maybe because the compile / upload process is less likely 
to crash the IDE than running Processing sketches, which are also Java) so this 
seems reasonable.

Original comment by dmel...@gmail.com on 30 Dec 2011 at 3:20