Coder Social home page Coder Social logo

Comments (9)

cipy avatar cipy commented on May 24, 2024

. goes "dot"

from ffs.

mgree avatar mgree commented on May 24, 2024

So we need some renaming: . and .. are not legal filenames on any system, and other systems have other special characters. The current policy is in config.rs. I'm definitely not doing the right thing, though! 😓 Thoughts on what it should be instead?

I fixed the saving behavior in 726a175, where names should get properly restored. Can you try using a latest build?

from ffs.

cipy avatar cipy commented on May 24, 2024

I tested with yaml since I can yank/see the wrong lines faster; the bug seems to be still there. thanks,

from ffs.

mgree avatar mgree commented on May 24, 2024

Can you give me a concrete file that goes wrong, and tell me what you expect it to do?

from ffs.

cipy avatar cipy commented on May 24, 2024

nothing more than:

  1. creating a new file '{}' by hand (btw: --new gives an error)
  2. the loading ffs with it, -o anotherfile
  3. create directories containing spaces in their name "some thing"
  4. umount, go to 2.
  5. all directories have now "somespacething" and files somedotsh

btw, is it possible to compare against '.' and '..' and remove them from dir list?

from ffs.

mgree avatar mgree commented on May 24, 2024

Can you please create a new issue with (a) how you're invoking ffs --new and (b) the error you're getting?

Just to check: in (4), by "go to 2" you mean load anotherfile in ffs?

What do you mean by "remove them from the dir list"? It's important that calls to readdir return those entries. Did you mean just filtering out . and .. named properties?

from ffs.

cipy avatar cipy commented on May 24, 2024

Yes, filtering.

from ffs.

mgree avatar mgree commented on May 24, 2024

Got it. My plan is the following:

  • cfb8790 do as little name munging as possible (we can just keep spaces, etc.)
  • cfb8790 rename . and .. files to something clear _. and _.., respectively
  • f2dc69a add options to control whether entries with bad names are munged or filtered
  • fed1a4e test filenames with spaces

I'm thinking --munge rename or --munge filter to control things. I think I'd rather have renaming be the default, so that the data are at least there.

I'm going to merge #41 now---please download a new latest once it's built and test things out.

from ffs.

mgree avatar mgree commented on May 24, 2024

The development pre-release builds are up for Linux and macOS. I'll have another official release out soon.

Closing this issue for now. If it's still not working for you, please post:

  1. A non-empty YAML file that ffs mounts incorrectly.
  2. An explanation of how you wish it was mounted.

from ffs.

Related Issues (20)

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.