parallaxinc / SimpleIDE

SimpleIDE for Propeller
26 stars 13 forks source link

Zip Project Causes Recursive Endless Folder #188

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A) What steps will reproduce the problem?

  1. Apparently saving a zip project into the source folder that it's based on will cause a recursive, endlessly deep folder to be created.

B) What is the expected behavior (output)?

A zip of the source is created and stored within the source.

C) What do you see instead?

Super deep folder structure created and SIDE crashes?

D) Classify the bug as one of the following:

1. Show Stopper

E) Application Version and Platform:

Version
    SimpleIDE 0-9-43

Platform

Choose OpSys from Labels Below:
    OpSys-Windows

Specify Platform OS Version and 32 or 64 bit. For example:

Windows 7    (32 or 64 bit)

Provide any links or additional information below if possible.

This issue created based simplistically on Tom Livingstone's report via email.

Original issue reported on code.google.com by jeffa...@gmail.com on 20 Sep 2013 at 9:59

GoogleCodeExporter commented 9 years ago
Repeat by:

1 create a project in folder/project1
2 create a project in folder/project1/project2
3 add link to folder/project1 in folder/project1/project2
4 zip folder/project1/project2
5 endless folders will be created as
folder/project1/project2/project1/project2/project1/project2/project1/project2/p
roject1/project2 ....

Endless folders are difficult but not impossible to remove.

Original comment by jsden...@gmail.com on 20 Sep 2013 at 10:15

GoogleCodeExporter commented 9 years ago
Fixed as of 0-9-45.

Original comment by jsden...@gmail.com on 26 Nov 2013 at 6:50