tsoding / eepers

Simple Turn-based Game
MIT License
344 stars 19 forks source link

Increment in Ada was added in Ada 2022 #26

Closed Lucretia closed 6 months ago

Lucretia commented 7 months ago

You can do:

Long_Identifier := @ + 1;

Overview

LainLayer commented 6 months ago

As this is an Ada 2022 feature, it is not applicable. this project was moved to support Ada 2012 as many people are on systems that do not have gnatmake with 2022 support yet.

Also this is not an issue with eepers

Lucretia commented 6 months ago

As this is an Ada 2022 feature, it is not applicable. this project was moved to support Ada 2012 as many people are on systems that do not have gnatmake with 2022 support yet.

Majority of oses has gcc 12+ now, so.

Also this is not an issue with eepers

Nowhere else to put it and I'm not going to create a PR.