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

More detailed check for unicode gem #42

Merged
merged 1 commit into from
May 10, 2017
Merged

More detailed check for unicode gem #42

merged 1 commit into from
May 10, 2017

Conversation

janlelis
Copy link
Contributor

Hi @norman,

I am author of a gem that adds the ability to check for the width of a unicode string: https://github.com/janlelis/unicode-display_width

It lives well together with the unicode gem and does not interfere with it in any way, however, it uses the same Unicode namespace.

Since babosa uses the Unicode constant to determine, if the unicode-display_width gem is available, but the unicode gem is not available, it will lead to a LoadError: janlelis/unicode-display_width#4

The proposed fix is to check for a VERSION constant, which is typically only defined for the gem of the namespace itself.

@sebastianludwig
Copy link

Can this please be merged? That'd be terrific 👍

@hjanuschka
Copy link

@norman please be so kind and merge this 👍

@parndt
Copy link
Collaborator

parndt commented May 10, 2017

@milch this has been merged - I see that you were watching for it to be.

@milch
Copy link

milch commented May 11, 2017

@parndt Thanks for pinging me! Is there a timeline for when a new version of this gem will be released?

@parndt
Copy link
Collaborator

parndt commented May 11, 2017

@milch I'm sorry, I can only help on here.. only @norman can release gems 😄

aried3r added a commit to aried3r/fastlane that referenced this pull request Jun 29, 2020
Not necessary anymore with version 1.0.3 of babosa. It's not in the
changelog, but you can see the fix from the PR mentioned in the comment
of `babosa_fix.rb` is indeed in the 1.0.3 release.

norman/babosa#42
https://my.diffend.io/gems/babosa/1.0.2/1.0.3#d2h-205265
joshdholtz pushed a commit to fastlane/fastlane that referenced this pull request Jul 6, 2020
Not necessary anymore with version 1.0.3 of babosa. It's not in the
changelog, but you can see the fix from the PR mentioned in the comment
of `babosa_fix.rb` is indeed in the 1.0.3 release.

norman/babosa#42
https://my.diffend.io/gems/babosa/1.0.2/1.0.3#d2h-205265
minuscorp pushed a commit to minuscorp/fastlane that referenced this pull request Jul 18, 2020
Not necessary anymore with version 1.0.3 of babosa. It's not in the
changelog, but you can see the fix from the PR mentioned in the comment
of `babosa_fix.rb` is indeed in the 1.0.3 release.

norman/babosa#42
https://my.diffend.io/gems/babosa/1.0.2/1.0.3#d2h-205265
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

5 participants