Skip to content

add [android] recipe attribute#2884

Merged
casey merged 2 commits intocasey:masterfrom
duncanawoods:android-attribute
Apr 8, 2026
Merged

add [android] recipe attribute#2884
casey merged 2 commits intocasey:masterfrom
duncanawoods:android-attribute

Conversation

@duncanawoods
Copy link
Copy Markdown
Contributor

@duncanawoods duncanawoods commented Sep 16, 2025

For #2885

I have inserted the attribute following alphabetical order if that fits the existing code otherwise after openbsd.

I have used the next major version "1.43.0" in the readme update.

Copy link
Copy Markdown
Owner

@casey casey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for letting this sit for so long! This mostly looks good, if you want to rebase it. The only change is that new features start out as <sup>master</sup> and then get a specific version when they make it into a release.

Comment thread README.md Outdated
| `[freebsd]`<sup>1.47.0</sup> | recipe | Enable recipe on FreeBSD. |
| `[group(NAME)]`<sup>1.27.0</sup> | module, recipe | Put recipe or module in [group](#groups) `NAME`. |
| `[group(NAME)]`<sup>1.27.0</sup> | module, recipe | Put recipe or module in in [group](#groups) `NAME`. |
| `[android]`<sup>1.43.0</sup> | recipe | Enable recipe on Android. |
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `[android]`<sup>1.43.0</sup> | recipe | Enable recipe on Android. |
| `[android]`<sup>master</sup> | recipe | Enable recipe on Android. |

@duncanawoods
Copy link
Copy Markdown
Contributor Author

Great! I will get a chance to update soon.

@duncanawoods duncanawoods requested a review from casey April 8, 2026 10:03
@casey casey enabled auto-merge (squash) April 8, 2026 23:38
@casey casey disabled auto-merge April 8, 2026 23:38
@casey casey enabled auto-merge (squash) April 8, 2026 23:39
Copy link
Copy Markdown
Owner

@casey casey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, LGTM!

@casey casey merged commit 6d2173e into casey:master Apr 8, 2026
6 checks passed
renovate bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Apr 20, 2026
##### [\`1.50.0\`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1500---2026-04-19)

##### Added

- Filter `--choose` by `--group` ([#3298](casey/just#3298) by [casey](https://github.com/casey))
- Add `[android]` recipe attribute ([#2884](casey/just#2884) by [duncanawoods](https://github.com/duncanawoods))
- Add `module_path()` function ([#3270](casey/just#3270) by [casey](https://github.com/casey))

##### Fixed

- Preserve trailing comments when formatting ([#3282](casey/just#3282) by [casey](https://github.com/casey))
- Preserve comments before `[doc]` attribute ([#3275](casey/just#3275) by [casey](https://github.com/casey))
- Allow comments after unexports ([#3264](casey/just#3264) by [casey](https://github.com/casey))

##### Changed

- Stabilize `--fmt` subcommand ([#3301](casey/just#3301) by [casey](https://github.com/casey))
- Ignore trailing `::` on last argument ([#3300](casey/just#3300) by [casey](https://github.com/casey))
- Complete files and directories when completing arguments ([#3299](casey/just#3299) by [casey](https://github.com/casey))
- Include `module_path` field in JSON ([#3288](casey/just#3288) by [casey](https://github.com/casey))
- Partially collapse blank lines between items ([#3274](casey/just#3274) by [casey](https://github.com/casey))
- Omit defaults when formatting settings ([#3268](casey/just#3268) by [casey](https://github.com/casey))

##### Misc

- Fix `read()` description ([#3295](casey/just#3295) by [casey](https://github.com/casey))
- Note that pull requests are not currently being accepted ([#3289](casey/just#3289) by [casey](https://github.com/casey))
- Improve completer config parsing ([#3287](casey/just#3287) by [casey](https://github.com/casey))
- Test that aliases complete with environment variable ([#3286](casey/just#3286) by [casey](https://github.com/casey))
- Replace unnecessary raw strings ([#3281](casey/just#3281) by [casey](https://github.com/casey))
- Fix test string indentation ([#3280](casey/just#3280) by [casey](https://github.com/casey))
- Document `assert()` in readme ([#3279](casey/just#3279) by [casey](https://github.com/casey))
- Replace dashes with underscores when using `--evaluate-format shell` ([#3278](casey/just#3278) by [casey](https://github.com/casey))
- Fix readme typos ([#3277](casey/just#3277) by [casey](https://github.com/casey))
- Test multi-line recipe comments ([#3276](casey/just#3276) by [casey](https://github.com/casey))
- Document `set no-exit-message` and `[exit-message]` ([#3269](casey/just#3269) by [casey](https://github.com/casey))
- Refactor end-of-file handling in lexer ([#3267](casey/just#3267) by [casey](https://github.com/casey))
- Fix end-of-file parsing ([#3266](casey/just#3266) by [casey](https://github.com/casey))
- Update softprops/action-gh-release to 2.6.1 ([#3253](casey/just#3253) by [casey](https://github.com/casey))
- Include bash completion script in crate ([#3252](casey/just#3252) by [casey](https://github.com/casey))
renovate bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Apr 20, 2026
##### [\`1.50.0\`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1500---2026-04-19)

##### Added

- Filter `--choose` by `--group` ([#3298](casey/just#3298) by [casey](https://github.com/casey))
- Add `[android]` recipe attribute ([#2884](casey/just#2884) by [duncanawoods](https://github.com/duncanawoods))
- Add `module_path()` function ([#3270](casey/just#3270) by [casey](https://github.com/casey))

##### Fixed

- Preserve trailing comments when formatting ([#3282](casey/just#3282) by [casey](https://github.com/casey))
- Preserve comments before `[doc]` attribute ([#3275](casey/just#3275) by [casey](https://github.com/casey))
- Allow comments after unexports ([#3264](casey/just#3264) by [casey](https://github.com/casey))

##### Changed

- Stabilize `--fmt` subcommand ([#3301](casey/just#3301) by [casey](https://github.com/casey))
- Ignore trailing `::` on last argument ([#3300](casey/just#3300) by [casey](https://github.com/casey))
- Complete files and directories when completing arguments ([#3299](casey/just#3299) by [casey](https://github.com/casey))
- Include `module_path` field in JSON ([#3288](casey/just#3288) by [casey](https://github.com/casey))
- Partially collapse blank lines between items ([#3274](casey/just#3274) by [casey](https://github.com/casey))
- Omit defaults when formatting settings ([#3268](casey/just#3268) by [casey](https://github.com/casey))

##### Misc

- Fix `read()` description ([#3295](casey/just#3295) by [casey](https://github.com/casey))
- Note that pull requests are not currently being accepted ([#3289](casey/just#3289) by [casey](https://github.com/casey))
- Improve completer config parsing ([#3287](casey/just#3287) by [casey](https://github.com/casey))
- Test that aliases complete with environment variable ([#3286](casey/just#3286) by [casey](https://github.com/casey))
- Replace unnecessary raw strings ([#3281](casey/just#3281) by [casey](https://github.com/casey))
- Fix test string indentation ([#3280](casey/just#3280) by [casey](https://github.com/casey))
- Document `assert()` in readme ([#3279](casey/just#3279) by [casey](https://github.com/casey))
- Replace dashes with underscores when using `--evaluate-format shell` ([#3278](casey/just#3278) by [casey](https://github.com/casey))
- Fix readme typos ([#3277](casey/just#3277) by [casey](https://github.com/casey))
- Test multi-line recipe comments ([#3276](casey/just#3276) by [casey](https://github.com/casey))
- Document `set no-exit-message` and `[exit-message]` ([#3269](casey/just#3269) by [casey](https://github.com/casey))
- Refactor end-of-file handling in lexer ([#3267](casey/just#3267) by [casey](https://github.com/casey))
- Fix end-of-file parsing ([#3266](casey/just#3266) by [casey](https://github.com/casey))
- Update softprops/action-gh-release to 2.6.1 ([#3253](casey/just#3253) by [casey](https://github.com/casey))
- Include bash completion script in crate ([#3252](casey/just#3252) by [casey](https://github.com/casey))
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