chdiza (Charles Diza)
- Login: chdiza
- Registered on: 01/08/2020
- Last sign in: 03/24/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
03/24/2023
-
12:46 PM Ruby Bug #19478: Ruby 3.2.1 fails to build on macOS El Capitan (10.11.6)
- I don't see the relevance of a macOS version being EOL. They only last three years. Surely ruby aims to support machines older than three years!
Anyway, issues like this one have popped up elsewhere for El Capitan because of an appa...
03/05/2023
-
06:16 AM Ruby Bug #19478 (Rejected): Ruby 3.2.1 fails to build on macOS El Capitan (10.11.6)
- I tried building ruby 3.2.1 from source on macOS 10.11.6. Though I'd built all the way up through ruby 3.1.2 just fine, 3.2.1 chokes with the following:
```
compiling process.c
process.c:8364:5: error: unknown type name 'clockid_t'...
01/12/2020
-
07:05 PM Ruby Bug #16488: 2.7 spews warnings about net/imap
- That patch appears to have fixed the symptoms I see with Net/imap.
01/08/2020
-
10:41 PM Ruby Bug #16488 (Closed): 2.7 spews warnings about net/imap
- I just upgraded from 2.6.5 to 2.7.0. Some of my scripts are now emitting warnings that weren't there before. Eg., #16469.
Specifically in this report I want to complain that ruby 2.7 is issuing warnings about it's own net/imap libra...