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
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).
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%
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%
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 --versionOn macOS:
%
brew info astyleOn Windows:
%
choco install astylehttps://community.chocolatey.org/packages/astyle