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

SIGABORT while parsing an invalid config #1064

Open
nikitabobko opened this issue Feb 4, 2025 · 0 comments
Open

SIGABORT while parsing an invalid config #1064

nikitabobko opened this issue Feb 4, 2025 · 0 comments
Labels
bug Something isn't working as expected priority-minor

Comments

@nikitabobko
Copy link
Owner

nikitabobko commented Feb 4, 2025

[[[on-window-detected]]
if.app-id = 'com.apple.findmy'
run = 'layout floating'

[on-window-detected]]
if.app-id = 'com.openai.chat'
run = 'layout floating'

Fails with:

Assertion failed: (is_bare_key_character(*cp) || is_string_delimiter(*cp)), function parse_key, file toml.hpp, line 14038.
fish: Job 1, './.debug/AeroSpaceApp --config-…' terminated by signal SIGABRT (Abort)

The problem should be further investigated and reported to https://github.com/LebJe/TOMLKit and/or https://github.com/marzer/tomlplusplus/

Originally reported at: #1061

@nikitabobko nikitabobko added bug Something isn't working as expected priority-minor labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected priority-minor
Projects
None yet
Development

No branches or pull requests

1 participant