Menu

Two bugs

Help
leonbloy
2011-01-03
2012-10-26
  • leonbloy

    leonbloy - 2011-01-03
    1. In some cases (I couldn't spot a pattern) the path in the prompt has some character missing: Eg:

      C:\wk\compilers\dm> cd bin
      C:\wk\compilers\d\bin> cd ..
      C:\wk\compilers\dm> cd bin
      C:\wk\compilers\d\bin> cd ..\test
      C:\wk\compilers\d\test>

    2. When I run an executable from PyCmd, there seems to be a filehandle that it is not closed when the program ends: after the x.exe is run, I cannot delete or rename it. This problem is fatal in my compile+run+recompile scenario.

      C:\wk\compilers\d\test> ..\bin\dmc.exe -o x.exe x.c
      link x,x,,user32+kernel32/noi;
      C:\wk\compilers\d\test> x.exe
      P1 = [0 0]
      C:\wk\compilers\d\test> ..\bin\dmc.exe -o x.exe x.c
      OPTLINK : Error 3: Cannot Create File x.exe
      C:\wk\compilers\d\test> del x.exe
      C:\wk\compilers\dm\test\x.exe
      The process cannot access the file because it is being used by another process.

    Finally, a suggestion: PyCmd seems to redefine the "cd" command so that (when
    invoked without arguments) changes to the home directory (as in Unix) instead
    of printing the current directory (as in Windows). This does not sound
    reasonable to me; for one thing, lacking the 'pwd' command, it turns difficult
    to print the current directory.

     
  • leonbloy

    leonbloy - 2011-01-03

    I forgot to add: I'm using PyCmd 0.7 with Win7 (64 bits)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.