jasonroelofs (Jason Roelofs)
- Login: jasonroelofs
- Registered on: 01/04/2020
- Last sign in: 01/06/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/09/2020
-
11:35 PM Ruby Bug #16480: Ruby 2.7, C++, and rb_define_method compilation error
- nobu (Nobuyoshi Nakada) wrote:
> Doesn't `#undef rb_define_method` in that file work?
Ah yes it looks like it does and thanks for putting together the PR.
01/04/2020
-
06:07 PM Ruby Bug #16480 (Closed): Ruby 2.7, C++, and rb_define_method compilation error
- I maintain the Rice library which provides constructs for exposing C++ libraries into Ruby. With Ruby 2.7.0 I've got a hard compilation failure that I'm not sure how to fix.[1]
Diving into this, I've found that rb_define_method, when ...