cfis (Charlie Savage)
- Login: cfis
- Registered on: 07/23/2008
- Last connection: 01/20/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 67 | 68 |
Activity
08/21/2021
-
06:27 AM Ruby master Bug #17643: Ruby 3 embedded - no GC methods?
- I don't want to do either of those things. Instead I would like to embed Ruby into a C++ program and then use it run ...
04/23/2021
-
04:23 AM Ruby master Bug #16651: Extensions Do Not Compile on Mingw64 with mingw32-make
- To answer the questions above:
* gem install sassc works fine
* using different drives, d:/ works fine
I don't...
04/09/2021
-
07:35 AM Ruby master Bug #16651: Extensions Do Not Compile on Mingw64 with mingw32-make
- VPATH works fine with arch_hdrdir in the form `c:/msys64/etc` - Ruby has been doing that on Windows for many years.
...
04/08/2021
-
06:28 AM Ruby master Bug #16651: Extensions Do Not Compile on Mingw64 with mingw32-make
- Thanks for the background, that was very helpful. The difference is that I am using mingw64 make, not msys make. So:
...
04/02/2021
-
08:45 AM Ruby master Bug #16651: Extensions Do Not Compile on Mingw64 with mingw32-make
- When running msys2 (ie, in an open console) the /c/ notation does work.
But it does not work in makefiles processe... -
08:41 AM Ruby master Bug #17643: Ruby 3 embedded - no GC methods?
- Screenshot
-
08:39 AM Ruby master Bug #17643: Ruby 3 embedded - no GC methods?
- @nobu - Sorry that I missed your feedback.
I updated the code to call ruby_options, but that just hangs the interp...
02/27/2021
-
08:54 AM Ruby master Bug #17643: Ruby 3 embedded - no GC methods?
- Just following up. nobu any thoughts? I don't see any way of working around this currently when embedding Ruby.
02/20/2021
-
06:54 AM Ruby master Bug #17643: Ruby 3 embedded - no GC methods?
- Thanks for tracking this down Jeremy!
This would be very helpful to have back. I'm modernizing Rice (https://githu...
02/19/2021
-
05:04 AM Ruby master Bug #17643 (Rejected): Ruby 3 embedded - no GC methods?
- The following code works on Ruby 2.x, but not on Ruby 3.0.0.
``` c
// Initialize Ruby VM
int argc = 0;
char* ar...
Also available in: Atom