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 lingering class-loading issues with CableReady::Updatable concern #277

Conversation

Matt-Yorkley
Copy link
Contributor

@Matt-Yorkley Matt-Yorkley commented May 28, 2023

Bugfix

Description

There's still some weirdness with the way the MemoryCacheDebounceAdapter is being loaded in CableReady::Updatable concern. Notes on the previous fix here: #274 (comment)

It seems to be resolved now, I'm not seeing the intermittent errors after this tweak 👍

Checklist

  • My code follows the style guidelines of this project
  • Checks (StandardRB & Prettier-Standard) are passing

@netlify
Copy link

netlify bot commented May 28, 2023

Deploy Preview for cableready ready!

Name Link
🔨 Latest commit 049d6eb
🔍 Latest deploy log https://app.netlify.com/sites/cableready/deploys/64735650b204f10008ea77b4
😎 Deploy Preview https://deploy-preview-277--cableready.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Member

@marcoroth marcoroth left a comment

Choose a reason for hiding this comment

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

I'm wondering in which cases the class loading issues are showing up though. I haven't seen them arise in my personal apps, but this looks good to me!

Any concerns @julianrubisch?

Copy link
Contributor

@julianrubisch julianrubisch left a comment

Choose a reason for hiding this comment

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

No concerns, but it seems we'll want to move the whole module over to lib.

Really weird, but also quite the outside my horizon 🤷‍♂️

@Matt-Yorkley
Copy link
Contributor Author

Ah! I think I was switching between too many branches when testing and one of them was still on 5.0.0-rc2 so the MemoryCacheDebounceAdapter was still under /lib... I'll take another look.

@Matt-Yorkley
Copy link
Contributor Author

Yeah I was on the wrong branch. Sorry for the false alarm!

@marcoroth
Copy link
Member

Thanks for doubling-checking, @Matt-Yorkley!

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

3 participants