Skip to content

Bump minimum required compiler to be 1.2.0#12937

Open
beta-ziliani wants to merge 7 commits intocrystal-lang:masterfrom
beta-ziliani:feature/compat-1.2
Open

Bump minimum required compiler to be 1.2.0#12937
beta-ziliani wants to merge 7 commits intocrystal-lang:masterfrom
beta-ziliani:feature/compat-1.2

Conversation

@beta-ziliani
Copy link
Member

This PR bumps the minimum required compiler to be 1.2.0. This allow us to use features included in 1.1, like Int128 literals, enabling #11944 #5545 and avoiding hacks like this.

It's still missing a mechanism to make visible the minimum required version. That will come with another PR.

@HertzDevil
Copy link
Contributor

We should remove 1.0 and 1.1 from CI immediately, right?

@HertzDevil HertzDevil added topic:infrastructure breaking-change May have breaking effect in some edge cases. Mostly negligible, but still noteworthy. labels Jan 11, 2023
@HertzDevil
Copy link
Contributor

The AArch64 Docker images are still using 1.0.0

@beta-ziliani
Copy link
Member Author

@HertzDevil great opportunity to see the check installed in action a40e660

@ysbaddaden
Copy link
Collaborator

Another use-case for bumping the minimal compiler version appeared in #16034 that needs support for annotations on method arguments (in the parser at least) that was only introduced in 1.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking-change May have breaking effect in some edge cases. Mostly negligible, but still noteworthy. topic:infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants