Giter Club home page Giter Club logo

Comments (6)

PThorpe92 avatar PThorpe92 commented on July 24, 2024

Damn I don't believe there is a way to specify that those need to be solely for windows > 7, so because we have had so many issues with these particular imports we might have to add #[allow(unused_imports)] for this one.

thoughts @gierens @MartinFillon

from eza.

daviessm avatar daviessm commented on July 24, 2024

Personally I'd say that Windows <10 build 1507 isn't supported; extended security support for Windows 7 ended four and a half years ago!

https://endoflife.date/windows

from eza.

hellishvictor avatar hellishvictor commented on July 24, 2024

And the next year gonna be the end of life of Win 10, which is a real spyware meant to collect data on your activity and usage and send it back to Microsoft. On my Win 7 there's not ads or whatever that force me to update, and after of all these years it works rock solid. Here is lots of awesome developers like schollz that still support the users, with targets {x86_64,i686}-win7-windows-msvc.

As another user said:
"Microsoft is a commercial company, so its decisions are dictated by profit. If the support does not promise profit, it will be canceled. It says nothing about the tool. A good hammer continues to hammer regardless of whether the warranty has expired. Microsoft calls it obsolete so that people get scared and run to spend money, and not because there is something revolutionary new in the new OSes (like 64-bit, NTFS instead of FAT32, and the ability to work with more than 4 GB RAM). This trick of capitalism is called planned obsolescence. But there are many users, especially outside relatively well-off places, who can't upgrade or don't care about support, because Windows 7 works properly without it. And I doubt there are any features in your Whois program that require a new OS โ€” after all it's a simple network exchange, so it's a pity that you give up so easily and turn a blind eye to peopleโ€™s pain."

from eza.

hellishvictor avatar hellishvictor commented on July 24, 2024

sharkdp/fd#1550

from eza.

daviessm avatar daviessm commented on July 24, 2024

@hellishvictor if you'd like to provide patches to keep Windows 7 builds working without breaking any others, we're willing to review and include them!

from eza.

MartinFillon avatar MartinFillon commented on July 24, 2024

Damn I don't believe there is a way to specify that those need to be solely for windows > 7

Personally don't know anyway to do that.

because we have had so many issues with these particular imports we might have to add #[allow(unused_imports)] for this one.

The thing is that, technically its used because it is a reexport, but it is not used directly so depending on your rust implementation it will change. I personally think that reexports like that are not a great idea and you must always specify what you need, if possible in its most raw version. But I am not against some #[allow(unused_imports)] if needed

from eza.

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.