zdohnal (Zdenek Dohnal)
- Login: zdohnal
- Registered on: 10/12/2017
- Last sign in: 01/29/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
01/30/2019
-
09:21 AM Ruby Bug #15570: rb_int2big signature change #14036 breaks VIM on 32b arches
- Hi!
I'm Zdenek, Fedora/RHEL Vim's maintainer and I confirm Vita's report - Vim started to fail on 32b archs since ruby 2.6 landed in Fedora rawhide because of change in [[https://bugs.ruby-lang.org/issues/14036]] , which seemed more ...
10/13/2017
-
07:50 AM Ruby Bug #14002: libruby soname is changing in Ruby 2.4.x while it should always be libruby.so.2.4.0
- jeremyevans0 (Jeremy Evans) wrote:
> nobu (Nobuyoshi Nakada) wrote:
> ...
So similar changes weren't in previous teeny releases like 2.3.0., 2.3.1 etc., so last number in library name didn't change and stayed 0?
>
> ...
What I wou...
10/12/2017
-
01:10 PM Ruby Bug #14002: libruby soname is changing in Ruby 2.4.x while it should always be libruby.so.2.4.0
- nobu (Nobuyoshi Nakada) wrote:
>
> ...
I'm fine with LIBRUBY_SONAME. Thank you, good job Nobu!
-
08:05 AM Ruby Bug #14002: libruby soname is changing in Ruby 2.4.x while it should always be libruby.so.2.4.0
- From Vim configure.ac:
libruby=`$vi_cv_path_ruby -r rbconfig -e "puts $ruby_rbconfig::CONFIG[['LIBRUBY_SO']]"`
I thought LIBRUBY_SO provides SONAME of libruby (sorry, that fact it is actually provides name of .so file, IMHO it's no...