ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
@ 2021-09-16 15:26 mame (Yusuke Endoh)
  2021-09-17  8:07 ` [ruby-core:105324] " mame (Yusuke Endoh)
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: mame (Yusuke Endoh) @ 2021-09-16 15:26 UTC (permalink / raw)
  To: ruby-core

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

----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174

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

**Date: 2021/10/21 13:00-17:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

* [ruby-core:105324] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
  2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
@ 2021-09-17  8:07 ` mame (Yusuke Endoh)
  2021-09-27  4:04 ` [ruby-core:105436] " ioquatix (Samuel Williams)
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mame (Yusuke Endoh) @ 2021-09-17  8:07 UTC (permalink / raw)
  To: ruby-core

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


* [Feature #18176] Make Coverage suspendable (mame)
  * I'd like to add `Coverage.suspend` and `Coverage.resume`. Any opinion?
* [Bug #18170] Exception#inspect should not include newlines (mame)
  * I've created a PR for `StandardError.new("foo\nbar") #=> #<StandardError: "foo\nbar">`. I had to modify some tests. Is it acceptable?

----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174#change-93738

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

**Date: 2021/10/21 13:00-17:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

* [ruby-core:105436] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
  2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
  2021-09-17  8:07 ` [ruby-core:105324] " mame (Yusuke Endoh)
@ 2021-09-27  4:04 ` ioquatix (Samuel Williams)
  2021-09-28 23:26 ` [ruby-core:105477] " shugo (Shugo Maeda)
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ioquatix (Samuel Williams) @ 2021-09-27  4:04 UTC (permalink / raw)
  To: ruby-core

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


- [Feature #18035] Introduce general model/semantic for immutable by default.
  - Can we agree on interface and implementation.
  - `Process::Status` is example use-case. Should be many more.
- [Feature #18083] Capture error in ensure block.
  - Can we deprecate `$!` (& `$@`)? It's dangerous and every use case is better with explicit capture. Also may have some performance advantages.
- [Feature #18020] Introduce `IO::Buffer` for fiber scheduler.
  - For efficient file IO we need an internal buffer with well defined semantics suitable for IO.
- [Feature #17369] Introduce non-blocking `Process.wait`, `Kernel.system` and related methods.
  - Currently, `$?` is thread-local, but it should be fiber local.
  - Should we try to fix `$?` or deprecate it?
  - Introduce new interface? `system(...) {|status| ...}`?

----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174#change-93883

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

**Date: 2021/10/21 13:00-17:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

* [ruby-core:105477] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
  2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
  2021-09-17  8:07 ` [ruby-core:105324] " mame (Yusuke Endoh)
  2021-09-27  4:04 ` [ruby-core:105436] " ioquatix (Samuel Williams)
@ 2021-09-28 23:26 ` shugo (Shugo Maeda)
  2021-10-04 23:52 ` [ruby-core:105556] " duerst
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: shugo (Shugo Maeda) @ 2021-09-28 23:26 UTC (permalink / raw)
  To: ruby-core

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


* [Bug #17429] Prohibit include/prepend in refinement modules
    * Is the name Refinement#import OK?

----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174#change-93926

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

**Date: 2021/10/21 13:00-17:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

* [ruby-core:105556] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
  2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
                   ` (2 preceding siblings ...)
  2021-09-28 23:26 ` [ruby-core:105477] " shugo (Shugo Maeda)
@ 2021-10-04 23:52 ` duerst
  2021-10-09  7:58 ` [ruby-core:105614] " nobu (Nobuyoshi Nakada)
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: duerst @ 2021-10-04 23:52 UTC (permalink / raw)
  To: ruby-core

Issue #18174 has been updated by duerst (Martin Dürst).


- [Feature #18239] Variable Width Allocation: Strings
  - Discuss deployment schedule and binary incompatibility issues.

----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174#change-94012

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

**Date: 2021/10/21 13:00-17:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

* [ruby-core:105614] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
  2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
                   ` (3 preceding siblings ...)
  2021-10-04 23:52 ` [ruby-core:105556] " duerst
@ 2021-10-09  7:58 ` nobu (Nobuyoshi Nakada)
  2021-10-11 21:57 ` [ruby-core:105620] " jeremyevans0 (Jeremy Evans)
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: nobu (Nobuyoshi Nakada) @ 2021-10-09  7:58 UTC (permalink / raw)
  To: ruby-core

Issue #18174 has been updated by nobu (Nobuyoshi Nakada).


* [Feature #18242] Allow multiple assignment in logical expression
  * `1 < 2   and a, b = 2, 1` and so on.

----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174#change-94103

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

**Date: 2021/10/21 13:00-17:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

* [ruby-core:105620] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
  2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
                   ` (4 preceding siblings ...)
  2021-10-09  7:58 ` [ruby-core:105614] " nobu (Nobuyoshi Nakada)
@ 2021-10-11 21:57 ` jeremyevans0 (Jeremy Evans)
  2021-10-14 14:35 ` [ruby-core:105634] " byroot (Jean Boussier)
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jeremyevans0 (Jeremy Evans) @ 2021-10-11 21:57 UTC (permalink / raw)
  To: ruby-core

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


* [Misc #18248] Add Feature Triaging Guide (jeremyevans0)
  * Is it OK to add a feature triaging guide and start using it triage feature requests?
* [Bug #18066] Load did_you_mean/error_highlight even with --disable-gems (jeremyevans0)
  * Should --disable-gems also disable did_you_mean and error_highlight?
  * Most developers appear in favor, though @mame is against (but not strongly opposed).
* [Bug #18187] Float#clamp() returns ArgumentError (comparison of Float with 1 failed) (jeremyevans0)
  * How should Float#clamp handle case where receiver is NaN?
  * Currently it raises ArgumentError, but that is due to implementation details, not by design.
  * Is it OK to change it to return the receiver (NaN) in this case?
* [Bug #12436] newline argument of File.open seems not respected on Windows (jeremyevans0)
  * The option is currently ignored due to an oversight when the code was originally added.
  * Is it OK to introduce `lf_newline` transcoder and `newline: :lf` option to fix this?
  * Also, is `newline: :crlf` supposed to convert `\r\n` to `\n` during read only on Windows?

----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174#change-94108

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

**Date: 2021/10/21 13:00-17:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

* [ruby-core:105634] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
  2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
                   ` (5 preceding siblings ...)
  2021-10-11 21:57 ` [ruby-core:105620] " jeremyevans0 (Jeremy Evans)
@ 2021-10-14 14:35 ` byroot (Jean Boussier)
  2021-10-15 11:09 ` [ruby-core:105643] " byroot (Jean Boussier)
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: byroot (Jean Boussier) @ 2021-10-14 14:35 UTC (permalink / raw)
  To: ruby-core

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


- [Feature #10917] Add GC.stat[:total_time] when GC profiling enabled
  - @ko1 did submit a pull request which seem fine except maybe for 32bits support.
  - @ko1 did also measure the overhead and it appeared small.
  - Could this feature be merged for Ruby 3.1?

----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174#change-94124

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

**Date: 2021/10/21 13:00-17:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

* [ruby-core:105643] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
  2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
                   ` (6 preceding siblings ...)
  2021-10-14 14:35 ` [ruby-core:105634] " byroot (Jean Boussier)
@ 2021-10-15 11:09 ` byroot (Jean Boussier)
  2021-10-19  9:28 ` [ruby-core:105674] " Eregon (Benoit Daloze)
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: byroot (Jean Boussier) @ 2021-10-15 11:09 UTC (permalink / raw)
  To: ruby-core

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


[Feature #17760] Where we should install a header file when `gem install --user`?
  - `digest` have been gemified. However its `extconf.rb` have `$INSTALLFILES = { "digest.h" => "$(HDRDIR)" }` which fail for most people because ruby's `include` directory is owned by root.
  - What should rubygems do here? Have a secondary user owned `include` directory?
  - If I have several versions of `digest` installed? How gems linking against it would know which version to use?
  - If there's no clear solution, with 3.1.0 approaching, should we revert that `digest` gemification so that 3.1.0 is actually usable?

----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174#change-94133

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

**Date: 2021/10/21 13:00-17:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

* [ruby-core:105674] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
  2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
                   ` (7 preceding siblings ...)
  2021-10-15 11:09 ` [ruby-core:105643] " byroot (Jean Boussier)
@ 2021-10-19  9:28 ` Eregon (Benoit Daloze)
  2021-10-20  1:28 ` [ruby-core:105687] " Dan0042 (Daniel DeLorme)
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Eregon (Benoit Daloze) @ 2021-10-19  9:28 UTC (permalink / raw)
  To: ruby-core

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


* [Feature #18256] Change the canonical name of Thread::Mutex, Thread::Queue, Thread::SizedQueue and Thread::ConditionVariable to just Mutex, Queue, SizedQueue and ConditionVariable (eregon)
  * OK? (sorry for late addition for the meeting, we can move to next meeting if needed, but would be best to decide sooner than later)


----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174#change-94172

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

**Date: 2021/10/21 13:00-17:00 +09:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

* [ruby-core:105687] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
  2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
                   ` (8 preceding siblings ...)
  2021-10-19  9:28 ` [ruby-core:105674] " Eregon (Benoit Daloze)
@ 2021-10-20  1:28 ` Dan0042 (Daniel DeLorme)
  2021-10-20  8:25 ` [ruby-core:105690] " byroot (Jean Boussier)
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Dan0042 (Daniel DeLorme) @ 2021-10-20  1:28 UTC (permalink / raw)
  To: ruby-core

Issue #18174 has been updated by Dan0042 (Daniel DeLorme).


* [Feature #17795] Around `Process.fork` callbacks API (dan0042)
  * A few naming suggestions have been made; does Matz like any of them?
* [Feature #17837] Add support for Regexp timeouts (dan0042)
  * Adding this to ruby 3.1 with a safe (high) value for `Regexp.backtrack_limit` would be an improvement on the current lack of limit, and would allow to get measurements from real-world applications for a better default value.

----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174#change-94187

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

**Date: 2021/10/21 13:00-17:00 +09:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

* [ruby-core:105690] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
  2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
                   ` (9 preceding siblings ...)
  2021-10-20  1:28 ` [ruby-core:105687] " Dan0042 (Daniel DeLorme)
@ 2021-10-20  8:25 ` byroot (Jean Boussier)
  2021-10-20 14:25 ` [ruby-core:105696] " Eregon (Benoit Daloze)
  2021-10-21 11:37 ` [ruby-core:105730] " mame (Yusuke Endoh)
  12 siblings, 0 replies; 14+ messages in thread
From: byroot (Jean Boussier) @ 2021-10-20  8:25 UTC (permalink / raw)
  To: ruby-core

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


[Feature #18254] Add an `offset` parameter to `String#unpack` and `String#unpack1`
  - Binary protocol parsers currently have to slice their buffer repeatedly, this new argument would save a lot of string copying.


----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174#change-94190

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

**Date: 2021/10/21 13:00-17:00 +09:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

* [ruby-core:105696] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
  2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
                   ` (10 preceding siblings ...)
  2021-10-20  8:25 ` [ruby-core:105690] " byroot (Jean Boussier)
@ 2021-10-20 14:25 ` Eregon (Benoit Daloze)
  2021-10-21 11:37 ` [ruby-core:105730] " mame (Yusuke Endoh)
  12 siblings, 0 replies; 14+ messages in thread
From: Eregon (Benoit Daloze) @ 2021-10-20 14:25 UTC (permalink / raw)
  To: ruby-core

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


* [Bug #17146] Queue operations are allowed after it is frozen. (eregon)
  * This is an obvious inconsistency and it makes no sense whenever we discuss deep freezing object graphs. Let's fix it.


----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174#change-94195

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

**Date: 2021/10/21 13:00-17:00 +09:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

* [ruby-core:105730] [Ruby master Misc#18174] DevelopersMeeting20211021Japan
  2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
                   ` (11 preceding siblings ...)
  2021-10-20 14:25 ` [ruby-core:105696] " Eregon (Benoit Daloze)
@ 2021-10-21 11:37 ` mame (Yusuke Endoh)
  12 siblings, 0 replies; 14+ messages in thread
From: mame (Yusuke Endoh) @ 2021-10-21 11:37 UTC (permalink / raw)
  To: ruby-core

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


We held the dev-meeting but didn't finish until the last topic. An extra meeting will be held at the next Monday.

----------------------------------------
Misc #18174: DevelopersMeeting20211021Japan
https://bugs.ruby-lang.org/issues/18174#change-94229

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

**Date: 2021/10/21 13:00-17:00 +09:00**
Place/Sign-up/Agenda/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 log about the discussion to a 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 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 2021/10/18. 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] 14+ messages in thread

end of thread, other threads:[~2021-10-21 11:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 15:26 [ruby-core:105310] [Ruby master Misc#18174] DevelopersMeeting20211021Japan mame (Yusuke Endoh)
2021-09-17  8:07 ` [ruby-core:105324] " mame (Yusuke Endoh)
2021-09-27  4:04 ` [ruby-core:105436] " ioquatix (Samuel Williams)
2021-09-28 23:26 ` [ruby-core:105477] " shugo (Shugo Maeda)
2021-10-04 23:52 ` [ruby-core:105556] " duerst
2021-10-09  7:58 ` [ruby-core:105614] " nobu (Nobuyoshi Nakada)
2021-10-11 21:57 ` [ruby-core:105620] " jeremyevans0 (Jeremy Evans)
2021-10-14 14:35 ` [ruby-core:105634] " byroot (Jean Boussier)
2021-10-15 11:09 ` [ruby-core:105643] " byroot (Jean Boussier)
2021-10-19  9:28 ` [ruby-core:105674] " Eregon (Benoit Daloze)
2021-10-20  1:28 ` [ruby-core:105687] " Dan0042 (Daniel DeLorme)
2021-10-20  8:25 ` [ruby-core:105690] " byroot (Jean Boussier)
2021-10-20 14:25 ` [ruby-core:105696] " Eregon (Benoit Daloze)
2021-10-21 11:37 ` [ruby-core:105730] " mame (Yusuke Endoh)

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).