ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:102934] [Ruby master Misc#17734] DevelopersMeeting20210416Japan
@ 2021-03-20  2:51 mame
  2021-04-02 22:13 ` [ruby-core:103193] " merch-redmine
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mame @ 2021-03-20  2:51 UTC (permalink / raw)
  To: ruby-core

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

----------------------------------------
Misc #17734: DevelopersMeeting20210416Japan
https://bugs.ruby-lang.org/issues/17734

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

**Date: 2021/04/16 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/04/13. 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] 8+ messages in thread

* [ruby-core:103193] [Ruby master Misc#17734] DevelopersMeeting20210416Japan
  2021-03-20  2:51 [ruby-core:102934] [Ruby master Misc#17734] DevelopersMeeting20210416Japan mame
@ 2021-04-02 22:13 ` merch-redmine
  2021-04-02 23:57 ` [ruby-core:103194] " tenderlove
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: merch-redmine @ 2021-04-02 22:13 UTC (permalink / raw)
  To: ruby-core

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


* [Bug #17398] SyntaxError in endless method (jeremyevans0)
  * I don't believe this is a bug, but maybe it is a useful feature.
  * @mame has a patch that allows commands as the RHS of a endless method.
  * However, @mame's patch doesn't allow direct usage with method visibility methods such as private.
  * Do we want to support this syntax, or can this be closed (or moved to Feature)?
* [Bug #17403] Remove Fixnum and Bignum (jeremyevans0)
  * Do we want to remove Fixnum and Bignum in Ruby 3.1?
  * If not, can we decide on a later version where they can be removed, such as 3.2 or 4.0?
* [Bug #16983] RubyVM::AbstractSyntaxTree.of(method) returns meaningless node if the method is defined in eval (jeremyevans0)
  * `RubyVM::AbstractSyntaxTree.of(method)` relies on reading the file with the method source, which could have changed or could not exist at all.
  * I don't think we can work around that without keeping the abstract syntax tree or source code of all methods in memory, which seems wasteful.
  * Is the current behavior a bug, or should we just accept the current behavior as spec and close this?
* [Bug #9542] Delegator does not delegate protected methods (jeremyevans0)
  * Do we want to add a way to tell if a method was called with an implicit receiver or self?
  * We may be able to implement this via a VM frame flag and a method to check it.
  * If we don't want to add such a way, can we accept the current behavior as spec and close this?
* [Bug #11230] Should rb_struct_s_members() be public API? (jeremyevans0)
  * This is still public in the C-API.
  * Do we want to keep it and close this issue, or do we want to remove it?
  * If we want to remove it, how should it be deprecated?

----------------------------------------
Misc #17734: DevelopersMeeting20210416Japan
https://bugs.ruby-lang.org/issues/17734#change-91269

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

**Date: 2021/04/16 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/04/13. 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] 8+ messages in thread

* [ruby-core:103194] [Ruby master Misc#17734] DevelopersMeeting20210416Japan
  2021-03-20  2:51 [ruby-core:102934] [Ruby master Misc#17734] DevelopersMeeting20210416Japan mame
  2021-04-02 22:13 ` [ruby-core:103193] " merch-redmine
@ 2021-04-02 23:57 ` tenderlove
  2021-04-07  6:33 ` [ruby-core:103265] " mame
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tenderlove @ 2021-04-02 23:57 UTC (permalink / raw)
  To: ruby-core

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


* [Feature #17749] Add `Module#source_location`
    * It's similar to the const_source_location feature, but easier to use when you don't know the constant name, or enclosing const
    * This is useful for debugging
* [Feature #17753] Add `Module#namespace`
    * `A::B.namespace` will return `A`
    * This is to help with finding "sibling" constants of `B` so we don't have to parse the constant name
    * This is also useful for debugging


----------------------------------------
Misc #17734: DevelopersMeeting20210416Japan
https://bugs.ruby-lang.org/issues/17734#change-91270

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

**Date: 2021/04/16 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/04/13. 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] 8+ messages in thread

* [ruby-core:103265] [Ruby master Misc#17734] DevelopersMeeting20210416Japan
  2021-03-20  2:51 [ruby-core:102934] [Ruby master Misc#17734] DevelopersMeeting20210416Japan mame
  2021-04-02 22:13 ` [ruby-core:103193] " merch-redmine
  2021-04-02 23:57 ` [ruby-core:103194] " tenderlove
@ 2021-04-07  6:33 ` mame
  2021-04-07 16:24 ` [ruby-core:103270] " daniel
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mame @ 2021-04-07  6:33 UTC (permalink / raw)
  To: ruby-core

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


* [Feature #17762] A simple way to trace object allocation
  * I want `require "objspace/trace"` or something which is a very useful debugging tool to identify the allocation site of an object.

----------------------------------------
Misc #17734: DevelopersMeeting20210416Japan
https://bugs.ruby-lang.org/issues/17734#change-91350

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

**Date: 2021/04/16 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/04/13. 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] 8+ messages in thread

* [ruby-core:103270] [Ruby master Misc#17734] DevelopersMeeting20210416Japan
  2021-03-20  2:51 [ruby-core:102934] [Ruby master Misc#17734] DevelopersMeeting20210416Japan mame
                   ` (2 preceding siblings ...)
  2021-04-07  6:33 ` [ruby-core:103265] " mame
@ 2021-04-07 16:24 ` daniel
  2021-04-08 12:35 ` [ruby-core:103302] " marcandre-ruby-core
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: daniel @ 2021-04-07 16:24 UTC (permalink / raw)
  To: ruby-core

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


* [Feature #17682] String#casecmp performance improvement (dan0042)
  * Is it ok to make casecmp faster?


----------------------------------------
Misc #17734: DevelopersMeeting20210416Japan
https://bugs.ruby-lang.org/issues/17734#change-91355

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

**Date: 2021/04/16 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/04/13. 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] 8+ messages in thread

* [ruby-core:103302] [Ruby master Misc#17734] DevelopersMeeting20210416Japan
  2021-03-20  2:51 [ruby-core:102934] [Ruby master Misc#17734] DevelopersMeeting20210416Japan mame
                   ` (3 preceding siblings ...)
  2021-04-07 16:24 ` [ruby-core:103270] " daniel
@ 2021-04-08 12:35 ` marcandre-ruby-core
  2021-04-08 13:05 ` [ruby-core:103304] " jean.boussier
  2021-04-13 15:08 ` [ruby-core:103430] " finch.parker
  6 siblings, 0 replies; 8+ messages in thread
From: marcandre-ruby-core @ 2021-04-08 12:35 UTC (permalink / raw)
  To: ruby-core

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


* [Feature #15198] Add Array#intersect? (marcandre)
  * Ok to add?


----------------------------------------
Misc #17734: DevelopersMeeting20210416Japan
https://bugs.ruby-lang.org/issues/17734#change-91387

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

**Date: 2021/04/16 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/04/13. 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] 8+ messages in thread

* [ruby-core:103304] [Ruby master Misc#17734] DevelopersMeeting20210416Japan
  2021-03-20  2:51 [ruby-core:102934] [Ruby master Misc#17734] DevelopersMeeting20210416Japan mame
                   ` (4 preceding siblings ...)
  2021-04-08 12:35 ` [ruby-core:103302] " marcandre-ruby-core
@ 2021-04-08 13:05 ` jean.boussier
  2021-04-13 15:08 ` [ruby-core:103430] " finch.parker
  6 siblings, 0 replies; 8+ messages in thread
From: jean.boussier @ 2021-04-08 13:05 UTC (permalink / raw)
  To: ruby-core

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


- [Feature #5446] at_fork callback API
  - I proposed a simple alternative that is to have `Kernel.fork` be a simple delegator to `Process.fork` https://github.com/ruby/ruby/pull/4361
  - This makes it easy for libraries to decorate fork to have their own callbacks on either before or after fork.

----------------------------------------
Misc #17734: DevelopersMeeting20210416Japan
https://bugs.ruby-lang.org/issues/17734#change-91389

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

**Date: 2021/04/16 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/04/13. 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] 8+ messages in thread

* [ruby-core:103430] [Ruby master Misc#17734] DevelopersMeeting20210416Japan
  2021-03-20  2:51 [ruby-core:102934] [Ruby master Misc#17734] DevelopersMeeting20210416Japan mame
                   ` (5 preceding siblings ...)
  2021-04-08 13:05 ` [ruby-core:103304] " jean.boussier
@ 2021-04-13 15:08 ` finch.parker
  6 siblings, 0 replies; 8+ messages in thread
From: finch.parker @ 2021-04-13 15:08 UTC (permalink / raw)
  To: ruby-core

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


* [Feature #17016] Add `Enumerable#accumulate` (parkerfinch)
  * Is the name `#accumulate` acceptable?
  * Is this feature ok to add?

----------------------------------------
Misc #17734: DevelopersMeeting20210416Japan
https://bugs.ruby-lang.org/issues/17734#change-91524

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

**Date: 2021/04/16 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/04/13. 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] 8+ messages in thread

end of thread, other threads:[~2021-04-13 15:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20  2:51 [ruby-core:102934] [Ruby master Misc#17734] DevelopersMeeting20210416Japan mame
2021-04-02 22:13 ` [ruby-core:103193] " merch-redmine
2021-04-02 23:57 ` [ruby-core:103194] " tenderlove
2021-04-07  6:33 ` [ruby-core:103265] " mame
2021-04-07 16:24 ` [ruby-core:103270] " daniel
2021-04-08 12:35 ` [ruby-core:103302] " marcandre-ruby-core
2021-04-08 13:05 ` [ruby-core:103304] " jean.boussier
2021-04-13 15:08 ` [ruby-core:103430] " finch.parker

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