khalodark / addi

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

/ and .. not recoginsed in cd command #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. entering cd ..
2. entering cd mnt/sdcard
3.

What is the expected output? What do you see instead?
change pwd to requested path. Instead: 
1. Error:LexAnal found .. instead of ...
2. ???cd mnt/ Error Parser:var var

What version of the product are you using? On what operating system?
addi from market Nov 17/2010, Android 2.2

Please provide any additional information below.
-It would be nice if addi echoed its version number in the initial message.
-It would be very nice if addi remembered its previous working directory when 
it is started up again. 
-It would be very, very nice if a command such as "ed myscript.m" launched a 
text editor which returned to addi after exiting, but I suspect this is not so 
easy..
Thank you for your efforts so far!

Original issue reported on code.google.com by s.j.huls...@gmail.com on 17 Nov 2010 at 12:23

GoogleCodeExporter commented 9 years ago
I can't test this this instant.  But I know what you are trying does work, but 
maybe not the way you wanted.
Can you try two experiments
a) change the direction of the /
   cd mnt\sdcard
b) can you try putting the path in quotes
   cd "mnt\sdcard" 
   or 
   cd "mnt/sdcard"
I know I tested this to work.  I don't remember which test case I used.
Can you try it and tell me how it goes.
The other thoughts are all great and I don't see any reason why we can't do 
them.
Can you file your additional feature requests as "feature requests" and one by 
one?
This is more work, but it is better for us.  If you don't split it up, I will.  
That way when I close this bug, we will know what is left. 

Original comment by corbi...@gmail.com on 17 Nov 2010 at 6:15

GoogleCodeExporter commented 9 years ago
Thanks. cd "/mnt/sdcard", and cd ".." work fine. I will split up the feature 
requests.

Original comment by s.j.huls...@gmail.com on 18 Nov 2010 at 11:54

GoogleCodeExporter commented 9 years ago
This is still a bug though.  I will fix it.  

Original comment by corbi...@gmail.com on 18 Nov 2010 at 10:01

GoogleCodeExporter commented 9 years ago
Issue is fixed in the latest release.  Enhancement requests have been filed 
individually for the requests at the end of the description.  Thanks for filing 
them and for using the app.

Original comment by corbi...@gmail.com on 22 Nov 2010 at 1:24