GithubHelp home page GithubHelp logo

Comments (2)

bkw777 avatar bkw777 commented on August 26, 2024

A better way to remove the problem is comment out the last 4 lines of lcmd_ls()

	#((${#err_msg[*]})) && return
	#_sleep 0.01 ;quiet=true get_condition || return $?
	#((operation_mode==0)) && { _sleep 0.01 ; quiet=true fcmd_mode 1 ; }
	#printf "%-32.32s %4.4s\n" "$((free_sectors*SECTOR_DATA_LEN)) bytes free" "${err_msg[-1]}" ;unset err_msg[-1]

Then you can run ls without weirdness.
It shouldn't be complicated or a mystery to just switch back out of fdc-mode and to properly keep track of what state the drive should be in, and this used to work fine, but apparently I lost something somewhere in all the recent changes.

from pdd.sh.

bkw777 avatar bkw777 commented on August 26, 2024

seems to be fixed or never was a bug in the published versions

I reverted a few wip changes in a local unpublished branch and then git bisect showed no problem all the way to the current head. oh well false alarm.

from pdd.sh.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.