-
Notifications
You must be signed in to change notification settings - Fork 46
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
Revert "Revert #334 - Themes localization" #390
Conversation
Strangely, all tests are passing in this repo, but not in the starter repo when linked to this same branch. I suspect that we're not linking everything in the |
This reverts commit af359c5.
50b5552
to
8f64b91
Compare
It turns out that the test discrepancy was because we just weren't running as many tests here as were are in the stater repo. I added the missing tests to the circle config, and now this PR is showing the test failures. |
I found that the changes I added here bullet-train-co/bullet_train@96fb534 and here bullet-train-co/bullet_train@b411a21 fixed these tests. I took these from bullet-train-co/bullet_train#811 which is also related. |
I started investigating the new test failure by recovering my PR here #393 I verified manually that the scaffolding system still works both with the latest version of the starter repo and on our side as well. I see that the tests pass on master, I can only think of 2 possible scenarios :
Maybe is there something else I did not think about ? |
Hey @3pns, thanks for picking this back up! You can see the tests in question failing on #393. Here's a link directly to CI: https://app.circleci.com/pipelines/github/3pns/bullet_train-core/6/workflows/a37eff84-3695-48c9-92bf-605ef201b98f/jobs/20 Note that these are in There are instruction included in the top of that test file for how to run them locally. Previously when I had linked every gem that's in |
Closing this in favor of #393. |
☝️ Excited for #396! It's been a long time coming. |
Reopening this temporarily to see what effect #396 has on testing this branch. |
Unfortunately we had to revert #334 because it had broken the date and date/time pickers. After merging #334 a lot of stuff changed so I couldn't generate a clean revert PR. So #389 was a "fresh" PR that was a commit-by-commit revert of each of the commits in #334.
This PR is an auto-generated revert of #389. Which effectively means it's a revert of the revert of #334. AKA it reintroduces the changes from #334 and brings back the theme localization that was done in that PR.
I'm just opening this so that we don't lose track of it, and so there's a place to pick back up if/when someone has the time.
Reverts #389