ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:99085] [Ruby master Misc#17019] DevelopersMeeting20200720Japan
@ 2020-07-08  8:45 mame
  2020-07-08  8:48 ` [ruby-core:99086] " mame
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: mame @ 2020-07-08  8:45 UTC (permalink / raw
  To: ruby-core

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

----------------------------------------
Misc #17019: DevelopersMeeting20200720Japan
https://bugs.ruby-lang.org/issues/17019

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

**Date: 2020/07/20 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.
```

- Comment deadline: 2020/07/13 (one week before the 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.




-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:99086] [Ruby master Misc#17019] DevelopersMeeting20200720Japan
  2020-07-08  8:45 [ruby-core:99085] [Ruby master Misc#17019] DevelopersMeeting20200720Japan mame
@ 2020-07-08  8:48 ` mame
  2020-07-08 15:21 ` [ruby-core:99090] " merch-redmine
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mame @ 2020-07-08  8:48 UTC (permalink / raw
  To: ruby-core

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


* [Feature #17018] Show cfunc frames in rb_profile_frames()
  * My colleagues want this feature because it will make it easier to investigate an application bottleneck.

----------------------------------------
Misc #17019: DevelopersMeeting20200720Japan
https://bugs.ruby-lang.org/issues/17019#change-86458

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

**Date: 2020/07/20 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.
```

- Comment deadline: 2020/07/13 (one week before the 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.




-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:99090] [Ruby master Misc#17019] DevelopersMeeting20200720Japan
  2020-07-08  8:45 [ruby-core:99085] [Ruby master Misc#17019] DevelopersMeeting20200720Japan mame
  2020-07-08  8:48 ` [ruby-core:99086] " mame
@ 2020-07-08 15:21 ` merch-redmine
  2020-07-09  0:19 ` [ruby-core:99092] " shyouhei
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: merch-redmine @ 2020-07-08 15:21 UTC (permalink / raw
  To: ruby-core

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


* [Feature #16923] Switch reserved for numbered parameter warning to SyntaxError (jeremyevans0)
  * Is it OK to commit the patch?
* [Bug #9790] Zlib::GzipReader only decompressed the first of concatenated files (jeremyevans0)
  * As I mentioned in the ticket, transparently operating like zcat would be very invasive and would break existing code (non gzip-data after gzip data).
  * I implemented Zlib::GzipReader.zcat, is it OK to add that (I would still prefer adding Zlib::GzipReader.each_file)?
* [Feature #16470] Issue with nanoseconds in Time#inspect (jeremyevans0)
  * I have added a pull request which uses Float#rationalize instead of Float#to_r for float conversions.
  * Float#rationalize is generally slower than Float#to_r, but in this use case it ends up being faster.
  * Float#rationalize and Float#to_r have the same accuracy, as floats are inexact.
  * Is it OK to commit the patch?

----------------------------------------
Misc #17019: DevelopersMeeting20200720Japan
https://bugs.ruby-lang.org/issues/17019#change-86461

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

**Date: 2020/07/20 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.
```

- Comment deadline: 2020/07/13 (one week before the 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.




-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:99092] [Ruby master Misc#17019] DevelopersMeeting20200720Japan
  2020-07-08  8:45 [ruby-core:99085] [Ruby master Misc#17019] DevelopersMeeting20200720Japan mame
  2020-07-08  8:48 ` [ruby-core:99086] " mame
  2020-07-08 15:21 ` [ruby-core:99090] " merch-redmine
@ 2020-07-09  0:19 ` shyouhei
  2020-07-09  7:39 ` [ruby-core:99095] " mame
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: shyouhei @ 2020-07-09  0:19 UTC (permalink / raw
  To: ruby-core

Issue #17019 has been updated by shyouhei (Shyouhei Urabe).


- [Feature #17004] Provide a way for methods to omit their return value (shyouhei)
    - Is it a nice trick that we want to have, or a bad tool that is too easy to be abused?

----------------------------------------
Misc #17019: DevelopersMeeting20200720Japan
https://bugs.ruby-lang.org/issues/17019#change-86465

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

**Date: 2020/07/20 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.
```

- Comment deadline: 2020/07/13 (one week before the 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.




-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:99095] [Ruby master Misc#17019] DevelopersMeeting20200720Japan
  2020-07-08  8:45 [ruby-core:99085] [Ruby master Misc#17019] DevelopersMeeting20200720Japan mame
                   ` (2 preceding siblings ...)
  2020-07-09  0:19 ` [ruby-core:99092] " shyouhei
@ 2020-07-09  7:39 ` mame
  2020-07-09 20:34 ` [ruby-core:99098] " finch.parker
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mame @ 2020-07-09  7:39 UTC (permalink / raw
  To: ruby-core

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


* [Feature #17000] 2.7.2 turns off deprecation warnings by default (mame)
  * It is already decided that we fix, but it has been discussed how to fix. (Nagachika-san will not attend the meeting, but I'd like to hear opinions from committers.)

----------------------------------------
Misc #17019: DevelopersMeeting20200720Japan
https://bugs.ruby-lang.org/issues/17019#change-86469

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

**Date: 2020/07/20 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.
```

- Comment deadline: 2020/07/13 (one week before the 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.




-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:99098] [Ruby master Misc#17019] DevelopersMeeting20200720Japan
  2020-07-08  8:45 [ruby-core:99085] [Ruby master Misc#17019] DevelopersMeeting20200720Japan mame
                   ` (3 preceding siblings ...)
  2020-07-09  7:39 ` [ruby-core:99095] " mame
@ 2020-07-09 20:34 ` finch.parker
  2020-07-13  4:28 ` [ruby-core:99142] " tenderlove
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: finch.parker @ 2020-07-09 20:34 UTC (permalink / raw
  To: ruby-core

Issue #17019 has been updated by parker (Parker Finch).


* [Feature #17016] Enumerable#scan_left (parker)
  * There is a [pull request](https://github.com/ruby/ruby/pull/3078) to implement `#scan_left`, i.e. the [scan](https://en.wikipedia.org/wiki/Prefix_sum#Scan_higher_order_function) operation in functional programming.
  * The scan operation is especially valuable with lazy enumerables because `#inject` cannot be lazy.
  * Should a `#scan_left` method be added to `Enumerable`?

----------------------------------------
Misc #17019: DevelopersMeeting20200720Japan
https://bugs.ruby-lang.org/issues/17019#change-86472

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

**Date: 2020/07/20 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.
```

- Comment deadline: 2020/07/13 (one week before the 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.




-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:99142] [Ruby master Misc#17019] DevelopersMeeting20200720Japan
  2020-07-08  8:45 [ruby-core:99085] [Ruby master Misc#17019] DevelopersMeeting20200720Japan mame
                   ` (4 preceding siblings ...)
  2020-07-09 20:34 ` [ruby-core:99098] " finch.parker
@ 2020-07-13  4:28 ` tenderlove
  2020-07-16  4:14 ` [ruby-core:99188] " muraken
  2020-07-18 18:10 ` [ruby-core:99215] " marcandre-ruby-core
  7 siblings, 0 replies; 9+ messages in thread
From: tenderlove @ 2020-07-13  4:28 UTC (permalink / raw
  To: ruby-core

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


* [Feature #13381] Expose rb_fstring and its family to C extensions
  * Can we expose the fstring family of functions?  It seems the answer is "yes" but we need a better name (is this the current status?)

----------------------------------------
Misc #17019: DevelopersMeeting20200720Japan
https://bugs.ruby-lang.org/issues/17019#change-86520

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

**Date: 2020/07/20 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.
```

- Comment deadline: 2020/07/13 (one week before the 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.




-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:99188] [Ruby master Misc#17019] DevelopersMeeting20200720Japan
  2020-07-08  8:45 [ruby-core:99085] [Ruby master Misc#17019] DevelopersMeeting20200720Japan mame
                   ` (5 preceding siblings ...)
  2020-07-13  4:28 ` [ruby-core:99142] " tenderlove
@ 2020-07-16  4:14 ` muraken
  2020-07-18 18:10 ` [ruby-core:99215] " marcandre-ruby-core
  7 siblings, 0 replies; 9+ messages in thread
From: muraken @ 2020-07-16  4:14 UTC (permalink / raw
  To: ruby-core

Issue #17019 has been updated by mrkn (Kenta Murata).


* [Feature #16812] Allow slicing arrays with ArithmeticSequence
    * I made a patch.
* [Feature #14722] python's buffer protocol clone
    * I made a implementation proposal.

----------------------------------------
Misc #17019: DevelopersMeeting20200720Japan
https://bugs.ruby-lang.org/issues/17019#change-86568

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

**Date: 2020/07/20 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.
```

- Comment deadline: 2020/07/13 (one week before the 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.




-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:99215] [Ruby master Misc#17019] DevelopersMeeting20200720Japan
  2020-07-08  8:45 [ruby-core:99085] [Ruby master Misc#17019] DevelopersMeeting20200720Japan mame
                   ` (6 preceding siblings ...)
  2020-07-16  4:14 ` [ruby-core:99188] " muraken
@ 2020-07-18 18:10 ` marcandre-ruby-core
  7 siblings, 0 replies; 9+ messages in thread
From: marcandre-ruby-core @ 2020-07-18 18:10 UTC (permalink / raw
  To: ruby-core

Issue #17019 has been updated by marcandre (Marc-Andre Lafortune).


* [Feature #16989] Sets need ♥️, aka the "Set Program" (marcandre)
  * Bring `Set` into core
  * Insure interoperability with `Array` (e.g so `array & set` works and is efficient)
  * Shorthand syntax for static frozen sets of string/symbols (e.g. `%ws{hello world}`)


----------------------------------------
Misc #17019: DevelopersMeeting20200720Japan
https://bugs.ruby-lang.org/issues/17019#change-86596

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

**Date: 2020/07/20 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.
```

- Comment deadline: 2020/07/13 (one week before the 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.




-- 
https://bugs.ruby-lang.org/

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

end of thread, other threads:[~2020-07-18 18:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-08  8:45 [ruby-core:99085] [Ruby master Misc#17019] DevelopersMeeting20200720Japan mame
2020-07-08  8:48 ` [ruby-core:99086] " mame
2020-07-08 15:21 ` [ruby-core:99090] " merch-redmine
2020-07-09  0:19 ` [ruby-core:99092] " shyouhei
2020-07-09  7:39 ` [ruby-core:99095] " mame
2020-07-09 20:34 ` [ruby-core:99098] " finch.parker
2020-07-13  4:28 ` [ruby-core:99142] " tenderlove
2020-07-16  4:14 ` [ruby-core:99188] " muraken
2020-07-18 18:10 ` [ruby-core:99215] " marcandre-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 read-only IMAP folder(s) and NNTP newsgroup(s).