Giter Club home page Giter Club logo

autotidy's Introduction

Addicted to programming since 1985

http://minnberg.se/page/resume/

Claim to fame (software actually used by peole)

  • Chipmachine -- Demoscene/retro music player with global incremental search

  • DroidSound -- First real mod/sid player for Android devices

  • PogoShell -- Popular graphical shell for the Gameboy Advance

  • Tiger -- the first emulator for the 68000 based TI-92 calculator

Videos by me

C++ and the 6502

C++ and the 6502

R-Toy Presentation

R-Toy presentation

Tricks, Tips, and a couple of war stories

Tricks & Tips

C++ Mobile development

Tricks & Tips

autotidy's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

autotidy's Issues

Submodule abseil-cpp @ d902eb8 implicitly includes <limits>

Current Bug behavior

AUR Arch Linux package of autotidy (aptly named autotidy-git) fails compilation.

Expected Behavior

AUR Arch Linux autotidy-git installs without compilation errors.

Steps to Reproduce

  1. Upgrade current GCC to version 11
  2. Attempt to install autotidy-git (manually or AUR helper) e.g. yay -S autotidy-git
  3. Compilation will fail at abseil-cpp submodule.

Additional Information

Based upon my review of abseil-cpp submodule code base at commit d902eb8, file abseil-cpp/absl/synchronization/internal/graphcycles.cc implicitly includes <limits> resulting in compilation error at line 450.

This error only occurs for GCC versions 11 or newer, because of changes to header dependencies:

Some C++ Standard Library headers have been changed to no longer include other headers that they do need to depend on.
As such, C++ programs that used standard library components without including the right headers will no longer compile.

The following headers are used less widely in libstdc++ and may need to be included explicitly when compiled with GCC 11:

  • (for std::numeric_limits)
  • (for std::unique_ptr, std::shared_ptr etc.)
  • (for std::pair, std::tuple_size, std::index_sequence etc.)
  • (for members of namespace std::this_thread.)

Luckily, newer versions of abseil-cpp fix this issue, specifically at commit 5bf048b where <limits> is explicitly included. Thus, a possible fix is to update abseil-cpp submodule to a newer version and patch autotidy-git AUR.

For now, I will directly git clone autotidy and manually build it to see if any other issues arise.

License?

I was wondering if there is a license for this project that I missed. If not, is there any chance you could add one? It's useful to have licenses available esp if people want to use a tool in a corporate shop.

Why list of available commands seems volatile?

From time to time, some commands are not listed in subsequent refactoring steps, e.g. [a]pply below

image

What is the reason? I couldn't figure out the pattern (not looked at the code yet, sorry).

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.