* [ruby-core:119432] [Ruby master Misc#20781] DevMeeting-2024-11-07
@ 2024-10-03 9:49 mame (Yusuke Endoh) via ruby-core
2024-10-10 20:18 ` [ruby-core:119507] " eightbitraptor (Matthew Valentine-House) via ruby-core
` (9 more replies)
0 siblings, 10 replies; 11+ messages in thread
From: mame (Yusuke Endoh) via ruby-core @ 2024-10-03 9:49 UTC (permalink / raw)
To: ruby-core; +Cc: mame (Yusuke Endoh)
Issue #20781 has been reported by mame (Yusuke Endoh).
----------------------------------------
Misc #20781: DevMeeting-2024-11-07
https://bugs.ruby-lang.org/issues/20781
* Author: mame (Yusuke Endoh)
* Status: Open
----------------------------------------
# The next dev meeting
**Date: 2024/11/07 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker.
- Dev meeting is a place we can ask Matz, nobu, nurse and other developers directly.
- Matz is a very busy person. Take this opportunity to ask him. If you can not attend, other attendees can ask instead of you (if attendees can understand your issue).
- We will write a record of the discussion in the file or to each ticket in English.
- All activities are best-effort (keep in mind that most of us are volunteer developers).
- The date, time and place of the meeting are scheduled according to when/where we can reserve Matz's time.
- *DO NOT* discuss then on this ticket, please.
# Call for agenda items
If you have a ticket that you want matz and committers to discuss, please post it into this ticket in the following format:
```
* [Ticket ref] Ticket title (your name)
* Comment (A summary of the ticket, why you put this ticket here, what point should be discussed, etc.)
```
Example:
```
* [Feature #14609] `Kernel#p` without args shows the receiver (ko1)
* I feel this feature is very useful and some people say :+1: so let discuss this feature.
```
- It is recommended to add a comment by 2024/11/04. We hold a preparatory meeting to create an agenda a few days before the dev-meeting.
- The format is strict. We'll use [this script to automatically create an markdown-style agenda](https://gist.github.com/mame/b0390509ce1491b43610b9ebb665eb86). We may ignore a comment that does not follow the format.
- Your comment is mandatory. We cannot read all discussion of the ticket in a limited time. We appreciate it if you could write a short summary and update from a previous discussion.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ruby-core:119507] [Ruby master Misc#20781] DevMeeting-2024-11-07
2024-10-03 9:49 [ruby-core:119432] [Ruby master Misc#20781] DevMeeting-2024-11-07 mame (Yusuke Endoh) via ruby-core
@ 2024-10-10 20:18 ` eightbitraptor (Matthew Valentine-House) via ruby-core
2024-10-27 11:44 ` [ruby-core:119631] " mame (Yusuke Endoh) via ruby-core
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: eightbitraptor (Matthew Valentine-House) via ruby-core @ 2024-10-10 20:18 UTC (permalink / raw)
To: ruby-core; +Cc: eightbitraptor (Matthew Valentine-House)
Issue #20781 has been updated by eightbitraptor (Matthew Valentine-House).
* [Feature #20794] Expose information about the currently running GC Module (@eightbitraptor)
* This adds a dynamic component to `RUBY_DESCRIPTION`, when a modular GC is loaded. Is this acceptable?
* This adds a method `GC.active_gc_name`
* Is the name OK?
* Are the semantics OK? (`nil` unless a GC module is actively being used).
----------------------------------------
Misc #20781: DevMeeting-2024-11-07
https://bugs.ruby-lang.org/issues/20781#change-110122
* Author: mame (Yusuke Endoh)
* Status: Open
----------------------------------------
# The next dev meeting
**Date: 2024/11/07 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker.
- Dev meeting is a place we can ask Matz, nobu, nurse and other developers directly.
- Matz is a very busy person. Take this opportunity to ask him. If you can not attend, other attendees can ask instead of you (if attendees can understand your issue).
- We will write a record of the discussion in the file or to each ticket in English.
- All activities are best-effort (keep in mind that most of us are volunteer developers).
- The date, time and place of the meeting are scheduled according to when/where we can reserve Matz's time.
- *DO NOT* discuss then on this ticket, please.
# Call for agenda items
If you have a ticket that you want matz and committers to discuss, please post it into this ticket in the following format:
```
* [Ticket ref] Ticket title (your name)
* Comment (A summary of the ticket, why you put this ticket here, what point should be discussed, etc.)
```
Example:
```
* [Feature #14609] `Kernel#p` without args shows the receiver (ko1)
* I feel this feature is very useful and some people say :+1: so let discuss this feature.
```
- It is recommended to add a comment by 2024/11/04. We hold a preparatory meeting to create an agenda a few days before the dev-meeting.
- The format is strict. We'll use [this script to automatically create an markdown-style agenda](https://gist.github.com/mame/b0390509ce1491b43610b9ebb665eb86). We may ignore a comment that does not follow the format.
- Your comment is mandatory. We cannot read all discussion of the ticket in a limited time. We appreciate it if you could write a short summary and update from a previous discussion.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ruby-core:119631] [Ruby master Misc#20781] DevMeeting-2024-11-07
2024-10-03 9:49 [ruby-core:119432] [Ruby master Misc#20781] DevMeeting-2024-11-07 mame (Yusuke Endoh) via ruby-core
2024-10-10 20:18 ` [ruby-core:119507] " eightbitraptor (Matthew Valentine-House) via ruby-core
@ 2024-10-27 11:44 ` mame (Yusuke Endoh) via ruby-core
2024-11-01 1:59 ` [ruby-core:119666] " hsbt (Hiroshi SHIBATA) via ruby-core
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: mame (Yusuke Endoh) via ruby-core @ 2024-10-27 11:44 UTC (permalink / raw)
To: ruby-core; +Cc: mame (Yusuke Endoh)
Issue #20781 has been updated by mame (Yusuke Endoh).
* [Feature #20811] `warning: in a**b, b may be too big` is really helpful? (mame)
* I think the warning is not useful. Can we remove the warning?
----------------------------------------
Misc #20781: DevMeeting-2024-11-07
https://bugs.ruby-lang.org/issues/20781#change-110253
* Author: mame (Yusuke Endoh)
* Status: Open
----------------------------------------
# The next dev meeting
**Date: 2024/11/07 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker.
- Dev meeting is a place we can ask Matz, nobu, nurse and other developers directly.
- Matz is a very busy person. Take this opportunity to ask him. If you can not attend, other attendees can ask instead of you (if attendees can understand your issue).
- We will write a record of the discussion in the file or to each ticket in English.
- All activities are best-effort (keep in mind that most of us are volunteer developers).
- The date, time and place of the meeting are scheduled according to when/where we can reserve Matz's time.
- *DO NOT* discuss then on this ticket, please.
# Call for agenda items
If you have a ticket that you want matz and committers to discuss, please post it into this ticket in the following format:
```
* [Ticket ref] Ticket title (your name)
* Comment (A summary of the ticket, why you put this ticket here, what point should be discussed, etc.)
```
Example:
```
* [Feature #14609] `Kernel#p` without args shows the receiver (ko1)
* I feel this feature is very useful and some people say :+1: so let discuss this feature.
```
- It is recommended to add a comment by 2024/11/04. We hold a preparatory meeting to create an agenda a few days before the dev-meeting.
- The format is strict. We'll use [this script to automatically create an markdown-style agenda](https://gist.github.com/mame/b0390509ce1491b43610b9ebb665eb86). We may ignore a comment that does not follow the format.
- Your comment is mandatory. We cannot read all discussion of the ticket in a limited time. We appreciate it if you could write a short summary and update from a previous discussion.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ruby-core:119666] [Ruby master Misc#20781] DevMeeting-2024-11-07
2024-10-03 9:49 [ruby-core:119432] [Ruby master Misc#20781] DevMeeting-2024-11-07 mame (Yusuke Endoh) via ruby-core
2024-10-10 20:18 ` [ruby-core:119507] " eightbitraptor (Matthew Valentine-House) via ruby-core
2024-10-27 11:44 ` [ruby-core:119631] " mame (Yusuke Endoh) via ruby-core
@ 2024-11-01 1:59 ` hsbt (Hiroshi SHIBATA) via ruby-core
2024-11-01 9:01 ` [ruby-core:119672] " hsbt (Hiroshi SHIBATA) via ruby-core
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-11-01 1:59 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #20781 has been updated by hsbt (Hiroshi SHIBATA).
* [Feature #20782] Introduction of Happy Eyeballs Version 2 (RFC8305) in TCPSocket.new
* Propose shioimm as a Ruby committer
* How about it?
----------------------------------------
Misc #20781: DevMeeting-2024-11-07
https://bugs.ruby-lang.org/issues/20781#change-110322
* Author: mame (Yusuke Endoh)
* Status: Open
----------------------------------------
# The next dev meeting
**Date: 2024/11/07 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker.
- Dev meeting is a place we can ask Matz, nobu, nurse and other developers directly.
- Matz is a very busy person. Take this opportunity to ask him. If you can not attend, other attendees can ask instead of you (if attendees can understand your issue).
- We will write a record of the discussion in the file or to each ticket in English.
- All activities are best-effort (keep in mind that most of us are volunteer developers).
- The date, time and place of the meeting are scheduled according to when/where we can reserve Matz's time.
- *DO NOT* discuss then on this ticket, please.
# Call for agenda items
If you have a ticket that you want matz and committers to discuss, please post it into this ticket in the following format:
```
* [Ticket ref] Ticket title (your name)
* Comment (A summary of the ticket, why you put this ticket here, what point should be discussed, etc.)
```
Example:
```
* [Feature #14609] `Kernel#p` without args shows the receiver (ko1)
* I feel this feature is very useful and some people say :+1: so let discuss this feature.
```
- It is recommended to add a comment by 2024/11/04. We hold a preparatory meeting to create an agenda a few days before the dev-meeting.
- The format is strict. We'll use [this script to automatically create an markdown-style agenda](https://gist.github.com/mame/b0390509ce1491b43610b9ebb665eb86). We may ignore a comment that does not follow the format.
- Your comment is mandatory. We cannot read all discussion of the ticket in a limited time. We appreciate it if you could write a short summary and update from a previous discussion.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ruby-core:119672] [Ruby master Misc#20781] DevMeeting-2024-11-07
2024-10-03 9:49 [ruby-core:119432] [Ruby master Misc#20781] DevMeeting-2024-11-07 mame (Yusuke Endoh) via ruby-core
` (2 preceding siblings ...)
2024-11-01 1:59 ` [ruby-core:119666] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2024-11-01 9:01 ` hsbt (Hiroshi SHIBATA) via ruby-core
2024-11-01 16:18 ` [ruby-core:119677] " peterzhu2118 (Peter Zhu) via ruby-core
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-11-01 9:01 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #20781 has been updated by hsbt (Hiroshi SHIBATA).
* [Feature #20859] Make Base64 to core class
* It's useful and helpful for gemification.
----------------------------------------
Misc #20781: DevMeeting-2024-11-07
https://bugs.ruby-lang.org/issues/20781#change-110327
* Author: mame (Yusuke Endoh)
* Status: Open
----------------------------------------
# The next dev meeting
**Date: 2024/11/07 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker.
- Dev meeting is a place we can ask Matz, nobu, nurse and other developers directly.
- Matz is a very busy person. Take this opportunity to ask him. If you can not attend, other attendees can ask instead of you (if attendees can understand your issue).
- We will write a record of the discussion in the file or to each ticket in English.
- All activities are best-effort (keep in mind that most of us are volunteer developers).
- The date, time and place of the meeting are scheduled according to when/where we can reserve Matz's time.
- *DO NOT* discuss then on this ticket, please.
# Call for agenda items
If you have a ticket that you want matz and committers to discuss, please post it into this ticket in the following format:
```
* [Ticket ref] Ticket title (your name)
* Comment (A summary of the ticket, why you put this ticket here, what point should be discussed, etc.)
```
Example:
```
* [Feature #14609] `Kernel#p` without args shows the receiver (ko1)
* I feel this feature is very useful and some people say :+1: so let discuss this feature.
```
- It is recommended to add a comment by 2024/11/04. We hold a preparatory meeting to create an agenda a few days before the dev-meeting.
- The format is strict. We'll use [this script to automatically create an markdown-style agenda](https://gist.github.com/mame/b0390509ce1491b43610b9ebb665eb86). We may ignore a comment that does not follow the format.
- Your comment is mandatory. We cannot read all discussion of the ticket in a limited time. We appreciate it if you could write a short summary and update from a previous discussion.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ruby-core:119677] [Ruby master Misc#20781] DevMeeting-2024-11-07
2024-10-03 9:49 [ruby-core:119432] [Ruby master Misc#20781] DevMeeting-2024-11-07 mame (Yusuke Endoh) via ruby-core
` (3 preceding siblings ...)
2024-11-01 9:01 ` [ruby-core:119672] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2024-11-01 16:18 ` peterzhu2118 (Peter Zhu) via ruby-core
2024-11-01 18:16 ` [ruby-core:119682] " furunkel (Julian Aron Prenner) via ruby-core
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: peterzhu2118 (Peter Zhu) via ruby-core @ 2024-11-01 16:18 UTC (permalink / raw)
To: ruby-core; +Cc: peterzhu2118 (Peter Zhu)
Issue #20781 has been updated by peterzhu2118 (Peter Zhu).
- [Feature #20860] Merge Optional Experimental Feature MMTk into Ruby
- We are proposing to merge MMTk into the `ruby/mmtk` repository, which will be mirrored into `ruby/ruby`.
- This implementation uses the GC API (introduced in [Feature #20470]).
- Supports the NoGC and mark-sweep algorithms.
- We do not ever anticipate replacing Ruby's default GC with MMTk but instead offer it as an alternative implementation.
- We have our roadmap proposed in the ticket, which includes supporting generations, improving parallelism, and support moving, faster algorithms such as [Immix](https://www.steveblackburn.org/pubs/papers/immix-pldi-2008.pdf).
----------------------------------------
Misc #20781: DevMeeting-2024-11-07
https://bugs.ruby-lang.org/issues/20781#change-110337
* Author: mame (Yusuke Endoh)
* Status: Open
----------------------------------------
# The next dev meeting
**Date: 2024/11/07 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker.
- Dev meeting is a place we can ask Matz, nobu, nurse and other developers directly.
- Matz is a very busy person. Take this opportunity to ask him. If you can not attend, other attendees can ask instead of you (if attendees can understand your issue).
- We will write a record of the discussion in the file or to each ticket in English.
- All activities are best-effort (keep in mind that most of us are volunteer developers).
- The date, time and place of the meeting are scheduled according to when/where we can reserve Matz's time.
- *DO NOT* discuss then on this ticket, please.
# Call for agenda items
If you have a ticket that you want matz and committers to discuss, please post it into this ticket in the following format:
```
* [Ticket ref] Ticket title (your name)
* Comment (A summary of the ticket, why you put this ticket here, what point should be discussed, etc.)
```
Example:
```
* [Feature #14609] `Kernel#p` without args shows the receiver (ko1)
* I feel this feature is very useful and some people say :+1: so let discuss this feature.
```
- It is recommended to add a comment by 2024/11/04. We hold a preparatory meeting to create an agenda a few days before the dev-meeting.
- The format is strict. We'll use [this script to automatically create an markdown-style agenda](https://gist.github.com/mame/b0390509ce1491b43610b9ebb665eb86). We may ignore a comment that does not follow the format.
- Your comment is mandatory. We cannot read all discussion of the ticket in a limited time. We appreciate it if you could write a short summary and update from a previous discussion.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ruby-core:119682] [Ruby master Misc#20781] DevMeeting-2024-11-07
2024-10-03 9:49 [ruby-core:119432] [Ruby master Misc#20781] DevMeeting-2024-11-07 mame (Yusuke Endoh) via ruby-core
` (4 preceding siblings ...)
2024-11-01 16:18 ` [ruby-core:119677] " peterzhu2118 (Peter Zhu) via ruby-core
@ 2024-11-01 18:16 ` furunkel (Julian Aron Prenner) via ruby-core
2024-11-03 21:21 ` [ruby-core:119695] " AlexandreMagro (Alexandre Magro) via ruby-core
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: furunkel (Julian Aron Prenner) via ruby-core @ 2024-11-01 18:16 UTC (permalink / raw)
To: ruby-core; +Cc: furunkel (Julian Aron Prenner)
Issue #20781 has been updated by furunkel (Julian Aron Prenner).
* [Feature #20818] Allow passing a block to Hash#store to update current value (furunkel)
* currently, to update a value in a hash we have to call `#[]` followed by `#[]=`
* this calls `#hash` twice (on key), and requires two lookups; this also happens for shortcuts such as `h[k] += c`
* the problem could be solved by introducing a block form for `Hash#store` (`Hash#update` is already taken)
* the block is called with the current value or the default value if the key does not exist; return value = new value
* inverse of `Hash#fetch`, which also can take block
* `h[k] = some_method(h[k])` could be written as `h.store(k) { some_method(_1) }`, more efficient and more elegant in some cases (e.g., if `k` is complex, no repetition)
* exists in other languages: e.g., `Map#computeIfAbsent|Present` (Java) or `and_modify` (Rust)
* existing implementation: GH PR#11956
----------------------------------------
Misc #20781: DevMeeting-2024-11-07
https://bugs.ruby-lang.org/issues/20781#change-110342
* Author: mame (Yusuke Endoh)
* Status: Open
----------------------------------------
# The next dev meeting
**Date: 2024/11/07 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker.
- Dev meeting is a place we can ask Matz, nobu, nurse and other developers directly.
- Matz is a very busy person. Take this opportunity to ask him. If you can not attend, other attendees can ask instead of you (if attendees can understand your issue).
- We will write a record of the discussion in the file or to each ticket in English.
- All activities are best-effort (keep in mind that most of us are volunteer developers).
- The date, time and place of the meeting are scheduled according to when/where we can reserve Matz's time.
- *DO NOT* discuss then on this ticket, please.
# Call for agenda items
If you have a ticket that you want matz and committers to discuss, please post it into this ticket in the following format:
```
* [Ticket ref] Ticket title (your name)
* Comment (A summary of the ticket, why you put this ticket here, what point should be discussed, etc.)
```
Example:
```
* [Feature #14609] `Kernel#p` without args shows the receiver (ko1)
* I feel this feature is very useful and some people say :+1: so let discuss this feature.
```
- It is recommended to add a comment by 2024/11/04. We hold a preparatory meeting to create an agenda a few days before the dev-meeting.
- The format is strict. We'll use [this script to automatically create an markdown-style agenda](https://gist.github.com/mame/b0390509ce1491b43610b9ebb665eb86). We may ignore a comment that does not follow the format.
- Your comment is mandatory. We cannot read all discussion of the ticket in a limited time. We appreciate it if you could write a short summary and update from a previous discussion.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ruby-core:119695] [Ruby master Misc#20781] DevMeeting-2024-11-07
2024-10-03 9:49 [ruby-core:119432] [Ruby master Misc#20781] DevMeeting-2024-11-07 mame (Yusuke Endoh) via ruby-core
` (5 preceding siblings ...)
2024-11-01 18:16 ` [ruby-core:119682] " furunkel (Julian Aron Prenner) via ruby-core
@ 2024-11-03 21:21 ` AlexandreMagro (Alexandre Magro) via ruby-core
2024-11-05 6:05 ` [ruby-core:119715] " mame (Yusuke Endoh) via ruby-core
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: AlexandreMagro (Alexandre Magro) via ruby-core @ 2024-11-03 21:21 UTC (permalink / raw)
To: ruby-core; +Cc: AlexandreMagro (Alexandre Magro)
Issue #20781 has been updated by AlexandreMagro (Alexandre Magro).
* [Ticket #20770] (Re)Introduce pipe operator (@AlexandreMagro)
* Initially proposed as syntactic sugar for `.then`, and later refined after discussion
to work as a statement separator (like `;`) with a variable carrying the LHS expression result
to the RHS in [#note-34](https://bugs.ruby-lang.org/issues/20770#note-34).
* This approach aligns with how pipes work in other languages, adapted for Ruby.
* Improves readability by transforming `p(q(r))` into a more natural `r |> q |> p`,
matching how we think.
----------------------------------------
Misc #20781: DevMeeting-2024-11-07
https://bugs.ruby-lang.org/issues/20781#change-110355
* Author: mame (Yusuke Endoh)
* Status: Open
----------------------------------------
# The next dev meeting
**Date: 2024/11/07 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker.
- Dev meeting is a place we can ask Matz, nobu, nurse and other developers directly.
- Matz is a very busy person. Take this opportunity to ask him. If you can not attend, other attendees can ask instead of you (if attendees can understand your issue).
- We will write a record of the discussion in the file or to each ticket in English.
- All activities are best-effort (keep in mind that most of us are volunteer developers).
- The date, time and place of the meeting are scheduled according to when/where we can reserve Matz's time.
- *DO NOT* discuss then on this ticket, please.
# Call for agenda items
If you have a ticket that you want matz and committers to discuss, please post it into this ticket in the following format:
```
* [Ticket ref] Ticket title (your name)
* Comment (A summary of the ticket, why you put this ticket here, what point should be discussed, etc.)
```
Example:
```
* [Feature #14609] `Kernel#p` without args shows the receiver (ko1)
* I feel this feature is very useful and some people say :+1: so let discuss this feature.
```
- It is recommended to add a comment by 2024/11/04. We hold a preparatory meeting to create an agenda a few days before the dev-meeting.
- The format is strict. We'll use [this script to automatically create an markdown-style agenda](https://gist.github.com/mame/b0390509ce1491b43610b9ebb665eb86). We may ignore a comment that does not follow the format.
- Your comment is mandatory. We cannot read all discussion of the ticket in a limited time. We appreciate it if you could write a short summary and update from a previous discussion.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ruby-core:119715] [Ruby master Misc#20781] DevMeeting-2024-11-07
2024-10-03 9:49 [ruby-core:119432] [Ruby master Misc#20781] DevMeeting-2024-11-07 mame (Yusuke Endoh) via ruby-core
` (6 preceding siblings ...)
2024-11-03 21:21 ` [ruby-core:119695] " AlexandreMagro (Alexandre Magro) via ruby-core
@ 2024-11-05 6:05 ` mame (Yusuke Endoh) via ruby-core
2024-11-05 10:54 ` [ruby-core:119725] " ioquatix (Samuel Williams) via ruby-core
2024-11-06 15:55 ` [ruby-core:119775] " byroot (Jean Boussier) via ruby-core
9 siblings, 0 replies; 11+ messages in thread
From: mame (Yusuke Endoh) via ruby-core @ 2024-11-05 6:05 UTC (permalink / raw)
To: ruby-core; +Cc: mame (Yusuke Endoh)
Issue #20781 has been updated by mame (Yusuke Endoh).
AlexandreMagro (Alexandre Magro) wrote in #note-8:
> * Improves readability by transforming `p(q(r))` into a more natural `r |> q |> p`, matching how we think.
Do you mean `r |> q(_) |> p(_)`?
----------------------------------------
Misc #20781: DevMeeting-2024-11-07
https://bugs.ruby-lang.org/issues/20781#change-110379
* Author: mame (Yusuke Endoh)
* Status: Open
----------------------------------------
# The next dev meeting
**Date: 2024/11/07 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker.
- Dev meeting is a place we can ask Matz, nobu, nurse and other developers directly.
- Matz is a very busy person. Take this opportunity to ask him. If you can not attend, other attendees can ask instead of you (if attendees can understand your issue).
- We will write a record of the discussion in the file or to each ticket in English.
- All activities are best-effort (keep in mind that most of us are volunteer developers).
- The date, time and place of the meeting are scheduled according to when/where we can reserve Matz's time.
- *DO NOT* discuss then on this ticket, please.
# Call for agenda items
If you have a ticket that you want matz and committers to discuss, please post it into this ticket in the following format:
```
* [Ticket ref] Ticket title (your name)
* Comment (A summary of the ticket, why you put this ticket here, what point should be discussed, etc.)
```
Example:
```
* [Feature #14609] `Kernel#p` without args shows the receiver (ko1)
* I feel this feature is very useful and some people say :+1: so let discuss this feature.
```
- It is recommended to add a comment by 2024/11/04. We hold a preparatory meeting to create an agenda a few days before the dev-meeting.
- The format is strict. We'll use [this script to automatically create an markdown-style agenda](https://gist.github.com/mame/b0390509ce1491b43610b9ebb665eb86). We may ignore a comment that does not follow the format.
- Your comment is mandatory. We cannot read all discussion of the ticket in a limited time. We appreciate it if you could write a short summary and update from a previous discussion.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ruby-core:119725] [Ruby master Misc#20781] DevMeeting-2024-11-07
2024-10-03 9:49 [ruby-core:119432] [Ruby master Misc#20781] DevMeeting-2024-11-07 mame (Yusuke Endoh) via ruby-core
` (7 preceding siblings ...)
2024-11-05 6:05 ` [ruby-core:119715] " mame (Yusuke Endoh) via ruby-core
@ 2024-11-05 10:54 ` ioquatix (Samuel Williams) via ruby-core
2024-11-06 15:55 ` [ruby-core:119775] " byroot (Jean Boussier) via ruby-core
9 siblings, 0 replies; 11+ messages in thread
From: ioquatix (Samuel Williams) via ruby-core @ 2024-11-05 10:54 UTC (permalink / raw)
To: ruby-core; +Cc: ioquatix (Samuel Williams)
Issue #20781 has been updated by ioquatix (Samuel Williams).
- [Bug #20863] `zlib.c` calls `rb_str_set_len` and `rb_str_modify_expand`(and others) without holding the GVL (ioquatix)
- Is the PR to zlib acceptable - i.e. do not release the GVL except around CPU intensive work so that `rb_*` methods may be called freely.
- Is the PR to ruby acceptable - i.e. are we okay to add ruby debug assertions to check that we have the GVL?
- [Feature #20855] Introduce `Fiber::Scheduler#blocking_region` to avoid stalling the event loop (ioquatix)
- ko1 has some concerns, can we discuss it and find a path forward?
----------------------------------------
Misc #20781: DevMeeting-2024-11-07
https://bugs.ruby-lang.org/issues/20781#change-110392
* Author: mame (Yusuke Endoh)
* Status: Open
----------------------------------------
# The next dev meeting
**Date: 2024/11/07 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker.
- Dev meeting is a place we can ask Matz, nobu, nurse and other developers directly.
- Matz is a very busy person. Take this opportunity to ask him. If you can not attend, other attendees can ask instead of you (if attendees can understand your issue).
- We will write a record of the discussion in the file or to each ticket in English.
- All activities are best-effort (keep in mind that most of us are volunteer developers).
- The date, time and place of the meeting are scheduled according to when/where we can reserve Matz's time.
- *DO NOT* discuss then on this ticket, please.
# Call for agenda items
If you have a ticket that you want matz and committers to discuss, please post it into this ticket in the following format:
```
* [Ticket ref] Ticket title (your name)
* Comment (A summary of the ticket, why you put this ticket here, what point should be discussed, etc.)
```
Example:
```
* [Feature #14609] `Kernel#p` without args shows the receiver (ko1)
* I feel this feature is very useful and some people say :+1: so let discuss this feature.
```
- It is recommended to add a comment by 2024/11/04. We hold a preparatory meeting to create an agenda a few days before the dev-meeting.
- The format is strict. We'll use [this script to automatically create an markdown-style agenda](https://gist.github.com/mame/b0390509ce1491b43610b9ebb665eb86). We may ignore a comment that does not follow the format.
- Your comment is mandatory. We cannot read all discussion of the ticket in a limited time. We appreciate it if you could write a short summary and update from a previous discussion.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ruby-core:119775] [Ruby master Misc#20781] DevMeeting-2024-11-07
2024-10-03 9:49 [ruby-core:119432] [Ruby master Misc#20781] DevMeeting-2024-11-07 mame (Yusuke Endoh) via ruby-core
` (8 preceding siblings ...)
2024-11-05 10:54 ` [ruby-core:119725] " ioquatix (Samuel Williams) via ruby-core
@ 2024-11-06 15:55 ` byroot (Jean Boussier) via ruby-core
9 siblings, 0 replies; 11+ messages in thread
From: byroot (Jean Boussier) via ruby-core @ 2024-11-06 15:55 UTC (permalink / raw)
To: ruby-core; +Cc: byroot (Jean Boussier)
Issue #20781 has been updated by byroot (Jean Boussier).
* [Bug #20869] IO buffer handling is inconsistent when seeking (byroot)
* The ticket show multiple weirdness around `IO#ungetbyte / IO#ungetc` and `#IO#seek`.
* This is very clearly a bug, but what the right behavior should be isn't very clear. Clarification would be welcome.
----------------------------------------
Misc #20781: DevMeeting-2024-11-07
https://bugs.ruby-lang.org/issues/20781#change-110442
* Author: mame (Yusuke Endoh)
* Status: Open
----------------------------------------
# The next dev meeting
**Date: 2024/11/07 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker.
- Dev meeting is a place we can ask Matz, nobu, nurse and other developers directly.
- Matz is a very busy person. Take this opportunity to ask him. If you can not attend, other attendees can ask instead of you (if attendees can understand your issue).
- We will write a record of the discussion in the file or to each ticket in English.
- All activities are best-effort (keep in mind that most of us are volunteer developers).
- The date, time and place of the meeting are scheduled according to when/where we can reserve Matz's time.
- *DO NOT* discuss then on this ticket, please.
# Call for agenda items
If you have a ticket that you want matz and committers to discuss, please post it into this ticket in the following format:
```
* [Ticket ref] Ticket title (your name)
* Comment (A summary of the ticket, why you put this ticket here, what point should be discussed, etc.)
```
Example:
```
* [Feature #14609] `Kernel#p` without args shows the receiver (ko1)
* I feel this feature is very useful and some people say :+1: so let discuss this feature.
```
- It is recommended to add a comment by 2024/11/04. We hold a preparatory meeting to create an agenda a few days before the dev-meeting.
- The format is strict. We'll use [this script to automatically create an markdown-style agenda](https://gist.github.com/mame/b0390509ce1491b43610b9ebb665eb86). We may ignore a comment that does not follow the format.
- Your comment is mandatory. We cannot read all discussion of the ticket in a limited time. We appreciate it if you could write a short summary and update from a previous discussion.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-11-06 15:55 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-03 9:49 [ruby-core:119432] [Ruby master Misc#20781] DevMeeting-2024-11-07 mame (Yusuke Endoh) via ruby-core
2024-10-10 20:18 ` [ruby-core:119507] " eightbitraptor (Matthew Valentine-House) via ruby-core
2024-10-27 11:44 ` [ruby-core:119631] " mame (Yusuke Endoh) via ruby-core
2024-11-01 1:59 ` [ruby-core:119666] " hsbt (Hiroshi SHIBATA) via ruby-core
2024-11-01 9:01 ` [ruby-core:119672] " hsbt (Hiroshi SHIBATA) via ruby-core
2024-11-01 16:18 ` [ruby-core:119677] " peterzhu2118 (Peter Zhu) via ruby-core
2024-11-01 18:16 ` [ruby-core:119682] " furunkel (Julian Aron Prenner) via ruby-core
2024-11-03 21:21 ` [ruby-core:119695] " AlexandreMagro (Alexandre Magro) via ruby-core
2024-11-05 6:05 ` [ruby-core:119715] " mame (Yusuke Endoh) via ruby-core
2024-11-05 10:54 ` [ruby-core:119725] " ioquatix (Samuel Williams) via ruby-core
2024-11-06 15:55 ` [ruby-core:119775] " byroot (Jean Boussier) via ruby-core
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).