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

fix: simplify identifying caller #61

Merged
merged 2 commits into from
May 22, 2023
Merged

fix: simplify identifying caller #61

merged 2 commits into from
May 22, 2023

Conversation

gkampitakis
Copy link
Owner

@gkampitakis gkampitakis commented May 19, 2023

Should fix the issue reported by @zregvart at https://github.com/gkampitakis/go-snaps/pull/60/files#r1197658271

It also simplifies the packagetest case.

This was tested with some out of the repo tests including

  • godog reproducible example
  • simple example of tools/go/packages/packagestest
  • simple example of stretchr/testify/suite
  • simple example of adamluzsi/testcase
  • simple example of calling matchSnapshots from a goroutine.

zregvart
zregvart previously approved these changes May 22, 2023
Copy link
Contributor

@zregvart zregvart left a comment

Choose a reason for hiding this comment

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

Awesome, thank you :)

@gkampitakis gkampitakis force-pushed the basecaller_issue branch 2 times, most recently from cc0c6aa to e29ffb5 Compare May 22, 2023 17:59
@gkampitakis gkampitakis changed the title fix: baseCaller not returning correct path from godog fix: simplify identifying caller May 22, 2023
@gkampitakis gkampitakis merged commit 24a2d6b into main May 22, 2023
@gkampitakis gkampitakis deleted the basecaller_issue branch May 22, 2023 18:10
mergify bot referenced this pull request in dbsystel/cdk-sops-secrets May 22, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/aws/aws-sdk-go](https://togithub.com/aws/aws-sdk-go) | require | patch | `v1.44.266` -> `v1.44.267` |
| [github.com/gkampitakis/go-snaps](https://togithub.com/gkampitakis/go-snaps) | require | patch | `v0.4.3` -> `v0.4.4` |

---

### Release Notes

<details>
<summary>aws/aws-sdk-go</summary>

### [`v1.44.267`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144267-2023-05-22)

[Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.44.266...v1.44.267)

\===

##### Service Client Updates

-   `service/backup`: Updates service API and documentation
-   `service/pinpoint`: Updates service documentation
    -   Amazon Pinpoint is deprecating the tags parameter in the UpdateSegment, UpdateCampaign, UpdateEmailTemplate, UpdateSmsTemplate, UpdatePushTemplate, UpdateInAppTemplate and UpdateVoiceTemplate. Amazon Pinpoint will end support tags parameter by May 22, 2023.
-   `service/quicksight`: Updates service API, documentation, and paginators
    -   Add support for Asset Bundle, Geospatial Heatmaps.

##### SDK Bugs

-   `rest`: Revert removing unnecessary path normalization behavior.
    -   This behavior would mutate request paths with URI-encoded characters, potentially resulting in misrouted requests.
-   `config`: Revert deprecating `DisableRestProtocolURICleaning` config setting.
    -   This setting will have an effect again. REST-protocol paths will now be normalized after serialization.

</details>

<details>
<summary>gkampitakis/go-snaps</summary>

### [`v0.4.4`](https://togithub.com/gkampitakis/go-snaps/releases/tag/v0.4.4)

[Compare Source](https://togithub.com/gkampitakis/go-snaps/compare/v0.4.3...v0.4.4)

#### What's Changed

-   fix: clean snapshots should only delete .snap files by [@&#8203;gkampitakis](https://togithub.com/gkampitakis) in [https://github.com/gkampitakis/go-snaps/pull/62](https://togithub.com/gkampitakis/go-snaps/pull/62)
-   fix: simplify identifying caller by [@&#8203;gkampitakis](https://togithub.com/gkampitakis) in [https://github.com/gkampitakis/go-snaps/pull/61](https://togithub.com/gkampitakis/go-snaps/pull/61)
    -   handle running `go-snaps` from godog

**Full Changelog**: gkampitakis/go-snaps@v0.4.3...v0.4.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/markussiebert/cdk-sops-secrets).
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.

2 participants