Sunday, September 10, 2023
dev@conference.yunohost.org
September
Mon Tue Wed Thu Fri Sat Sun
        1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 20
21
22
23
24
25
26
27
28
29
30
 
             

[13:43:09] <Yunohost Git/Infra notifications> [arm-images] @cedev935 [commented](https://github.com/YunoHost/arm-images/pull/13#issuecomment-1712818128) on [issue #13](https://github.com/YunoHost/arm-images/pull/13) Update arm-images with several sunxi fixes: I hope to work.
[14:27:39] <Yunohost Git/Infra notifications> [yunohost] @getzze opened [pull request #1712](https://github.com/YunoHost/yunohost/pull/1712): Add a zsh completion file (automatically generated)
[16:40:19] <Yunohost Git/Infra notifications> [yunohost] @tituspijean [commented](https://github.com/YunoHost/yunohost/pull/1712#issuecomment-1712866327) on [issue #1712](https://github.com/YunoHost/yunohost/pull/1712) Add a zsh completion file (automatically generated): In a testing directory, I have copied the appropriate files in doc/generate_zsh_completion.py and share/actionsmap.ym...
[18:23:31] <Yunohost Git/Infra notifications> @yorffuoj forked yunohost to [yorffuoj/yunohost](https://github.com/yorffuoj/yunohost)
[19:50:41] <Yunohost Git/Infra notifications> [yunohost] @getzze [commented](https://github.com/YunoHost/yunohost/pull/1712#issuecomment-1712922206) on [issue #1712](https://github.com/YunoHost/yunohost/pull/1712) Add a zsh completion file (automatically generated): Ah sorry, I made some modifications after running the linters and I left a few bugs. I tested it and it should be workin...
[20:44:06] <Yunohost Git/Infra notifications> [yunohost] @tituspijean [commented](https://github.com/YunoHost/yunohost/pull/1712#issuecomment-1712932517) on [issue #1712](https://github.com/YunoHost/yunohost/pull/1712) Add a zsh completion file (automatically generated): Thank you so much, it is so great. :) Upon testing everything: - [ ] yunohost user create completion is empty, but ma...
[22:14:55] <Émy - OniriCorpe> the CI warns me

> ! (Requires Yunohost 4.3) When using ynh\_exec\_\*, please don't wrap your command between quotes (typically DONT write ynh\_exec\_warn\_less 'foo --bar --baz')
but i don't ave quoted code after a `ynh_exec_*`, my line starts with a quote and ends with a quote, but isn't quoted
`ynh_exec_warn_less "$final_path"/gotosocial --config-path "$final_path/config.yaml" admin account promote --username "$admin"`
[22:14:58] <Émy - OniriCorpe> the CI warns me

> ! (Requires Yunohost 4.3) When using ynh\_exec\_\*, please don't wrap your command between quotes (typically DONT write ynh\_exec\_warn\_less 'foo --bar --baz')

but i don't ave quoted code after a `ynh_exec_*`, my line starts with a quote and ends with a quote, but isn't quoted
`ynh_exec_warn_less "$final_path"/gotosocial --config-path "$final_path/config.yaml" admin account promote --username "$admin"`
[22:15:13] <Émy - OniriCorpe> the CI warns me

> ! (Requires Yunohost 4.3) When using ynh\_exec\_\*, please don't wrap your command between quotes (typically DONT write ynh\_exec\_warn\_less 'foo --bar --baz')

but i don't ave quoted code after a `ynh_exec_*`, my line starts with a quote and ends with a quote, but isn't quoted:
`ynh_exec_warn_less "$final_path"/gotosocial --config-path "$final_path/config.yaml" admin account promote --username "$admin"`
[22:16:02] <Émy - OniriCorpe> the CI warns me

> ! (Requires Yunohost 4.3) When using ynh\_exec\_\*, please don't wrap your command between quotes (typically DONT write ynh\_exec\_warn\_less 'foo --bar --baz')

but i don't have quoted code after a `ynh_exec_*`, my line starts with a quote and ends with a quote, but isn't quoted:
`ynh_exec_warn_less "$final_path"/gotosocial --config-path "$final_path/config.yaml" admin account promote --username "$admin"`
[22:16:38] <Émy - OniriCorpe> the CI warns me

> ! (Requires Yunohost 4.3) When using ynh\_exec\_\*, please don't wrap your command between quotes (typically DONT write ynh\_exec\_warn\_less 'foo --bar --baz')

but i don't have quoted code after a `ynh_exec_*`, my line starts with a quote and ends with a quote, but isn't quoted:
`ynh_exec_warn_less "$final_path"/gotosocial --config-path "$final_path/config.yaml" admin account promote --username "$admin"`
my code is clean, so I shouldn't be warned
[22:32:20] <Émy - OniriCorpe> the CI log: https://ci-apps-dev.yunohost.org/ci/job/9491
the warned code: https://github.com/YunoHost-Apps/gotosocial_ynh/commit/15fe5958c20a5de53e5ef7e81527f36612fdaca5
[22:51:48] <Yunohost Git/Infra notifications> [yunohost] @getzze [commented](https://github.com/YunoHost/yunohost/pull/1712#issuecomment-1712961807) on [issue #1712](https://github.com/YunoHost/yunohost/pull/1712) Add a zsh completion file (automatically generated): Thanks for testing First, about autocompleting or not the flags (starting with -), it seems it is the default behavio...