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

Reshape put_in/update_in calls in crashgroups #811

Merged
merged 5 commits into from
May 31, 2024

Conversation

FelonEkonom
Copy link
Member

@FelonEkonom FelonEkonom commented May 23, 2024

  1. In FishJam tests error logs didn't show up, so I added printing them in debug logs in one place.
  2. For some reason there was a bug occurring in statements likeput_in(state, [:crash_groups, id, :members], ...) despite de fact that module CrashGroup contains definitions of proper functions, so i rewrote it to statements like put_in(state.crash_groups[id].members, ...)

@FelonEkonom FelonEkonom added no-changelog This label has to be added if changes from the PR are not meant to be placed in the CHANGELOG.md labels May 24, 2024
@FelonEkonom FelonEkonom marked this pull request as ready for review May 24, 2024 09:51
@FelonEkonom FelonEkonom requested a review from mat-hek as a code owner May 24, 2024 09:51
reraise e, __STACKTRACE__
end
end)

handler_module.handle_end_of_actions(state)
end

defp log_debug_orginal_error(action_or_actions, error, stacktrace) do
Copy link
Member

Choose a reason for hiding this comment

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

let's add a comment why we do that

@FelonEkonom FelonEkonom requested a review from mat-hek May 28, 2024 08:32
@darthez darthez assigned darthez and FelonEkonom and unassigned darthez May 29, 2024
@FelonEkonom FelonEkonom merged commit 240d20e into master May 31, 2024
2 of 6 checks passed
@FelonEkonom FelonEkonom deleted the maybe-fix-fishjam-problems branch May 31, 2024 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog This label has to be added if changes from the PR are not meant to be placed in the CHANGELOG.md
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants