Skip to content

Fix three letter commands issue - #39

Merged
mosteo merged 12 commits into
alire-project:mainfrom
AdaOrbit:main
Sep 2, 2026
Merged

mosteo merged 12 commits into
alire-project:mainfrom
AdaOrbit:main

Conversation

@AdaOrbit

@AdaOrbit AdaOrbit commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Found an issue while writing a test for alire-project/alire#2176

For a three letter commands the line

Relevant : constant Boolean := Min_Dist < Input'Length / 2 and Min_Dist < Distance;

Relevant : constant Boolean := Min_Dist < 3 / 2 and Min_Dist < Distance;

Relevant : constant Boolean := Min_Dist < 1 and Min_Dist < Distance;

would mean that Min_Dist would have to be 0 to be relevant. Meaning that it has to be written correctly. But there are too many three letter alire commands that should also be included.

@mosteo
mosteo merged commit 4bb4a60 into alire-project:main Sep 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants