General

Profile

stevecheckoway (Stephen Checkoway)

  • Login: stevecheckoway
  • Registered on: 08/14/2018
  • Last sign in: 08/20/2018

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

08/27/2018

09:19 PM Ruby Bug #15033 (Closed): Encoding fallback uses wrong character when multiple conversions are required
When converting a string from one encoding to another that involves multiple conversions, the proc passed to `encode` will be called with the incorrect value if the conversion fails in the middle of the conversion.
For example,
```...
stevecheckoway (Stephen Checkoway)

08/14/2018

08:00 PM Ruby Bug #14992 (Closed): mkmf sets DYLD_LIBRARY_PATH on macOS which breaks pkg-config
When `mkmf` runs `pkg-config`, it sets `DYLD_LIBRARY_PATH` on macOS which causes `pkg-config` to not work. As an example, running
~~~
$ ruby2.5 -r mkmf -e 'pkg_config("libxml-2.0")'
~~~
writes the following to `mkmf.log`.
~~~
...
stevecheckoway (Stephen Checkoway)

Also available in: Atom