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

Annoying gem bugs #1

Open
elad opened this issue Nov 5, 2014 · 0 comments
Open

Annoying gem bugs #1

elad opened this issue Nov 5, 2014 · 0 comments

Comments

@elad
Copy link
Owner

elad commented Nov 5, 2014

From this commit message:

  • When installing the gem I get warnings like:

    unable to convert "\xAB" from ASCII-8BIT to UTF-8 for lib/data/BidiMirroring.dat, skipping
    unable to convert "\x87" from ASCII-8BIT to UTF-8 for lib/data/UnicodeData.idx, skipping
    

    This might be an issue with the Mac OS X terminal and in any case it seems harmless.

  • Gem installation freezes (or lags horribly) when printing this line:

    Installing ri documentation for bidi-0.0.1
    

    I have no idea why, and if I ^C and install again it doesn't happen, and it seems like a relatively common problem, so whatever.

  • This gem requires weakref. Unfortunately, when I add it as a dependency
    using

    s.add_dependency rubysl-weakref
    

    It gets added to the $LOAD_PATH which makes it not work for some reason. If I remove the dependency it works... but requires that it be installed manually.

Help appreciated!

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

No branches or pull requests

1 participant