ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:119806] [Ruby master Misc#20879] DevMeeting-2024-12-12
@ 2024-11-07 10:45 mame (Yusuke Endoh) via ruby-core
  2024-11-21 17:42 ` [ruby-core:119983] " byroot (Jean Boussier) via ruby-core
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mame (Yusuke Endoh) via ruby-core @ 2024-11-07 10:45 UTC (permalink / raw)
  To: ruby-core; +Cc: mame (Yusuke Endoh)

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

----------------------------------------
Misc #20879: DevMeeting-2024-12-12
https://bugs.ruby-lang.org/issues/20879

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

**Date: 2024/12/12 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/12/09. 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] 7+ messages in thread

* [ruby-core:119983] [Ruby master Misc#20879] DevMeeting-2024-12-12
  2024-11-07 10:45 [ruby-core:119806] [Ruby master Misc#20879] DevMeeting-2024-12-12 mame (Yusuke Endoh) via ruby-core
@ 2024-11-21 17:42 ` byroot (Jean Boussier) via ruby-core
  2024-11-21 20:41 ` [ruby-core:119985] " tenderlovemaking (Aaron Patterson) via ruby-core
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: byroot (Jean Boussier) via ruby-core @ 2024-11-21 17:42 UTC (permalink / raw)
  To: ruby-core; +Cc: byroot (Jean Boussier)

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


* [Feature #20878] A new C API to create a String by adopting a pointer (byroot)
  * Would be useful for many extensions.
  * Allow to efficiently work with a raw, malloced buffer, and then turn it into a Ruby string without copying it.
  * The pointer is adopted as soon as the function is called, if the function fails the pointer is freed immediately.
  * Proposed implementation: https://github.com/ruby/ruby/pull/12143
  * Current name is `rb_enc_str_adopt`, but `rb_enc_str_move` could be make sense too.

----------------------------------------
Misc #20879: DevMeeting-2024-12-12
https://bugs.ruby-lang.org/issues/20879#change-110723

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

**Date: 2024/12/12 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/12/09. 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] 7+ messages in thread

* [ruby-core:119985] [Ruby master Misc#20879] DevMeeting-2024-12-12
  2024-11-07 10:45 [ruby-core:119806] [Ruby master Misc#20879] DevMeeting-2024-12-12 mame (Yusuke Endoh) via ruby-core
  2024-11-21 17:42 ` [ruby-core:119983] " byroot (Jean Boussier) via ruby-core
@ 2024-11-21 20:41 ` tenderlovemaking (Aaron Patterson) via ruby-core
  2024-11-26  2:47 ` [ruby-core:120005] " hsbt (Hiroshi SHIBATA) via ruby-core
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tenderlovemaking (Aaron Patterson) via ruby-core @ 2024-11-21 20:41 UTC (permalink / raw)
  To: ruby-core; +Cc: tenderlovemaking (Aaron Patterson)

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


* [Feature #20861] Add an environment variable so we can change the thread quantum
  * It maintains the default quantum but allows applications to experiment with different quantums
  * Lower quantums can help improve performance for applications with mixed IO / CPU workloads
  * The best quantum depends on the application load, so having a configuration option would be nice
  * We discussed at RubyConf and the feature seems fine but the name maybe not good enough. What is an appropriate name?

----------------------------------------
Misc #20879: DevMeeting-2024-12-12
https://bugs.ruby-lang.org/issues/20879#change-110725

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

**Date: 2024/12/12 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/12/09. 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] 7+ messages in thread

* [ruby-core:120005] [Ruby master Misc#20879] DevMeeting-2024-12-12
  2024-11-07 10:45 [ruby-core:119806] [Ruby master Misc#20879] DevMeeting-2024-12-12 mame (Yusuke Endoh) via ruby-core
  2024-11-21 17:42 ` [ruby-core:119983] " byroot (Jean Boussier) via ruby-core
  2024-11-21 20:41 ` [ruby-core:119985] " tenderlovemaking (Aaron Patterson) via ruby-core
@ 2024-11-26  2:47 ` hsbt (Hiroshi SHIBATA) via ruby-core
  2024-11-27 20:54 ` [ruby-core:120028] " st0012 (Stan Lo) via ruby-core
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-11-26  2:47 UTC (permalink / raw)
  To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)

Issue #20879 has been updated by hsbt (Hiroshi SHIBATA).


* [Feature #20884] reserve "Ruby" toplevel module for Ruby language
  * It's better to reserve this at Ruby 3.4, not 3.5.

----------------------------------------
Misc #20879: DevMeeting-2024-12-12
https://bugs.ruby-lang.org/issues/20879#change-110748

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

**Date: 2024/12/12 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/12/09. 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] 7+ messages in thread

* [ruby-core:120028] [Ruby master Misc#20879] DevMeeting-2024-12-12
  2024-11-07 10:45 [ruby-core:119806] [Ruby master Misc#20879] DevMeeting-2024-12-12 mame (Yusuke Endoh) via ruby-core
                   ` (2 preceding siblings ...)
  2024-11-26  2:47 ` [ruby-core:120005] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2024-11-27 20:54 ` st0012 (Stan Lo) via ruby-core
  2024-12-08  9:03 ` [ruby-core:120134] " shioimm (Misaki Shioi) via ruby-core
  2024-12-09 20:31 ` [ruby-core:120143] " k0kubun (Takashi Kokubun) via ruby-core
  5 siblings, 0 replies; 7+ messages in thread
From: st0012 (Stan Lo) via ruby-core @ 2024-11-27 20:54 UTC (permalink / raw)
  To: ruby-core; +Cc: st0012 (Stan Lo)

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



* [Misc #20913] Proposal: Adding Jeremy Evans and Burdette Lamar to www.ruby-lang.org's English Editorial Team
  * They have expressed enthusiasm for improving the website during recent discussions at RubyConf in Chicago.
  * Adding them would enhance our reviewing capacity for the increased contributions to the site's content.

----------------------------------------
Misc #20879: DevMeeting-2024-12-12
https://bugs.ruby-lang.org/issues/20879#change-110767

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

**Date: 2024/12/12 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/12/09. 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] 7+ messages in thread

* [ruby-core:120134] [Ruby master Misc#20879] DevMeeting-2024-12-12
  2024-11-07 10:45 [ruby-core:119806] [Ruby master Misc#20879] DevMeeting-2024-12-12 mame (Yusuke Endoh) via ruby-core
                   ` (3 preceding siblings ...)
  2024-11-27 20:54 ` [ruby-core:120028] " st0012 (Stan Lo) via ruby-core
@ 2024-12-08  9:03 ` shioimm (Misaki Shioi) via ruby-core
  2024-12-09 20:31 ` [ruby-core:120143] " k0kubun (Takashi Kokubun) via ruby-core
  5 siblings, 0 replies; 7+ messages in thread
From: shioimm (Misaki Shioi) via ruby-core @ 2024-12-08  9:03 UTC (permalink / raw)
  To: ruby-core; +Cc: shioimm (Misaki Shioi)

Issue #20879 has been updated by shioimm (Misaki Shioi).


- [Feature #20935] API for Globally Enabling/Disabling Happy Eyeballs Version 2 in the Socket Class
  - I would like to discuss the appropriateness of the API for enabling/disabling HEv2 in the `Socket` class.

----------------------------------------
Misc #20879: DevMeeting-2024-12-12
https://bugs.ruby-lang.org/issues/20879#change-110883

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

**Date: 2024/12/12 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/12/09. 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] 7+ messages in thread

* [ruby-core:120143] [Ruby master Misc#20879] DevMeeting-2024-12-12
  2024-11-07 10:45 [ruby-core:119806] [Ruby master Misc#20879] DevMeeting-2024-12-12 mame (Yusuke Endoh) via ruby-core
                   ` (4 preceding siblings ...)
  2024-12-08  9:03 ` [ruby-core:120134] " shioimm (Misaki Shioi) via ruby-core
@ 2024-12-09 20:31 ` k0kubun (Takashi Kokubun) via ruby-core
  5 siblings, 0 replies; 7+ messages in thread
From: k0kubun (Takashi Kokubun) via ruby-core @ 2024-12-09 20:31 UTC (permalink / raw)
  To: ruby-core; +Cc: k0kubun (Takashi Kokubun)

Issue #20879 has been updated by k0kubun (Takashi Kokubun).


* [Feature #20930] Different semantics for nested `it` and `_1` (eregon)
  * Should nested `it` be a SyntaxError like `_1`?

----------------------------------------
Misc #20879: DevMeeting-2024-12-12
https://bugs.ruby-lang.org/issues/20879#change-110895

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

**Date: 2024/12/12 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/12/09. 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] 7+ messages in thread

end of thread, other threads:[~2024-12-09 20:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-07 10:45 [ruby-core:119806] [Ruby master Misc#20879] DevMeeting-2024-12-12 mame (Yusuke Endoh) via ruby-core
2024-11-21 17:42 ` [ruby-core:119983] " byroot (Jean Boussier) via ruby-core
2024-11-21 20:41 ` [ruby-core:119985] " tenderlovemaking (Aaron Patterson) via ruby-core
2024-11-26  2:47 ` [ruby-core:120005] " hsbt (Hiroshi SHIBATA) via ruby-core
2024-11-27 20:54 ` [ruby-core:120028] " st0012 (Stan Lo) via ruby-core
2024-12-08  9:03 ` [ruby-core:120134] " shioimm (Misaki Shioi) via ruby-core
2024-12-09 20:31 ` [ruby-core:120143] " k0kubun (Takashi Kokubun) 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).