Skip to content
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

[Question]: Specify AL Language Version #1416

Open
Gummi007 opened this issue Jan 24, 2025 · 2 comments
Open

[Question]: Specify AL Language Version #1416

Gummi007 opened this issue Jan 24, 2025 · 2 comments
Labels
question Further information is requested

Comments

@Gummi007
Copy link

Question

In our AL-GO PR build we are getting the following error AL0444 Malformed Word report layout at location....
microsoft/AL#7943 here is a "similar" issue and the reason was a bug in the AL Language version so in my development environment I tried switching the version to the release version 14.2.1249978 and built the app which results in the same error. However when I use the newest pre-release 15.0.1290655 I do not get the error when building.

Is there a way to see what version is being used and is it configurable?

@Gummi007 Gummi007 added the question Further information is requested label Jan 24, 2025
@mazhelez
Copy link
Collaborator

Hi @Gummi007

The compiler version is taken from the BC artifact, used to build the apps and it isn't configurable.

The version can be seen in the longs, when compiling the apps. E.g. https://github.com/microsoft/BCApps/actions/runs/12950807136/job/36124457613#step:9:534

Microsoft (R) AL Compiler version 15.0.19.45847

@freddydk
Copy link
Contributor

freddydk commented Jan 27, 2025

You can actually configure which compiler you use, by using the vsixFile setting:

http://aka.ms/algosettings#vsixfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants