-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce Characters package #1344
base: master
Are you sure you want to change the base?
Conversation
What's the issue with the |
The capitalization is bad. I kept it ASCII to avoid to much change. |
It's Not a big point in my book anyway... |
It is in the Annex J. See 10 Program Structure and Compilation Issues. This is a major contribution of Ada. Something like: Program.Standard.ASCII or Standard.ASCII or something of that kind.. |
@@ -24,6 +24,7 @@ package Alr with Preelaborate is | |||
use all type Simple_Logging.Levels; | |||
pragma Warnings (On); | |||
|
|||
package Characters renames ASCII; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the way to go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the idea is to avoid ASCII
because of obsolescence, I'd say Ada.Characters.Latin_1
is preferable.
Ah, I hadn't realized that was the one with the obsolescent features. |
Do no not know all the details either :-) |
We ought try do design a 2023 community package tree parallel to the Ada package tree.. |
Reduce use of Standard.ASCII