Code Monkey home page Code Monkey logo

Comments (2)

alexrp avatar alexrp commented on July 23, 2024

It seems like BinSync should (if possible?) detect and handle renames such as this.

Additionally, rename aside, it's of course perfectly legitimate to actually have two structs called WSAData and WSADATA at the same time. To prevent issues on Windows, might it make sense for BinSync to save structs as structs/<sha1 of name>.toml or something?

from binsync.

mahaloz avatar mahaloz commented on July 23, 2024

Lol, so that's why you don't rely on the filesystem... This will be rough to fix. We could possibly name everything in lowercase, and if you make something with a different case name we could append some info to it... yikes. If we so the sha256 method, than it becomes hard to find which file you need to edit to fix your struct.

As you know though, just for fixing your case now, you can always edit the Git repo, delete the other struct, commit, and push.

from binsync.

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.