-
Notifications
You must be signed in to change notification settings - Fork 77
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
CSV accurate count #991
CSV accurate count #991
Conversation
I submitted the CLA. Just need to re-run the job which I can not re-run without pushing a new commit |
The failing tests are for Rails 6.0 only at the database setup because it's calling |
The reason is that a new version of better_html was released. On main, you can repro with this: $ export BUNDLE_GEMFILE=$PWD/gemfiles/rails_6_0.gemfile
$ rm -f $BUNDLE_GEMFILE.lock
$ bundle
$ bin/rails test |
Thanks @etiennebarrie I made the necessary change for better_html in that commit ef2bfb3 |
Sorry I had already reported at Shopify/better-html#122 (comment). |
ef2bfb3
to
b6659e2
Compare
Cells can have newlines. In that case, jobs are finished with items shown as unprocessed in the UI.
b6659e2
to
bb8393c
Compare
I removed my better_error commit and rebased the PR from main |
Co-authored-by: Étienne Barrié <[email protected]>
Fix #977