steved (Steve Dierker)
- Login: steved
- Email: steve.dierker@flavoursys.com
- Registered on: 05/27/2013
- Last sign in: 09/25/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/25/2018
-
11:26 AM Ruby Feature #11625: Unlock GVL for SHA1 calculations
- Hi,
I had a similar problem like Aaron, but with MD5 instead of SHA1. I stumbled upon this thread and completed the patch for all digest algorithms.
Hope it helps!
best,
Steve
05/28/2013
-
01:40 AM Ruby Bug #8455 (Rejected): Linking one Ruby extension to another Ruby extension with mkmf
- The problem lies within 'mkmf' of ruby.
If we have a gem which contains a native extension consisting of two libraries called 'libfail' and 'good' in C/C++ and both of these libraries have Ruby extensions it is not possible to compile a...