ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:93190] [Ruby trunk Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
@ 2019-06-17  3:20 ` mame
  2019-06-17  3:20 ` [ruby-core:93191] " mame
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: mame @ 2019-06-17  3:20 UTC (permalink / raw
  To: ruby-core

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

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: TBD
log: TBD

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93191] [Ruby trunk Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
  2019-06-17  3:20 ` [ruby-core:93190] [Ruby trunk Misc#15930] DevelopersMeeting20190711Japan mame
@ 2019-06-17  3:20 ` mame
  2019-06-17  9:40 ` [ruby-core:93200] " eregontp
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: mame @ 2019-06-17  3:20 UTC (permalink / raw
  To: ruby-core

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


Carry-over tickets.

* [Feature #14912] Introduce pattern matching syntax ([pitr.ch](https://twitter.com/pitr_ch))
  * Could the pattern matching be made available as a first-class citizen to be used as a filter when searching in data structures and to be able to implement Actor receive method
  * Consider contractions `log_messages.find in [:error, message] { puts message }`
  * Non-symbol matching of Hashes would be very desirable
  * Elaborated in https://bugs.ruby-lang.org/issues/14912#note-22

* [Feature #15797] Use realpath(3) instead of custom realpath implementation if available (jeremyevans0)
  * Is this OK to commit? It may cause regressions on less common Unix not tested by Travis (e.g. FreeBSD, NetBSD, AIX, Solaris), though we could just fallback to current implementation in that case.
  * Do we want to add workarounds for Mac OS <=10.5 (10.5 was released in October 2007)?

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-78631

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: TBD
log: TBD

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93200] [Ruby trunk Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
  2019-06-17  3:20 ` [ruby-core:93190] [Ruby trunk Misc#15930] DevelopersMeeting20190711Japan mame
  2019-06-17  3:20 ` [ruby-core:93191] " mame
@ 2019-06-17  9:40 ` eregontp
  2019-06-18 15:41 ` [ruby-core:93225] " nobu
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: eregontp @ 2019-06-17  9:40 UTC (permalink / raw
  To: ruby-core

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


* [Feature #15903] Move RubyVM.resolve_feature_path to Kernel.resolve_feature_path
  * matz: Could you decide between `Kernel.resolve_feature_path` and `$LOAD_PATH.resolve_feature_path`?

* [Feature #15897] `it` as a default block parameter and [Misc #15723] Reconsider numbered parameters
  * Could committers continue the discussion from last meeting? Are most people OK with just one implicit argument vs many? I think that could be the first thing to settle.
  * I think a comment from matz sharing his thoughts on either ticket would be helpful.

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-78645

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93225] [Ruby trunk Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2019-06-17  9:40 ` [ruby-core:93200] " eregontp
@ 2019-06-18 15:41 ` nobu
  2019-06-24  9:58 ` [ruby-core:93329] " sawadatsuyoshi
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: nobu @ 2019-06-18 15:41 UTC (permalink / raw
  To: ruby-core

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


* [Feature #5400] Remove flip-flops in 2.0
  * Strong objections.


----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-78677

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93329] [Ruby trunk Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2019-06-18 15:41 ` [ruby-core:93225] " nobu
@ 2019-06-24  9:58 ` sawadatsuyoshi
  2019-06-25 13:17 ` [ruby-core:93357] " naruse
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: sawadatsuyoshi @ 2019-06-24  9:58 UTC (permalink / raw
  To: ruby-core

Issue #15930 has been updated by sawa (Tsuyoshi Sawada).


* [Feature #15950]Allow negative length in `Array#[]`, `Array#[]=`, `String#[]`, `String#[]=`
    * 長さの負の値を許し、その場合に左向きに長さを測る提案です。
    * 文字列の右端の定められた長さを取り出すときなどに便利だと思います。
    * これにより、これまで存在していた左端との非対称性を解消できます。
    * これまで`nil`を返していた一部の場合で文字列を返すようになります。

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-78809

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93357] [Ruby trunk Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2019-06-24  9:58 ` [ruby-core:93329] " sawadatsuyoshi
@ 2019-06-25 13:17 ` naruse
  2019-06-28  5:25 ` [ruby-core:93398] " zn
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: naruse @ 2019-06-25 13:17 UTC (permalink / raw
  To: ruby-core

Issue #15930 has been updated by naruse (Yui NARUSE).


[Feature #15958] Time#inspect with frac

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-78870

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93398] [Ruby trunk Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (5 preceding siblings ...)
  2019-06-25 13:17 ` [ruby-core:93357] " naruse
@ 2019-06-28  5:25 ` zn
  2019-06-28 17:40 ` [ruby-core:93416] " eregontp
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: zn @ 2019-06-28  5:25 UTC (permalink / raw
  To: ruby-core

Issue #15930 has been updated by znz (Kazuhiro NISHIYAMA).


* [[Feature #41385]: Deprecate back-tick for Ruby 3.](https://bugs.ruby-lang.org/issues/14385)
  * related [```enforce %x(style invocation) because backticks `` are deprecated```](https://github.com/testdouble/standard/pull/121)

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-78940

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93416] [Ruby trunk Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (6 preceding siblings ...)
  2019-06-28  5:25 ` [ruby-core:93398] " zn
@ 2019-06-28 17:40 ` eregontp
  2019-06-30  0:14 ` [ruby-core:93423] " nobu
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: eregontp @ 2019-06-28 17:40 UTC (permalink / raw
  To: ruby-core

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


* [Feature #14385] Deprecate back-tick for Ruby 3.
  * What does matz want to use backticks for?
  * It seems too incompatible of a change, isn't it?
* [Bug #15708] Implicit numbered argument decomposes an array
  * What's the reason? Please explain on the ticket.
  * matz: Can you judge whether that behavior is worth the inconsistency with `{ |x|` and making #map, etc not work with unknown element types (if elements can or not be arrays)?

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-78958

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93423] [Ruby trunk Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (7 preceding siblings ...)
  2019-06-28 17:40 ` [ruby-core:93416] " eregontp
@ 2019-06-30  0:14 ` nobu
  2019-06-30 12:25 ` [ruby-core:93431] " eregontp
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: nobu @ 2019-06-30  0:14 UTC (permalink / raw
  To: ruby-core

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


* [Feature #11808] Different behavior between `Enumerable#grep` and `Array#grep`

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-78964

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93431] [Ruby trunk Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (8 preceding siblings ...)
  2019-06-30  0:14 ` [ruby-core:93423] " nobu
@ 2019-06-30 12:25 ` eregontp
  2019-07-02 10:07 ` [ruby-core:93468] [Ruby master " jean.boussier
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: eregontp @ 2019-06-30 12:25 UTC (permalink / raw
  To: ruby-core

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


* [Feature #15966] Introducing experimental features behind a flag, disabled by default
  * Could you read the description and reply what you think? Do you think it's a good idea? I think it would be a much better way to introduce experimental features.

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-78976

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93468] [Ruby master Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (9 preceding siblings ...)
  2019-06-30 12:25 ` [ruby-core:93431] " eregontp
@ 2019-07-02 10:07 ` jean.boussier
  2019-07-02 13:29 ` [ruby-core:93483] " nobu
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: jean.boussier @ 2019-07-02 10:07 UTC (permalink / raw
  To: ruby-core

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


* [Feature #15940] Coerce symbols internal fstrings in UTF8 rather than ASCII to better share memory with string literals
  * Saves some resident memory
  * Makes symbols & constant names defined in UTF-8 files UTF-8 encoded, which is much less surprising.
  * Little to no backward compatibility concerns.


* [Feature #15939] Dump symbols reference to their fstr in ObjectSpace.dump()
  * It's important for the heap dump consistency. Otherwise when you build the reference graph you end up with some dangling objects.

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-79018

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93483] [Ruby master Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (10 preceding siblings ...)
  2019-07-02 10:07 ` [ruby-core:93468] [Ruby master " jean.boussier
@ 2019-07-02 13:29 ` nobu
  2019-07-04  9:01 ` [ruby-core:93535] " nobu
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: nobu @ 2019-07-02 13:29 UTC (permalink / raw
  To: ruby-core

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


* [Feature #15973] Make `Kernel#lambda` always return lambda

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-79033

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93535] [Ruby master Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (11 preceding siblings ...)
  2019-07-02 13:29 ` [ruby-core:93483] " nobu
@ 2019-07-04  9:01 ` nobu
  2019-07-05 13:24 ` [ruby-core:93560] " lourens
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: nobu @ 2019-07-04  9:01 UTC (permalink / raw
  To: ruby-core

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


* [Feature #11460] Unhelpful error message when naming a module with the same name as an existing class

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-79098

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93560] [Ruby master Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (12 preceding siblings ...)
  2019-07-04  9:01 ` [ruby-core:93535] " nobu
@ 2019-07-05 13:24 ` lourens
  2019-07-06 15:36 ` [ruby-core:93582] " eregontp
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: lourens @ 2019-07-05 13:24 UTC (permalink / raw
  To: ruby-core

Issue #15930 has been updated by methodmissing (Lourens Naudé).


* [Feature #15631] Let round_capa for ID table not allocate excess capacity for power of 2 ints >= 4
  * PR and further due diligence comments in https://github.com/ruby/ruby/pull/2278


----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-79129

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

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

* [ruby-core:93582] [Ruby master Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (13 preceding siblings ...)
  2019-07-05 13:24 ` [ruby-core:93560] " lourens
@ 2019-07-06 15:36 ` eregontp
  2019-07-10  4:33 ` [ruby-core:93649] " mame
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: eregontp @ 2019-07-06 15:36 UTC (permalink / raw
  To: ruby-core

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


* [Feature #15987] Let boolean option (such as `exception` in `Kernel#Complex`, `Kernel#Float`, `Kernel#Integer`, `Kernel#Rational`) be falsy vs. truthy
  * Does this issue need matz approval or can it be fixed directly? If it does, does matz agree we should address this and use RTEST()?

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-79162

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93649] [Ruby master Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (14 preceding siblings ...)
  2019-07-06 15:36 ` [ruby-core:93582] " eregontp
@ 2019-07-10  4:33 ` mame
  2019-07-10  4:48 ` [ruby-core:93651] " merch-redmine
  2019-07-11  9:23 ` [ruby-core:93677] " lourens
  17 siblings, 0 replies; 18+ messages in thread
From: mame @ 2019-07-10  4:33 UTC (permalink / raw
  To: ruby-core

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


* [Feature #15865] `<expr> in <pattern>` expression (mame)
  * We have some opinions: scoping, matching strictness, the keyword `in`, and the word order.  But all are not specific to the one-line matching.  I think it is acceptable if `case/in` matching is acceptable.  May I experimentally commit it as well as `case/in`?

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-79257

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93651] [Ruby master Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (15 preceding siblings ...)
  2019-07-10  4:33 ` [ruby-core:93649] " mame
@ 2019-07-10  4:48 ` merch-redmine
  2019-07-11  9:23 ` [ruby-core:93677] " lourens
  17 siblings, 0 replies; 18+ messages in thread
From: merch-redmine @ 2019-07-10  4:48 UTC (permalink / raw
  To: ruby-core

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


* [Bug #10463] :~@ and :!@ are not parsed correctly (jeremyevans0)
  * Can we deprecate the automatic conversion of `~@` to `~` and `!@` to `!` in method names and symbols?

----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-79260

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

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

* [ruby-core:93677] [Ruby master Misc#15930] DevelopersMeeting20190711Japan
       [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
                   ` (16 preceding siblings ...)
  2019-07-10  4:48 ` [ruby-core:93651] " merch-redmine
@ 2019-07-11  9:23 ` lourens
  17 siblings, 0 replies; 18+ messages in thread
From: lourens @ 2019-07-11  9:23 UTC (permalink / raw
  To: ruby-core

Issue #15930 has been updated by methodmissing (Lourens Naudé).


* [Misc #15805] Let memory sizes of the various IMEMO object types be reflected correctly
  * Only the imemo_tmpbuf type's auxiliary malloc heap buffer is factored into `obj_memsize_of`, other imemo types also alloc on the heap
  * PR: https://github.com/ruby/ruby/pull/2140
* [Misc #15806] Explicitly initialise encodings on init to remove branches on encoding lookup
  * Currently `rb_enc_from_index` and related methods explicitly check for encoding table init on each call - I think this should be initialised at boot time instead as even the simple case of loading the interpreter requires the encoding table to be loaded anyways (`symbol.c`)
  * PR: https://github.com/ruby/ruby/pull/2128



----------------------------------------
Misc #15930: DevelopersMeeting20190711Japan
https://bugs.ruby-lang.org/issues/15930#change-79288

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary.
(your summary/comment will help us because we don't need to read all of the ticket comments)

*DO NOT* discuss then on this ticket, please.

----

Date: 2019/07/11 (Thu)
Time: 13:00-17:00 (JST)
Place and Sign-up: https://ruby.connpass.com/event/135823/
log: https://docs.google.com/document/d/1K61SGIwp8_rNsPyhmayUcERu71vt_etDjXdhqrLmBVY/edit#

# NOTES

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

# Agenda

## Next dev-meeting

## About 2.7 timeframe

## Check security tickets

## Discussion

----

Please comment on your favorite ticket we need to discuss with *the following format*.

```
* [Ticket ref] Ticket title (your name)
  * your comment why you want to put this ticket here if you want to add.
```

Your comment is very important if you are no attendee because we can not ask why you want to discuss it.

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

We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste).



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

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

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

end of thread, other threads:[~2019-07-11  9:23 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-15930.20190617032022@ruby-lang.org>
2019-06-17  3:20 ` [ruby-core:93190] [Ruby trunk Misc#15930] DevelopersMeeting20190711Japan mame
2019-06-17  3:20 ` [ruby-core:93191] " mame
2019-06-17  9:40 ` [ruby-core:93200] " eregontp
2019-06-18 15:41 ` [ruby-core:93225] " nobu
2019-06-24  9:58 ` [ruby-core:93329] " sawadatsuyoshi
2019-06-25 13:17 ` [ruby-core:93357] " naruse
2019-06-28  5:25 ` [ruby-core:93398] " zn
2019-06-28 17:40 ` [ruby-core:93416] " eregontp
2019-06-30  0:14 ` [ruby-core:93423] " nobu
2019-06-30 12:25 ` [ruby-core:93431] " eregontp
2019-07-02 10:07 ` [ruby-core:93468] [Ruby master " jean.boussier
2019-07-02 13:29 ` [ruby-core:93483] " nobu
2019-07-04  9:01 ` [ruby-core:93535] " nobu
2019-07-05 13:24 ` [ruby-core:93560] " lourens
2019-07-06 15:36 ` [ruby-core:93582] " eregontp
2019-07-10  4:33 ` [ruby-core:93649] " mame
2019-07-10  4:48 ` [ruby-core:93651] " merch-redmine
2019-07-11  9:23 ` [ruby-core:93677] " lourens

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