Peter Zhu

Results 27 comments of Peter Zhu

Thank you for this patch. Getting ASAN/LSAN properly supported with integration on CI will be a very beneficial feature. I'll spend more time sometime this week or next week to...

This worked for me: ``` * ```sh * echo "hi" * ``` ```

This works for me on RDoc 6.6.2: ``` * - Bullet one * ```sh * echo "hello" * ``` ``` ![Screenshot 2024-01-11 at 10 06 33 AM](https://github.com/ruby/ruby/assets/15860699/727b2f0d-9fc3-4f09-a903-175222e074e6)

@ko1 I configured with `CPPFLAGS=-DRUBY_DEBUG ../configure --with-coroutine=pthread` and I ran `./miniruby -v -e 'Fiber.new(&Object.method(:class_eval)).resume("foo")'` And I got: ``` ruby 3.4.0dev (2024-04-09T13:50:09Z master 0bc71828b5) [arm64-darwin23] last_commit=[pty] Split `chfunc` into functions in...

It's happening because `th->ractor->threads.running_ec == th->ec` is true at boot, so calling `ruby_thread_set_native` again will cause it to have an assertion failure. I opened #10491 as an alternative.

I'm not planning on changing the value of `Qfalse`, but I don't think we should assume that `Qfalse` is 0 in case we want to experiment with other values in...

Can you put a comment in the ticket as described [in the "Call for agenda items" section](https://bugs.ruby-lang.org/issues/20281#Call-for-agenda-items)?

1. Click on "Edit": 2. Fill out the "Notes" section with your ticket: 3. Click "Submit".

@BurdetteLamar The format that you submitted still doesn't look quite right. Can you follow the description in the ticket and edit it using the little pencil icon on the top...

> I'd never heard of man ri. It's very old (and no doubt out-of-date). Seems to be actual source (not derived); is that right? I find that it's available on...