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

Add a link to help you read the backtrace #267

Merged
merged 4 commits into from
Aug 8, 2024
Merged

Conversation

ArturT
Copy link
Member

@ArturT ArturT commented Aug 8, 2024

Related

Description

Changes

TODO: changes introduced by this PR

Checklist reminder

  • You added the changes to the UNRELEASED section of the CHANGELOG.md, including the needed bump (ie, patch, minor, major)
  • You follow the architecture outlined below for RSpec in Queue Mode, which is a work in progress (feel free to propose changes):
    • Pure: lib/knapsack_pro/pure/queue/rspec_pure.rb contains pure functions that are unit tested.
    • Extension: lib/knapsack_pro/extensions/rspec_extension.rb encapsulates calls to RSpec internals and is integration and e2e tested.
    • Runner: lib/knapsack_pro/runners/queue/rspec_runner.rb invokes the pure code and the extension to produce side effects, which are integration and e2e tested.

@ArturT ArturT changed the title Add link to how to read the backtrace Add a link to help you read the backtrace Aug 8, 2024
@ArturT ArturT merged commit 8c41d95 into master Aug 8, 2024
45 checks passed
@ArturT ArturT deleted the how-to-read-backtrace branch August 8, 2024 12:43
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.

1 participant