Alejandro R Mosteo

Results 403 comments of Alejandro R Mosteo

I don't feel comfortable changing that as the nightly build is used by other actions that run on `ubuntu-latest`. However, the appImage for releases is built on 20.04, we could...

> This has a positive (involuntary?) impact in the formatting of the markdown version. If this is considered valid also for the terminal, shouldn't this be standardized and use the...

Not right now, because `alr test` is intended to verify integration into alire, not integrity of the release itself. But I see how it could be a useful part of...

@onox , IIUC, this could go hand in hand with customizable user tasks? Something like: ``` [[task]] name = "prove" command = ... # what has to be run for...

Thanks for the feedback, onox. Just exploring ideas for now. My concern is that some task my have a "scarce" dependency that might raise the entry cost for other would-be...

> For [[dev-depends-on]], I think it makes sense. How Alire will know whether to get the dev depends or not? If there are new user-task oriented commands, be it `exec`,...

Many things have changed in `alr 2.0` since this discussion started, so I will summarize: - `alr test` now tests the current crate, so that's in line with expressed expectations...

Our TOML parser doesn't associate source lines to the parsed data structure, so there's no easy solution for the short term. We do get source positions when the TOML syntax...

Thanks, Marc. We can use the portable executable location detection in the `resources` crate for this I guess as an interim measure, or refactor the affected spawns into internal calls...