Jesper Quorning

Results 23 comments of Jesper Quorning

`OS` is used by `alr_env.gpr` only. The project file in the manifest is `alr.gpr`. With gpr-set-externals changed to `macos = { ALIRE_OS = "osx" }` in the manifest, it works...

But SDL2_Mixer is a separate library like ttf and image. Would it not be more clean to take ttf/image out of sdlada.gpr? Otherwise the user would have to install mixer/ttf/image...

I think I had a separate mixer project before it was imported the SDLada branch.

`alr update` in non Alire folder errs: ``` error: Cannot continue with invalid session: error: Could not detect a session folder at current or parent locations ``` `alr help update`...

Look like it, yes. Have you tried `alr init --bin whatever; cd whatever; alr edit` ?

> OK. How about we start with getting Alire on Homebrew? I'll take the initiative. I worked a little on the subject and concluded that a Ruby script would do...

The capitalization is bad. I kept it **ASCII** to avoid to much change. I think **ASCII** is declared `package ASCII renames Standard.Ascii` A better way would be to say `package...

> It's `ASCII` here: http://www.ada-auth.org/standards/12rm/html/RM-J-5.html It is in the [Annex J](http://www.ada-auth.org/standards/12rm/html/RM-J.html). If ASCII is needed it can be redeclared in the project library with `package ASCII renames Standard.Ascii`, I guess....

> > It is in the [Annex J](http://www.ada-auth.org/standards/12rm/html/RM-J.html). > > Ah, I hadn't realized that was the one with the obsolescent features. Do no not know all the details either...

> > It is in the [Annex J](http://www.ada-auth.org/standards/12rm/html/RM-J.html). > > Ah, I hadn't realized that was the one with the obsolescent features. We ought try do design a 2023 community...