Skip to content

Add access to --astyle-version=3.6.12 to sync with Ubuntu 26.04 LTS #11

Description

@cclauss

Thank you so much for astyle_py!!

Would it be possible to add access to Artistic Style Version 3.6.12 to align with Ubuntu 26.04 LTS?

Ubuntu 24.04 LTS defaults to Artistic Style 3.1 (January 2018).

This month's Ubuntu 26.04 LTS defaults to Artistic Style 3.6 (August 2024).

OS Artistic Style Build Installer
debian:11 v3.1 3.1-2+b1 apt
debian:12 v3.1 3.1-3+b1 apt
debian:13 v3.1 3.1-3+b3 apt
ubuntu:22.04 v3.1 3.1-2build1 apt
ubuntu:24.04 v3.1 3.1-3build1 apt
ubuntu:26.04 v3.6.12 3.6.12-1 apt
macOS v3.6.14 homebrew
Windows v3.6.2 chocolatey

Artistic Style version info: https://astyle.sourceforge.net/news.html and https://astyle.sourceforge.net/notes.html

% docker run -it ubuntu:22.04 # Artistic Style 3.1 (January 2018) -- 3.1-2build1
# astyle --version ; apt update && apt install --yes astyle lsb-release && lsb_release -ds && astyle --version

Artistic Style Version 3.1

% docker run -it ubuntu:24.04 # Artistic Style 3.1 (January 2018) -- 3.1-3build1
# astyle --version ; apt update && apt install --yes astyle lsb-release && lsb_release -ds && astyle --version

Artistic Style Version 3.1

% docker run -it ubuntu:26.04 # Artistic Style 3.6 (August 2024) -- 3.6.12-1
# astyle --version ; apt update && apt install --yes astyle lsb-release && lsb_release -ds && astyle --version

Artistic Style Version 3.6.12

On macOS:
% brew info astyle

==> astyle ✘: stable 3.6.14 (bottled), HEAD
Source code beautifier for C, C++, C#, and Java
https://astyle.sourceforge.net/
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/a/astyle.rb
License: MIT

On Windows:
% choco install astyle

Artistic Style Version 3.6.2

https://community.chocolatey.org/packages/astyle

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions