ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17
@ 2022-10-21 11:23 mame (Yusuke Endoh)
  2022-10-24 10:08 ` [ruby-core:110497] " ioquatix (Samuel Williams)
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: mame (Yusuke Endoh) @ 2022-10-21 11:23 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been reported by mame (Yusuke Endoh).

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110497] [Ruby master Misc#19074] DevMeeting-2022-11-17
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
@ 2022-10-24 10:08 ` ioquatix (Samuel Williams)
  2022-10-25 10:38 ` [ruby-core:110512] " byroot (Jean Boussier)
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ioquatix (Samuel Williams) @ 2022-10-24 10:08 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by ioquatix (Samuel Williams).


- [Feature #19078] Introduce `Fiber#storage` for inherited fiber-scoped variables.
  - Updated based on feedback, is it acceptable?

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074#change-99821

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110512] [Ruby master Misc#19074] DevMeeting-2022-11-17
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
  2022-10-24 10:08 ` [ruby-core:110497] " ioquatix (Samuel Williams)
@ 2022-10-25 10:38 ` byroot (Jean Boussier)
  2022-10-31 13:49 ` [ruby-core:110561] " Eregon (Benoit Daloze)
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: byroot (Jean Boussier) @ 2022-10-25 10:38 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by byroot (Jean Boussier).


* [Bug #19079] Modules included in a DelegateClass cannot override delegate methods (jonathanhefner)
  * Proposed PR: https://github.com/ruby/delegate/pull/14#pullrequestreview-1154572034
  * Define delegation methods in an included module instead of directly in the class.
  * This allow to call `super`.
  * Very minimal backward compatibility concerns.

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074#change-99835

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110561] [Ruby master Misc#19074] DevMeeting-2022-11-17
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
  2022-10-24 10:08 ` [ruby-core:110497] " ioquatix (Samuel Williams)
  2022-10-25 10:38 ` [ruby-core:110512] " byroot (Jean Boussier)
@ 2022-10-31 13:49 ` Eregon (Benoit Daloze)
  2022-11-05 14:40 ` [ruby-core:110622] " tenderlovemaking (Aaron Patterson)
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eregon (Benoit Daloze) @ 2022-10-31 13:49 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by Eregon (Benoit Daloze).


* [Bug #18899] Inconsistent argument handling in IO#set_encoding (@eregon)
  * Could someone review Jeremy's fix and merge it?
  * The logic for IO set_encoding is really complicated (also following the C code for it is hard), I wish we could simplify it.

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074#change-99890

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110622] [Ruby master Misc#19074] DevMeeting-2022-11-17
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
                   ` (2 preceding siblings ...)
  2022-10-31 13:49 ` [ruby-core:110561] " Eregon (Benoit Daloze)
@ 2022-11-05 14:40 ` tenderlovemaking (Aaron Patterson)
  2022-11-05 15:10 ` [ruby-core:110623] " mame (Yusuke Endoh)
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tenderlovemaking (Aaron Patterson) @ 2022-11-05 14:40 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by tenderlovemaking (Aaron Patterson).


* [Feature #18814] Add a query method to check Ractor Queue count
  * Proposed PR: https://github.com/ruby/ruby/pull/5973
  * Good for monitoring
  * Sender can decide if it should be queued or not

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074#change-99954

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110623] [Ruby master Misc#19074] DevMeeting-2022-11-17
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
                   ` (3 preceding siblings ...)
  2022-11-05 14:40 ` [ruby-core:110622] " tenderlovemaking (Aaron Patterson)
@ 2022-11-05 15:10 ` mame (Yusuke Endoh)
  2022-11-07 18:16 ` [ruby-core:110643] " Eregon (Benoit Daloze)
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mame (Yusuke Endoh) @ 2022-11-05 15:10 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by mame (Yusuke Endoh).


* [Feature #19104] Introduce the cache-based optimization for Regexp matching (mame)
  * This optimization to onigmo makes most Regexp matching linear time. In short, it will solve ReDoS.
  * There are two notable limitations: (1) there are some unoptimizable Regexp patterns (e.g., back-references. About 10% Regexp objects are not optimizable according to measurement with some real-world libraries), and (2) it comsumes memory proportional to the input string (According to measurement, at worst, about 10 times to the length of the input string)
  * We want you to discuss: (1) can we merge this change (into preview3 if possible), and (2) should we provide a way to tell users if a given regexp is optimizable or not (e.g., a warning at unoptimizable regexp creation, a new API like `Regexp#optimizable?`, or a new opt-in Regexp flag `/foo/r` to raise a SyntaxError when it is not optimizable, etc.)

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074#change-99955

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110643] [Ruby master Misc#19074] DevMeeting-2022-11-17
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
                   ` (4 preceding siblings ...)
  2022-11-05 15:10 ` [ruby-core:110623] " mame (Yusuke Endoh)
@ 2022-11-07 18:16 ` Eregon (Benoit Daloze)
  2022-11-07 18:37 ` [ruby-core:110646] " jeremyevans0 (Jeremy Evans)
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eregon (Benoit Daloze) @ 2022-11-07 18:16 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by Eregon (Benoit Daloze).


* [Feature #11689] Add methods allow us to get visibility from Method and UnboundMethod object. (eregon)
  * `{Method,UnboundMethod}#{private?,protected?,public?}` exist in 3.1 but are currently not defined in 3.2
  * I think we should add them back, I think there is no reason to remove them anymore, since the behavior is intuitive now. Of course we need to store and return the visibility of the original method found by `.method/.instance_method`, not the zsuper-resolved method (same as for `owner`).
  * I think it is unnecessary to wait for someone to open a ticket "private?,protected?,public? methods missing in 3.2".

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074#change-99984

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110646] [Ruby master Misc#19074] DevMeeting-2022-11-17
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
                   ` (5 preceding siblings ...)
  2022-11-07 18:16 ` [ruby-core:110643] " Eregon (Benoit Daloze)
@ 2022-11-07 18:37 ` jeremyevans0 (Jeremy Evans)
  2022-11-07 22:02 ` [ruby-core:110648] " st0012 (Stan Lo)
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jeremyevans0 (Jeremy Evans) @ 2022-11-07 18:37 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by jeremyevans0 (Jeremy Evans).


* [Bug #19012] BasicSocket#recv* methods return an empty packet instead of nil on closed connections (jeremyevans0)
  * It seems like a good idea to be able to differentiate an empty packet versus a closed connection.
  * Is it OK to change the behavior to return nil for closed connections?
* [Bug #19003] TracePoint behavior inconsistency in 3.2.0-preview2 (jeremyevans0)
  * Behavior has changed for this case since Ruby 3.1 to fix other TracePoint bugs.
  * Do we consider the new behavior a bug, or an implementation detail?

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074#change-99987

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110648] [Ruby master Misc#19074] DevMeeting-2022-11-17
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
                   ` (6 preceding siblings ...)
  2022-11-07 18:37 ` [ruby-core:110646] " jeremyevans0 (Jeremy Evans)
@ 2022-11-07 22:02 ` st0012 (Stan Lo)
  2022-11-09 20:30 ` [ruby-core:110673] " jeremyevans0 (Jeremy Evans)
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: st0012 (Stan Lo) @ 2022-11-07 22:02 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by st0012 (Stan Lo).


* [Feature [#18996](https://bugs.ruby-lang.org/issues/18996)] Proposal: Introduce new APIs to reline for changing dialog UI colours
    * After discussing with @k0kubun, we've decided to use iTerm2's settings as colour options' naming reference.
    * We also think it's better to accept colour configs at both `DialogRenderInfo` and completion level (which builds on top of `DialogRenderInfo` but doesn't expose its APIs). This will give us enough flexibility for future extension.
    * Do we think it's ready for implementation?

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074#change-99989

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110673] [Ruby master Misc#19074] DevMeeting-2022-11-17
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
                   ` (7 preceding siblings ...)
  2022-11-07 22:02 ` [ruby-core:110648] " st0012 (Stan Lo)
@ 2022-11-09 20:30 ` jeremyevans0 (Jeremy Evans)
  2022-11-10 12:04 ` [ruby-core:110682] " byroot (Jean Boussier)
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jeremyevans0 (Jeremy Evans) @ 2022-11-09 20:30 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by jeremyevans0 (Jeremy Evans).


* [Bug #19113] Inconsistency in retention of compare_by_identity flag in Hash methods (jeremyevans0)
  * Is it OK to change `Hash.[]` to never return a compare_by_identity hash?
  * Is it OK to change `Hash.ruby2_keywords_hash` to not drop the compare_by_identity flag for empty hash arguments?
  * Is it OK to change `Hash#compact` to copy the default value/proc and compare_by_identity flag?

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074#change-100015

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110682] [Ruby master Misc#19074] DevMeeting-2022-11-17
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
                   ` (8 preceding siblings ...)
  2022-11-09 20:30 ` [ruby-core:110673] " jeremyevans0 (Jeremy Evans)
@ 2022-11-10 12:04 ` byroot (Jean Boussier)
  2022-11-12 23:14 ` [ruby-core:110728] " bdewater (Bart de Water)
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: byroot (Jean Boussier) @ 2022-11-10 12:04 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by byroot (Jean Boussier).


- [Feature #19107] Allow trailing comma in method signature (byroot)
  - I would like to make `def foo(a,)`, `def foo(a:,)` and `def foo(&block,)` valid syntax.
  - Trailing commas are popular when breaking up a very long statement into multiple lines.
  - Method calls, array literals, hash literals, all accept trailing commas, but method definitions don't.
  - This would seem more consistent to me.
- [Feature #18951] Object#with to set and restore attributes around a block (byroot)
  - It's not clear to me what was decided when this was first discussed in a previous meeting.
  - I kinda understand that `with` is seen as too generic, if so would `with_attr` be acceptable?
  - Any other concerns?

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074#change-100025

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110728] [Ruby master Misc#19074] DevMeeting-2022-11-17
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
                   ` (9 preceding siblings ...)
  2022-11-10 12:04 ` [ruby-core:110682] " byroot (Jean Boussier)
@ 2022-11-12 23:14 ` bdewater (Bart de Water)
  2022-11-16 23:09 ` [ruby-core:110785] " shugo (Shugo Maeda)
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bdewater (Bart de Water) @ 2022-11-12 23:14 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by bdewater (Bart de Water).


* [Feature #19000] Data: Add "Copy with changes method" [Follow-on to #16122 Data: simple immutable value object] (bdewater)
  * There seems to be consensus for the need of the feature, but not on what the method name should be. The proposals are `with` (C#, Java, Sorbet, value_semantics gem) and `dup` (with arguments, similar to Sequel datasets).
  * I think it would be valuable to have this decided and shipped with 3.2 to make Data objects ergonomic to work with.

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074#change-100064

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110785] [Ruby master Misc#19074] DevMeeting-2022-11-17
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
                   ` (10 preceding siblings ...)
  2022-11-12 23:14 ` [ruby-core:110728] " bdewater (Bart de Water)
@ 2022-11-16 23:09 ` shugo (Shugo Maeda)
  2022-11-17  5:00 ` [ruby-core:110786] " mame (Yusuke Endoh)
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: shugo (Shugo Maeda) @ 2022-11-16 23:09 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by shugo (Shugo Maeda).


* [Bug #19132] `**` with other keyword parameters causes "no anonymous keyword rest parameter" (shugo)
    * RBS expects no name for keyword rest parameters while test_method.rb etc expects `:**`. Can we choose `:**` for consistency?

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074#change-100132

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110786] [Ruby master Misc#19074] DevMeeting-2022-11-17
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
                   ` (11 preceding siblings ...)
  2022-11-16 23:09 ` [ruby-core:110785] " shugo (Shugo Maeda)
@ 2022-11-17  5:00 ` mame (Yusuke Endoh)
  2022-11-17  9:30 ` [ruby-core:110795] [Ruby master Misc#19074] DevMeeting-2022-12-01 (postponed from 11-17) shugo (Shugo Maeda)
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mame (Yusuke Endoh) @ 2022-11-17  5:00 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by mame (Yusuke Endoh).


This dev meeting has been postponed to 1st Dec. for various reasons.

If you have any topics you really want us to discuss, you can add them by 30th Nov. (But we already have a lot on the agenda, so I would appreciate your consideration.)

----------------------------------------
Misc #19074: DevMeeting-2022-11-17
https://bugs.ruby-lang.org/issues/19074#change-100136

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110795] [Ruby master Misc#19074] DevMeeting-2022-12-01 (postponed from 11-17)
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
                   ` (12 preceding siblings ...)
  2022-11-17  5:00 ` [ruby-core:110786] " mame (Yusuke Endoh)
@ 2022-11-17  9:30 ` shugo (Shugo Maeda)
  2022-11-21 13:50 ` [ruby-core:110835] " Eregon (Benoit Daloze)
  2022-11-25 16:26 ` [ruby-core:111011] " Eregon (Benoit Daloze)
  15 siblings, 0 replies; 17+ messages in thread
From: shugo (Shugo Maeda) @ 2022-11-17  9:30 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by shugo (Shugo Maeda).


* [Feature #19134] `**` is not allowed in `def foo(...)`
    * I believe `**` should be allowed, or both `*` and `&` should be prohibited.

----------------------------------------
Misc #19074: DevMeeting-2022-12-01 (postponed from 11-17)
https://bugs.ruby-lang.org/issues/19074#change-100151

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:110835] [Ruby master Misc#19074] DevMeeting-2022-12-01 (postponed from 11-17)
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
                   ` (13 preceding siblings ...)
  2022-11-17  9:30 ` [ruby-core:110795] [Ruby master Misc#19074] DevMeeting-2022-12-01 (postponed from 11-17) shugo (Shugo Maeda)
@ 2022-11-21 13:50 ` Eregon (Benoit Daloze)
  2022-11-25 16:26 ` [ruby-core:111011] " Eregon (Benoit Daloze)
  15 siblings, 0 replies; 17+ messages in thread
From: Eregon (Benoit Daloze) @ 2022-11-21 13:50 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by Eregon (Benoit Daloze).


* [Bug #19108] Format routines like pack blindly treat a string as ASCII-encoded (@eregon)
  * Is it OK to make `unknown pack directive` an `ArgumentError`?
  * If not is it OK to make it a non-verbose warning (i.e., shown with default `$VERBOSE=false`)?

----------------------------------------
Misc #19074: DevMeeting-2022-12-01 (postponed from 11-17)
https://bugs.ruby-lang.org/issues/19074#change-100192

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:111011] [Ruby master Misc#19074] DevMeeting-2022-12-01 (postponed from 11-17)
  2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
                   ` (14 preceding siblings ...)
  2022-11-21 13:50 ` [ruby-core:110835] " Eregon (Benoit Daloze)
@ 2022-11-25 16:26 ` Eregon (Benoit Daloze)
  15 siblings, 0 replies; 17+ messages in thread
From: Eregon (Benoit Daloze) @ 2022-11-25 16:26 UTC (permalink / raw)
  To: ruby-core

Issue #19074 has been updated by Eregon (Benoit Daloze).


* [Bug #19150] pack/unpack silently ignores unknown directives (eregon)
  * Similar to #19108 just above.
  * I believe unknown directive should be ArgumentError, not silent unless VERBOSE is true.


----------------------------------------
Misc #19074: DevMeeting-2022-12-01 (postponed from 11-17)
https://bugs.ruby-lang.org/issues/19074#change-100262

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
----------------------------------------
# The next dev meeting

**Date: 2022/11/17 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 2022/11/14. 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-11-25 21:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21 11:23 [ruby-core:110461] [Ruby master Misc#19074] DevMeeting-2022-11-17 mame (Yusuke Endoh)
2022-10-24 10:08 ` [ruby-core:110497] " ioquatix (Samuel Williams)
2022-10-25 10:38 ` [ruby-core:110512] " byroot (Jean Boussier)
2022-10-31 13:49 ` [ruby-core:110561] " Eregon (Benoit Daloze)
2022-11-05 14:40 ` [ruby-core:110622] " tenderlovemaking (Aaron Patterson)
2022-11-05 15:10 ` [ruby-core:110623] " mame (Yusuke Endoh)
2022-11-07 18:16 ` [ruby-core:110643] " Eregon (Benoit Daloze)
2022-11-07 18:37 ` [ruby-core:110646] " jeremyevans0 (Jeremy Evans)
2022-11-07 22:02 ` [ruby-core:110648] " st0012 (Stan Lo)
2022-11-09 20:30 ` [ruby-core:110673] " jeremyevans0 (Jeremy Evans)
2022-11-10 12:04 ` [ruby-core:110682] " byroot (Jean Boussier)
2022-11-12 23:14 ` [ruby-core:110728] " bdewater (Bart de Water)
2022-11-16 23:09 ` [ruby-core:110785] " shugo (Shugo Maeda)
2022-11-17  5:00 ` [ruby-core:110786] " mame (Yusuke Endoh)
2022-11-17  9:30 ` [ruby-core:110795] [Ruby master Misc#19074] DevMeeting-2022-12-01 (postponed from 11-17) shugo (Shugo Maeda)
2022-11-21 13:50 ` [ruby-core:110835] " Eregon (Benoit Daloze)
2022-11-25 16:26 ` [ruby-core:111011] " Eregon (Benoit Daloze)

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 read-only IMAP folder(s) and NNTP newsgroup(s).