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

fuoexec: allow reload fuorc to debug easily #840

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

cosven
Copy link
Member

@cosven cosven commented Jun 4, 2024

Assume we have the following code in fuorc

when('app.ui.songs_table.about_to_show_menu', ask_ai_background, use_symbol=True)

Before, if user execute fuo exec < ~/.fuorc multiple times, when the signal is emitted, the slot will be invoked multiple times.

@cosven cosven merged commit d75e64b into feeluown:master Jun 4, 2024
6 of 9 checks passed
@coveralls
Copy link

coveralls commented Jun 4, 2024

Pull Request Test Coverage Report for Build 9367635409

Details

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.002%) to 55.241%

Totals Coverage Status
Change from base Build 9350982342: 0.002%
Covered Lines: 9823
Relevant Lines: 17782

💛 - Coveralls

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.

None yet

2 participants