adamdecaf (Adam Shannon)
- Login: adamdecaf
- Registered on: 02/01/2017
- Last sign in: 03/29/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/02/2017
-
03:19 PM Ruby Bug #13180: 'superclass mismatch for class' on nested classes
- Thanks for the quick patches. Would those likely be released in upcoming bug fixes? I can keep using my forked versions and reinstall once releases are out.
02/01/2017
-
08:42 PM Ruby Bug #13180 (Third Party's Issue): 'superclass mismatch for class' on nested classes
- I've been seeing the following errors when attempting to run different ruby projects.
~~~
/usr/local/Cellar/ruby/2.4.0/lib/ruby/2.4.0/openssl/digest.rb:57:in `<class:Digest>': superclass mismatch for class Digest (TypeError)
from ...