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

2585 csv regression fix #2847

Merged
merged 3 commits into from
Mar 23, 2015
Merged

2585 csv regression fix #2847

merged 3 commits into from
Mar 23, 2015

Conversation

rafatower
Copy link
Contributor

@Kartones CR please

Rafa de la Torre added 2 commits March 20, 2015 13:48
This fix shows an 'Encoding detection error (2002)' for the following
exception:
```
Encoding::UndefinedConversionError: "\x8D" to UTF-8 in conversion from
Windows-1252 to UTF-8
```
The line breaks test worked in clinker just by chance, most likely due
to an old version of charlock_holmes
@Cartofante
Copy link
Collaborator

Frontend tests were OK 👍 (details)

@Kartones
Copy link
Contributor

👍

@rafatower
Copy link
Contributor Author

This is the difference between production and clinker:

  • clinker:
17:14:39 + ruby --version
17:14:39 ruby 1.9.3p547 (2014-05-14 revision 45962) [x86_64-linux]
  • production:
$ ruby --version
ruby 1.9.3p550 (2014-10-27) [x86_64-linux] Brightbox

This affects the CSV implementation, which is part of ruby's stdlib. I'm deactivating that test for the moment, once merged in master for a while I'm gonna ask them to modify their installation in order to avoid disruption in the release process

@Cartofante
Copy link
Collaborator

Frontend tests were OK 👍 (details)

rafatower pushed a commit that referenced this pull request Mar 23, 2015
@rafatower rafatower merged commit a7708cf into master Mar 23, 2015
@rafatower rafatower deleted the 2585-csv-regression-fix branch March 23, 2015 08:42
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