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

Remove unused property identifier #569

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

akshayKhot
Copy link
Contributor

Removed the redundant identifier property on the Visit class.

@dhh dhh merged commit d81e24d into hotwired:main Sep 13, 2022
dhh pushed a commit that referenced this pull request Sep 19, 2022
This property is required by turbo-ios, so removing it causes crashes
within that library.

E.g. https://github.com/hotwired/turbo-ios/blob/main/Source/WebView/WebViewBridge.swift#L129

This reverts commit d81e24d.
seanpdoyle added a commit to seanpdoyle/turbo that referenced this pull request Sep 19, 2022
With the reverting of [hotwired#569][] (merged as
[hotwired#718][]), the "Visit with network error" test coverage
was missed in the diff.

Prior to the revert, the test was listening for
`turbo:fetch-request-error` events dispatched on the _link_ that was
clicked. Since that's no longer the case, this commit changes the test
to listen for `turbo:fetch-request-error` that bubble up to the
document.

[hotwired#569]: hotwired#569
[hotwired#718]: hotwired#718
seanpdoyle added a commit to seanpdoyle/turbo that referenced this pull request Sep 19, 2022
With the reverting of [hotwired#569][] (merged as
[hotwired#723][]), the "Visit with network error" test coverage
was missed in the diff.

Prior to the revert, the test was listening for
`turbo:fetch-request-error` events dispatched on the _link_ that was
clicked. Since that's no longer the case, this commit changes the test
to listen for `turbo:fetch-request-error` that bubble up to the
document.

[hotwired#569]: hotwired#569
[hotwired#723]: hotwired#723
dhh pushed a commit that referenced this pull request Sep 19, 2022
With the reverting of [#569][] (merged as
[#723][]), the "Visit with network error" test coverage
was missed in the diff.

Prior to the revert, the test was listening for
`turbo:fetch-request-error` events dispatched on the _link_ that was
clicked. Since that's no longer the case, this commit changes the test
to listen for `turbo:fetch-request-error` that bubble up to the
document.

[#569]: #569
[#723]: #723
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants