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

greatly simplify snakeCaseWords #3881

Merged
merged 5 commits into from
Oct 22, 2024
Merged

greatly simplify snakeCaseWords #3881

merged 5 commits into from
Oct 22, 2024

Conversation

johrstrom
Copy link
Contributor

@johrstrom johrstrom commented Oct 17, 2024

Fixes #3538

First, I want to see how this tests, because I'm not 100% sure on it. I think it works for most cases, but tests will tell the tale.

Looking through the git blame I can see that #2158 added a lot of complication to fix #1658, but looking at #1658 a second time, I wonder if that even matters.

The issue in #1658 complained about mapping OSC_JUPYTER to o_s_c_j_u_p_y_t_e_r. But the issue is that this mapping is done to normalize keys in the tables. I'm thinking now that that odd mapping doesn't really matter. As long as it's consistent, what's it matter?

@@ -45,7 +45,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/vendor/bundle
key: ${{ runner.os }}-${{ matrix.ruby }}-unit-gems-${{ hashFiles('apps/*/Gemfile.lock', 'Gemfile.lock') }}-1
key: ${{ runner.os }}-${{ matrix.ruby }}-unit-gems-${{ hashFiles('apps/*/Gemfile.lock', 'Gemfile.lock') }}-2
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not really a part of this, but tests started failing with error, so we need to update those gems.

LoadError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found 
(required by /home/runner/vendor/bundle/ruby/3.0.0/gems/date-3.3.4/lib/date_core.so) 
- /home/runner/vendor/bundle/ruby/3.0.0/gems/date-3.3.4/lib/date_core.so

@johrstrom johrstrom merged commit e93525d into master Oct 22, 2024
26 checks passed
@johrstrom johrstrom deleted the simplify-snake-case-words branch October 22, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants