Activity
From 01/20/2016 to 01/26/2016
01/26/2016
-
11:45 PM Feature #12024: Add String.buffer, for creating strings with large capacities
- I think this ticket is a duplicate of #905.
--
Yusuke Endoh <[email protected]> -
11:13 PM Feature #12024: Add String.buffer, for creating strings with large capacities
- I like the idea.
Matz.
-
07:17 PM Feature #12024 (Closed): Add String.buffer, for creating strings with large capacities
- If you know you are going to need to create a large string,
it's better to create it with a large capacity. Otherwi... -
11:15 PM Misc #12004: Code of Conduct
- I'd like to add my vote in favor of a CoC, too. The Swift team put a lot of thought into its community and currently ...
-
11:07 PM Misc #12004: Code of Conduct
- Yet another prominent member of our community, working on a large project with many contributors, who supports adopti...
-
10:17 PM Misc #12004: Code of Conduct
- Adding my vote in favor of a CoC. I'm fully in support of adopting CC 1.3.
-
09:05 PM Misc #12004: Code of Conduct
- #433 Kurtis Rainbolt-Greene wrote:
*Done. See: Backlog.*
No. NOT done. I've read this entire thread and I haven't... -
08:54 PM Misc #12004: Code of Conduct
- > I'm too lazy to do the work to prove this out one way or the other
Yeah, that seems to be happening a lot in thi... -
04:58 PM Misc #12004: Code of Conduct
- In #371, Kurtis Rainbolt-Greene listed several projects that have adopted the CoC and asked if any of the feared down...
-
04:51 PM Misc #12004: Code of Conduct
- On 2016-01-26 7:39 AM, Austin Ziegler wrote:
> Ideas [are] considered equally and must stand on [their] own merit a... -
04:48 PM Misc #12004: Code of Conduct
- Olivier Lacan wrote:
> Can someone from Ruby Core or Matz himself please prioritize the resolution and closure of th... -
04:03 PM Misc #12004: Code of Conduct
- Can someone from Ruby Core or Matz himself please prioritize the resolution and closure of this issue?
It has been... -
12:21 PM Misc #12004: Code of Conduct
- Motohiro KOSAKI wrote:
> ph ph wrote:
> > I will kiss you three times whenever.
>
> Please don't use kiss you o... -
10:07 AM Misc #12004: Code of Conduct
- > Please don't use kiss you or hug you or such kind of expression in an international community like here.
> These ... -
05:31 AM Misc #12004: Code of Conduct
- On 2016/01/26 01:32, Austin Ziegler wrote:
> I’m sorry, but this, like the code of merit, is merely a derailing tac... -
05:27 AM Misc #12004: Code of Conduct
- Tsuyoshi Sawada wrote:
> Vjatseslav Gedrovits, thank you for reminding us of the nature of the poster of this thread... -
04:33 AM Misc #12004: Code of Conduct
- Yui NARUSE wrote:
> Olivier Lacan wrote:
> > Yui NARUSE wrote:
> > > These descriptions are too long for non nativ... -
04:21 AM Misc #12004: Code of Conduct
- ph ph wrote:
> Vjatseslav Gedrovits wrote:
> > OK, let's step back and see the bigger picture.
>
> I will kiss y... -
04:10 AM Misc #12004: Code of Conduct
- Eric Wong wrote:
> I am not an administrator, but I disagree with your action to suspend
> new accounts.
I als... -
03:41 AM Misc #12004: Code of Conduct
- Sam Saffron wrote:
> @Naruse
>
> Can you PLEASE PLEASE PLEASE prune out all the hitler bullshit and fake account... -
03:34 AM Misc #12004: Code of Conduct
- Olivier Lacan wrote:
> Yui NARUSE wrote:
> > These descriptions are too long for non native.
>
> One of the very... -
03:32 AM Misc #12004: Code of Conduct
- @Naruse
Can you PLEASE PLEASE PLEASE prune out all the hitler bullshit and fake account bullshit from this public... -
03:14 AM Misc #12004: Code of Conduct
- Tsuyoshi Sawada wrote:
> Vjatseslav Gedrovits, thank you for reminding us of the nature of the poster of this thread... -
12:23 AM Misc #12004: Code of Conduct
- Carlos Jennings wrote:
> is wrong, it's been done before. See how Lars Hupel hijacked the scalaz library from its in... -
12:16 AM Misc #12004: Code of Conduct
- I want to point out another code of conduct similar to Jeremy Evan's PostgreSQL inspired version. It is that of the F...
-
12:08 AM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Relevant: https://subfictional.com/2016/01/25/the-complex-reality-of-adopting-a-meaningf... -
10:13 PM Feature #12026 (Closed): Support warning processor
- This adds a simple way to filter warnings from being displayed. You
just set a $WARNING_FILTER with a regexp, and an... -
10:11 PM Feature #12025: Reduce minimum string buffer size from 128 to 127
- [email protected] wrote:
> String.buffer(100) wastes much less memory with this patch, as the
> malloc... -
09:11 PM Feature #12025 (Closed): Reduce minimum string buffer size from 128 to 127
- This changes the minimum buffer size for string buffers from 128 to
127. The underlying C buffer is always 1 more t... -
10:03 PM Bug #11657: Abort Trap 6 when running a test suite
- Tomoyuki Chikanaga wrote:
> The next patchlevel release 2.2.5 contains the fix for this issue.
That is excellen... -
03:23 PM Feature #12021: Final instance variables
- A version accessible without JS is here https://docs.google.com/document/d/1c07qfDArx0bhK9sMr24elaIUdOGudiqBhTIRALEbr...
-
01:21 AM Feature #12021: Final instance variables
- [email protected] wrote:
> https://docs.google.com/document/d/1c07qfDArx0bhK9sMr24elaIUdOGudiqBhTIRALEbrYY/edit#.
Al... -
03:19 PM Feature #12020: Documenting Ruby memory model
- Thanks, I've published the document on following address, it'll be updated automatically, works without JS. Sorry i d...
-
08:59 AM Feature #12020: Documenting Ruby memory model
- @Petr
You can "publish" the document and provide a simpler view with [following process](https://support.google.co... -
02:41 AM Feature #12020: Documenting Ruby memory model
- [email protected] wrote:
> I attached a RTF version to this issue.
Thanks.
I'm not sure if shared memory is ... -
11:56 AM Feature #8259: Atomic attributes accessors
- This could be implemented in MRI faster than on other platforms. While MRI has GIL it can do normal comparison and as...
-
09:13 AM Feature #12023 (Open): Allow ivars to be used as method arguments
- I've found myself writing a lot of code similar to the following, especially when writing service-style classes:
~... -
06:29 AM Bug #12022 (Closed): Inconsistent behavior with splatted named arguments
- # The Bug
When an empty hash is splatted (using \*\*) into a call of a method with no parameters, the empty hash i... -
06:14 AM Bug #12018 (Closed): Tail call optimization is incorrectly applied in Ruby 2.3.0
- Applied in changeset r53658.
----------
compile.c: fix tailcall optimization
* compile.c (iseq_peephole_optimize): ... -
02:04 AM Feature #11181: Add a line directive to Ruby
- Pull request up to date as of 2016-01-25
01/25/2016
-
11:23 PM Misc #12004: Code of Conduct
- Ken Gerrard wrote:
> It’s bizarre and appalling to me that Vjatseslav Gedrovits lists an alleged pedophile and a mur... -
10:55 PM Misc #12004: Code of Conduct
- Relevant: https://subfictional.com/2016/01/25/the-complex-reality-of-adopting-a-meaningful-code-of-conduct/
-
10:52 PM Misc #12004: Code of Conduct
- Ruby Dino wrote:
>
> If you feel the need to discuss such issues in the technical community, then you should't be ... -
10:28 PM Misc #12004: Code of Conduct
- > All discussions of ~~Codes of Conduct~~ firearms eventually demonstrate the need for ~~a Code of Conduct~~ firearms...
-
10:28 PM Misc #12004: Code of Conduct
- Ken Gerrard wrote:
> It’s bizarre and appalling to me that Vjatseslav Gedrovits lists an alleged pedophile and a mur... -
10:22 PM Misc #12004: Code of Conduct
- Jonathan Eyler-Werve wrote:
> Our busiest commenters say (paraphrasing) that technical communities should only dis... -
10:04 PM Misc #12004: Code of Conduct
- Vjatseslav Gedrovits wrote:
> OK, let's step back and see the bigger picture.
>
I will kiss you three times whe... -
08:41 PM Misc #12004: Code of Conduct
- [email protected] wrote:
> I state **my** opinion as one of administrators of bugs.ruby-lang.org.
> This is **... -
08:12 PM Misc #12004: Code of Conduct
- David Celis wrote:
> Yyyyyeah. I think I'd like for this to stop, please.
Why, do you fit the scenario of having ... -
08:10 PM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> Ken Gerrard wrote:
> > Ruby Dino wrote:
> > > It's sort of like the gay flamer dressed so flamb... -
07:24 PM Misc #12004: Code of Conduct
- Ken Gerrard wrote:
> > It's sort of like the gay flamer dressed so flamboyantly going around telling people he's gay... -
07:15 PM Misc #12004: Code of Conduct
- It’s bizarre and appalling to me that Vjatseslav Gedrovits lists an alleged pedophile and a murderer alongside the cr...
-
06:53 PM Misc #12004: Code of Conduct
- Jonathan Eyler-Werve wrote:
> Our busiest commenters say (paraphrasing) that technical communities should only discu... -
06:49 PM Misc #12004: Code of Conduct
- Jonathan Eyler-Werve wrote:
> If I were moderating this exchange, I think a clear set of guidelines for participatio... -
06:24 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
>> Should you persist on perturbing this technical community with your
>> political id... -
06:09 PM Misc #12004: Code of Conduct
- Vjatseslav Gedrovits, thank you for reminding us of the nature of the poster of this thread by linking to: (https://t...
-
04:53 PM Misc #12004: Code of Conduct
- Vjatseslav Gedrovits wrote:
> What's the problem with current state of Ruby tech community?
I also asked a simi... -
04:18 PM Misc #12004: Code of Conduct
- OK, let's step back and see the bigger picture.
What is proposed is some kind of regulatory document, with consequ... -
03:01 PM Misc #12004: Code of Conduct
- Usaku NAKAMURA wrote:
> ph ph wrote:
> > Anything not related to Ruby is by definition causing hindrance to
> > t... -
02:40 PM Misc #12004: Code of Conduct
- Usaku NAKAMURA wrote:
> I state **my** opinion as one of administrators of bugs.ruby-lang.org.
> This is **not** a ... -
02:25 PM Misc #12004: Code of Conduct
- ph ph wrote:
> Anything not related to Ruby is by definition causing hindrance to
> the development of Ruby. That ... -
02:14 PM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> You shouldn't immediately distrust, some of us will gladly verify with you we've been in the comm... -
02:12 PM Misc #12004: Code of Conduct
- Usaku NAKAMURA wrote:
> This means that we considered that this issue may be important, and
More precisely, yo... -
01:58 PM Misc #12004: Code of Conduct
- Usaku NAKAMURA wrote:
> After this issue was opened, many new accounts are created.
> Most of such accounts only co... -
01:53 PM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> ph ph wrote:
> > * medical condition recognized by the American Psychiatry Association (not
> ... -
01:11 PM Misc #12004: Code of Conduct
- I state **my** opinion as one of administrators of bugs.ruby-lang.org.
This is **not** a consensus of the administra... -
01:06 PM Misc #12004: Code of Conduct
- I've found a good CoC everyone who isn't trying to push an agenda may find acceptable.
https://github.com/amacgreg... -
12:27 PM Misc #12004: Code of Conduct
- Kurtis Rainbolt-Greene wrote:
> Can we please get some moderation?
If we have any moderation, it will be the remo... -
12:03 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Suggested draft for community guidelines. I've tried to incorporate language that other ... -
10:19 AM Misc #12004: Code of Conduct
- Can we please get some moderation?
-
07:22 AM Misc #12004: Code of Conduct
- The more I contemplate the [revised code of conduct (or "community guidelines") by Caroline Ada Ehmke](https://bugs.r...
-
07:09 AM Misc #12004: Code of Conduct
- ph ph wrote:
> * medical condition recognized by the American Psychiatry Association (not
> psychology....). just ... -
06:58 AM Misc #12004: Code of Conduct
- Ruby Amateur wrote:
> > Based on Matz's responses, and the general response of the community, I think it would be mo... -
06:38 AM Misc #12004: Code of Conduct
- Robert A. Heiler wrote:
> The above code proposal is not good
> for many reasons, it is very vague such as "Other... -
06:31 AM Misc #12004: Code of Conduct
- Benton Barnett wrote:
> ph ph wrote:
> > What on earth is "gender" VS "gender identity" VS "gender expression" ?
... -
06:18 AM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> > Should you persist on perturbing this technical community with your
> > political id... -
06:12 AM Misc #12004: Code of Conduct
- Yui NARUSE wrote:
> These descriptions are too long for non native.
One of the very positive features of [Contrib... -
05:29 AM Misc #12004: Code of Conduct
- [I'm only writing this as my personal opinion, not speaking for Matz or anybody else.]
Ary Borenszweig wrote:
> M... -
03:51 AM Misc #12004: Code of Conduct
- [email protected] wrote:
> Wasn't this website powered by Redmine? How was it possible for this guy to be ab... -
03:48 AM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> It applies to all collaborative spaces and documents, including mailing lists, IRC, subm... -
02:56 AM Misc #12004: Code of Conduct
- Kurtis Rainbolt-Greene wrote:
> I'm glad we're getting a community guideline.
>
> I'll be happier when we also ge... -
02:16 AM Misc #12004: Code of Conduct
- Irrelevant Kurtis.
> "And frankly, as @yukihiro_matz has stated he doesn't feel like being responsible for helping... -
01:49 AM Misc #12004: Code of Conduct
- Shyouhei Urabe wrote:
> I read Coraline's Ruby Community Guidelines again. Now I feel it deserves a nod. Definitel... -
01:41 AM Misc #12004: Code of Conduct
- Hey Gordon,
Can you give us any examples your fears (any) happening in (any) projects?
Specifically let us know... -
01:34 AM Misc #12004: Code of Conduct
- i support Jeremy's objections to Coraline's latest revision as detailed in #362. There is too much opportunity for m...
-
01:27 AM Misc #12004: Code of Conduct
- I'm glad we're getting a community guideline.
I'll be happier when we also get a code of conduct. -
01:22 AM Misc #12004: Code of Conduct
- The new guidelines look good. I support Shyouhei's suggestion to leave the final decision up to Matz.
-
01:04 AM Misc #12004: Code of Conduct
- Ruby Grape has adopted a code of conduct, adapted from the Contributor Covenant, http://www.ruby-grape.org/code_of_co...
-
12:56 AM Misc #12004: Code of Conduct
- I read Coraline's Ruby Community Guidelines again. Now I feel it deserves a nod. Definitely well thought-out, respe...
-
12:09 AM Misc #12004: Code of Conduct
- I'm not sure about other languages but in Japanese language, there do exist corresponding words for biological sex an...
-
11:17 PM Bug #11686: Segmentation fault/memory corruption with --enable-frozen-string-literal-debug --enable-frozen-string-literal
- Interesting.
I saw [BUG] or memory corruption on preview1, `ruby 2.3.0dev (2015-11-11 trunk 52539) [x86_64-darwin1... -
10:26 PM Feature #12020: Documenting Ruby memory model
- Eric Wong wrote:
> [email protected] wrote:
> > This issue proposes to document the Ruby memory model. The above menti... -
09:02 PM Feature #12020: Documenting Ruby memory model
- [email protected] wrote:
> This issue proposes to document the Ruby memory model. The above mentioned memory model docu... -
07:20 PM Feature #12020 (Assigned): Documenting Ruby memory model
- Defining a memory model for a language is necessary to be able to reason about a program behavior in a concurrent or ...
-
07:55 PM Feature #11541: Let attr_accessor, _reader & _writer return symbols of the defined methods
- +1, this is also very useful for [low level concurrency proposals](https://bugs.ruby-lang.org/issues/12019). It allow...
-
07:50 PM Feature #12021: Final instance variables
- The above declares the final variables explicitly, there is also an alternative approach to threat all instance varia...
-
07:49 PM Feature #12021 (Open): Final instance variables
- Having a final instance variables in Ruby will allow: to construct thread-save immutable objects without additional s...
-
07:25 PM Feature #8259: Atomic attributes accessors
- I would like to revive this issue again and link it to related efforts to provide complete set of low-level tools for...
-
07:23 PM Feature #11539: Support explicit declaration of volatile instance variables
- Linking this issue with related efforts to provide complete set of low-level tools for writing concurrent libraries. ...
-
07:18 PM Feature #12019: Better low-level support for writing concurrent libraries
- I'll be adding or linking existing proposals gradually:
* [Documenting Ruby memory model](https://bugs.ruby-lang... -
07:16 PM Feature #12019 (Assigned): Better low-level support for writing concurrent libraries
- Nowadays, almost every processor has more than one core. Therefore it becomes more and more important for languages t...
-
06:31 PM Bug #11822: Semantics of Queue#pop after close are wrong
- On 2015-12-20 12:54 AM, [email protected] wrote:
> I like optional arg to pop:
> Either `pop?` or `pop(on_clo... -
12:58 PM Misc #12013: io/wait: allow to wait on readable and writable
- @Nobu, I was thinking whether this shouldn't be extended to the #ready? method. This by default checks whether the de...
-
11:11 AM Misc #12013: io/wait: allow to wait on readable and writable
- Agreeing with Eric Wong, but apart from that, awesome! Thx Nobu! :)
-
12:33 PM Bug #12018 (Closed): Tail call optimization is incorrectly applied in Ruby 2.3.0
- r51903 changed the operand order of send/invokesuper instructions, but the code applying tail call optimization still...
-
09:02 AM Feature #12017 (Open): [PATCH] dedupe string keys from Marshal.load
- It seems reasonable for an application to load the same keys often when
calling Marshal.load. I see Marshal data as... -
06:55 AM Feature #12016 (Closed): More informative error message when Symbol encoding is invalid
- Applied in changeset r53650.
----------
symbol.c: more informative error message
* symbol.c (sym_check_asciionly): ... -
06:40 AM Feature #12016: More informative error message when Symbol encoding is invalid
- [email protected] wrote:
> Feature #12016: More informative error message when Symbol encoding is invalid
> ... -
06:21 AM Feature #12016 (Closed): More informative error message when Symbol encoding is invalid
- When a symbol literal is invalid in the source file's encoding, an `EncodingError` exception is raised, with the foll...
01/24/2016
-
11:41 PM Misc #12004: Code of Conduct
- On Sun, Jan 24, 2016 at 5:13 PM, <[email protected]> wrote:
> Issue #12004 has been updated by Benton Barne... -
11:17 PM Misc #12004: Code of Conduct
- Benton Barnett wrote:
>
> I've encountered a fair number of people who don't consider sexual imagery/language to b... -
11:11 PM Misc #12004: Code of Conduct
- I agree with many of the points you brought up, Jeremy. Thank you for taking the time to be so thorough. I did have t...
-
10:36 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Suggested draft for community guidelines. I've tried to incorporate language that other ... -
10:31 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> It's hard not to read this as a threat.
It could certainly be read that way, but give... -
10:21 PM Misc #12004: Code of Conduct
- ph ph wrote:
> Robert Klemme wrote:
> > That means some form of institution, however small or informal, needs to be... -
10:18 PM Misc #12004: Code of Conduct
- Benton Barnett wrote:
> ph ph wrote:
> > What on earth is "gender" VS "gender identity" VS "gender expression" ?
... -
10:13 PM Misc #12004: Code of Conduct
- ph ph wrote:
> What on earth is "gender" VS "gender identity" VS "gender expression" ?
The American Psychologic... -
09:42 PM Misc #12004: Code of Conduct
- ph ph wrote:
> What on earth is "gender" VS "gender identity" VS "gender expression" ?
>
> If english is not ... -
09:29 PM Misc #12004: Code of Conduct
- > Should you persist on perturbing this technical community with your
> political ideas, it will be perfectly warra... -
09:28 PM Misc #12004: Code of Conduct
- Robert Klemme wrote:
> That means some form of institution, however small or informal, needs to be created and run b... -
09:07 PM Misc #12004: Code of Conduct
- Mike Moore wrote:
> I have a great deal of respect for Coraline revising her original document to address many of th... -
08:48 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Suggested draft for community guidelines. I've tried to incorporate language that other ... -
08:33 PM Misc #12004: Code of Conduct
- Mike Moore wrote:
> I have a great deal of respect for Coraline revising her original document to address many of th... -
08:04 PM Misc #12004: Code of Conduct
- I have a great deal of respect for Coraline revising her original document to address many of the concerns raised on ...
-
07:19 PM Misc #12004: Code of Conduct
- I can see your point, but I doubt that a statement about someone's code, rude as it might be to others, would be inte...
-
07:07 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
>
> * Participants must ensure that their language and actions are free of personal atta... -
06:44 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Suggested draft for community guidelines. I've tried to incorporate language that other ... -
06:34 PM Misc #12004: Code of Conduct
- Suggested draft for community guidelines. I've tried to incorporate language that other people have suggested without...
-
06:24 PM Misc #12004: Code of Conduct
- Tsuyoshi Sawada wrote:
> Benton Barnett wrote:
> > That being said, the most popular Code of Conduct that has been ... -
05:45 PM Misc #12004: Code of Conduct
- > Robert Klemme wrote:
> > David Celis wrote:
> > I feel that many comments made in this thread show "non niceness"... -
01:54 PM Misc #12004: Code of Conduct
- My personal belief is that the issue with these CoCs is who enforces them. It seems Matz and other members don't want...
-
12:36 PM Misc #12004: Code of Conduct
- David Celis wrote:
> Robert Klemme wrote:
> > Coraline Ada Ehmke wrote:
> > * I do not see that we actually ha... -
11:41 AM Misc #12004: Code of Conduct
- David Celis wrote:
> Robert Klemme wrote:
> > Folks,
> >
> > I guess by now all the arguments have been presente... -
08:29 AM Misc #12004: Code of Conduct
- Hmm I was wanting to write a long reply just now about how I dislike this
code of conduct, but then I read that the ... -
06:20 AM Misc #12004: Code of Conduct
- Andrew Vit wrote:
> Will the CoC require that there is a 24/7 hotline and SLA too?
>
> "Community standards onl... -
04:44 AM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Gordon King wrote:
> > Coraline I just saw your tweet where you quoted my #320 above an... -
04:10 AM Misc #12004: Code of Conduct
- For record: I support having _a_ CoC. Which one to have must be up to Matz I believe. And he already explicitly sai...
-
02:40 AM Misc #12004: Code of Conduct
- Benton Barnett wrote:
> That being said, the most popular Code of Conduct that has been proposed so far is the Contr... -
02:15 AM Misc #12004: Code of Conduct
- Daniel P. Clark wrote:
> @Benton Barnett. What percentage of those in favor are part of the compromise versions? I... -
01:23 AM Misc #12004: Code of Conduct
- > Based on Matz's responses, and the general response of the community, I think it would be more helpful if we steere...
-
12:13 AM Misc #12004: Code of Conduct
- @Benton Barnett. What percentage of those in favor are part of the compromise versions? I, as well as others, have ...
-
09:37 PM Bug #11686: Segmentation fault/memory corruption with --enable-frozen-string-literal-debug --enable-frozen-string-literal
- This appears to be fixed in the final 2.3.0p0 release.
-
09:12 AM Bug #12007 (Closed): Newly added Unicode data file doesn't get downloaded
- Applied in changeset r53643.
----------
* common.mk: Simplifying Unicode data file download logic to make
it more ... -
02:51 AM Bug #12007: Newly added Unicode data file doesn't get downloaded
- Hiroshi, Shugo, thanks for catching this!
I tested with all kinds of cases, such as only some files missing, all ... -
08:42 AM Feature #11100: Permit multiple captures with String[Regexp, ...]
- Fixed proposed patch and added tests
-
08:41 AM Misc #12013: io/wait: allow to wait on readable and writable
- Regarding r53642, how about we limit the symbols to just `:r`/`:w`/`:rw`?
Fewer ways to accomplish the same thing ... -
07:54 AM Misc #12013 (Closed): io/wait: allow to wait on readable and writable
- Applied in changeset r53642.
----------
wait readable/writable
* ext/io/wait/wait.c (io_wait_readwrite): [EXPERIMEN... -
04:35 AM Feature #10617: Change multiple assignment in conditional from parse error to warning
- Andrew Vit wrote:
> I think it's too confusing
There is nothing intrinsically confusing about testing an expressi... -
03:42 AM Feature #10617: Change multiple assignment in conditional from parse error to warning
- I think it's too confusing or ambiguous to allow multiple assignment in conditional.
It's very easy to just do the ... -
02:07 AM Bug #11746: RDoc incorrect example call method on heredoc
- This looks like a limitation in the RDoc ruby lexer. The documentation in doc/syntax/literals.rdoc looks correct.
...
01/23/2016
-
11:46 PM Misc #12004: Code of Conduct
- Daniel P. Clark wrote:
> Olivier Lacan wrote:
> > It seems, however, that most of the reasonable participants of th... -
09:56 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> If you don't trust project managers with a code of conduct, then how can you possibly tr... -
09:36 PM Misc #12004: Code of Conduct
- Jeremy Evans wrote:
> Since I originally posted my proposal for a CoC, based on PostgreSQL's
> draft CoC, PostgreSQ... -
09:32 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Gordon King wrote:
> > Coraline I just saw your tweet where you quoted my #320 above an... -
09:24 PM Misc #12004: Code of Conduct
- Since I originally posted my proposal for a CoC, based on PostgreSQL's
draft CoC, PostgreSQL has updated their draft... -
09:21 PM Misc #12004: Code of Conduct
- Gordon King wrote:
> Coraline I just saw your tweet where you quoted my #320 above and left out my last line, thereb... -
09:20 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> It's important to note in the face of all this hand-wavy "SJWs are coming to steal my ch... -
09:11 PM Misc #12004: Code of Conduct
- Coraline I just saw your tweet where you quoted my #320 above and left out my last line, thereby removing the full co...
-
09:04 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
>
> If you don't trust project managers with a code of conduct, then how can you possib... -
09:00 PM Misc #12004: Code of Conduct
- It's important to note in the face of all this hand-wavy "SJWs are coming to steal my cheese" nonsense that enforceme...
-
08:53 PM Misc #12004: Code of Conduct
- David Celis wrote:
> > * A CoC will encourage some bad, unnecessary or unwanted behaviors:
> > * judging and poli... -
08:52 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Wow, that is so inappropriate.
Now now, tetchy much :) Seriously good luck with givin... -
08:42 PM Misc #12004: Code of Conduct
- Gordon King wrote:
> Without getting into the politics of the case, I did think this quote from Gregory Allan Elliot... -
08:40 PM Misc #12004: Code of Conduct
- Without getting into the politics of the case, I did think this quote from Gregory Allan Elliot was interesting, wher...
-
08:21 PM Misc #12004: Code of Conduct
- David Celis wrote:
> Ruby Dino wrote:
> > As stated earlier people who are claiming, "Oh no, they don't have a CoC ... -
08:15 PM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> As stated earlier people who are claiming, "Oh no, they don't have a CoC so I don't feel safe" ne... -
07:30 PM Misc #12004: Code of Conduct
- David Celis wrote:
> People just wanna be a part of Ruby without being afraid to show themselves for who they are.
... -
06:28 PM Misc #12004: Code of Conduct
- Robert Klemme wrote:
> Folks,
>
> I guess by now all the arguments have been presented already. I'll just post i... -
06:25 PM Misc #12004: Code of Conduct
- I have wanted to stay neutral but the more I see, the less generous I am feeling about the idea of any CoC at all. I ...
-
04:41 PM Misc #12004: Code of Conduct
- Folks,
I guess by now all the arguments have been presented already. I'll just post in case someone wants to draw... -
01:15 PM Misc #12004: Code of Conduct
- Olivier Lacan wrote:
> It seems, however, that most of the reasonable participants of this thread agree that a more ... -
08:47 AM Misc #12004: Code of Conduct
- Olivier Lacan wrote:
> This thread could be worrisome if it weren't so blindingly obvious where the bile originates ... -
08:37 AM Misc #12004: Code of Conduct
- We are not a community. We are *technical* community.
We live in national communities which have laws, which can n... -
08:24 AM Misc #12004: Code of Conduct
- David Celis wrote:
> Gordon King wrote:
> > In this entire debate, nothing said on this board has equalled the vitr... -
07:33 AM Misc #12004: Code of Conduct
- David Celis wrote:
> Gordon King wrote:
> > In this entire debate, nothing said on this board has equalled the vitr... -
07:02 AM Misc #12004: Code of Conduct
- Gordon King wrote:
> In this entire debate, nothing said on this board has equalled the vitriol expressed by Kurtis ... -
06:03 AM Misc #12004: Code of Conduct
- Brenna Flood wrote:
> While I would love to agree with you, this is just not possible. If you'll allow, the person w... -
05:54 AM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> Let me reduce here, **"Get off the computer and go outside"**
While I would love to agree wi... -
05:43 AM Misc #12004: Code of Conduct
- Brenna Flood wrote:
> Ruby Dino wrote:
> Much like people screaming, "They're harassment me online!" when a person ... -
05:30 AM Misc #12004: Code of Conduct
- Ruby Dino wrote:
Much like people screaming, "They're harassment me online!" when a person is merely countering argu... -
04:58 AM Misc #12004: Code of Conduct
- Marie Markwell wrote:
> > The Ruby community already feels it is a safe and respectful community.
>
> The fact th... -
04:50 AM Misc #12004: Code of Conduct
- Motohiro KOSAKI wrote:
> [ANN] user account creation on the redmine is now temporary stopped. Sorry for the inconven... -
03:41 AM Misc #12004: Code of Conduct
- >> Sorry, I respectfully and strong disagree to reuse [email protected]. [email protected] is not only sub...
-
03:26 AM Misc #12004: Code of Conduct
- Motohiro KOSAKI wrote:
> Sorry, I respectfully and strong disagree to reuse [email protected]. security@ruby-... -
03:02 AM Misc #12004: Code of Conduct
- Marie Markwell wrote:
> 4. Removing attribution? Really?
This was presumably not intentional, it was so Matz can ... -
02:52 AM Misc #12004: Code of Conduct
- Jeremy Evans wrote:
> I think "responsibilities" here applies to contributors, as they are the ones responsible for ... -
02:47 AM Misc #12004: Code of Conduct
- Benton Barnett wrote:
> Agreed :) Which is why it pains me to see 8 people railroading this conversation.
Respect... -
02:40 AM Misc #12004: Code of Conduct
- [ANN] user account creation on the redmine is now temporary stopped. Sorry for the inconvenience.
-
02:31 AM Misc #12004: Code of Conduct
- Kurtis Rainbolt-Greene wrote:
> > A reporting mechanism and enforcement information is not necessary, though it coul... -
02:17 AM Misc #12004: Code of Conduct
- Gordon King wrote:
> is the troll with their two dozen comments included in your opposed stats or did you just ignor... -
02:12 AM Misc #12004: Code of Conduct
- > A reporting mechanism and enforcement information is not necessary, though it could be included in a CoC.
What e... -
02:10 AM Misc #12004: Code of Conduct
- Andrew Vit wrote:
> Benton Barnett wrote:
> > New accounts who are against the code of conduct are posting 4 times ... -
02:07 AM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Since what is now proposed lacks a reporting mechanism and enforcement information, I do... -
02:03 AM Misc #12004: Code of Conduct
- Benton Barnett wrote:
> 8 people with newly created accounts, who also were against adding a code of conduct, are re... -
01:54 AM Misc #12004: Code of Conduct
- Benton Barnett wrote:
> New accounts who are against the code of conduct are posting 4 times (!!!) as often as other... -
01:48 AM Misc #12004: Code of Conduct
- Sorry, you misunderstood: I meant a counter-example for "The Ruby community already feels it is a safe and respectful...
-
01:48 AM Misc #12004: Code of Conduct
- Gordon King wrote:
> With so few, I think we can all be grateful that a decision that affects thousands of programme... -
01:41 AM Misc #12004: Code of Conduct
- > Has anyone said the opposite? Or provided a single counter-example?
Well, to start with, this issue itself.
A... -
01:37 AM Misc #12004: Code of Conduct
- Kurtis Rainbolt-Greene wrote:
> > The Ruby community already feels it is a safe and respectful community.
>
> No.... -
01:31 AM Misc #12004: Code of Conduct
- Kurtis Rainbolt-Greene wrote:
> > The Ruby community already feels it is a safe and respectful community.
>
> No.... -
01:29 AM Misc #12004: Code of Conduct
- > The Ruby community already feels it is a safe and respectful community.
The fact that this issue was raised and ... -
01:27 AM Misc #12004: Code of Conduct
- To start: I 100% agree with adding a CoC. I also agree with using the Contributor Covenant. I would be willing to con...
-
01:27 AM Misc #12004: Code of Conduct
- Olivier Lacan wrote:
> I must insist on the consequences for violations to be more clearly defined. Otherwise the fa... -
01:26 AM Misc #12004: Code of Conduct
- > The Ruby community already feels it is a safe and respectful community.
No. Some people have said this. That doe... -
01:22 AM Misc #12004: Code of Conduct
- Olivier Lacan wrote:
> I must insist on the consequences for violations to be more clearly defined. Otherwise the fa... -
01:16 AM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> > But what if harassment happens where the mods cannot see? For example, what if a new Ruby user ... -
01:15 AM Misc #12004: Code of Conduct
- Benton Barnett wrote:
> I totalled up the number of people who have expressed being for or against adding a code of ... -
01:09 AM Misc #12004: Code of Conduct
- Ruby Amateur wrote:
> To simplify for those looking up thread for [Jeremy Evan's version](https://bugs.ruby-lang.org... -
12:57 AM Misc #12004: Code of Conduct
- I totaled up the number of people who have expressed being for or against adding a code of conduct in this thread. I ...
-
12:33 AM Misc #12004: Code of Conduct
- > While I'm posting under a pseudoname, I've been in this community since 99'. He only seems to be interesting in sti...
-
12:22 AM Misc #12004: Code of Conduct
- It's a pity the trolling of a fake Coraline has prevented the real one answering my question in #175 but I'm sure it'...
-
12:10 AM Misc #12004: Code of Conduct
- To simplify for those looking up thread for [Jeremy Evan's version](https://bugs.ruby-lang.org/issues/12004#note-104)...
-
06:55 PM Bug #11595: Time#utc? and Time#gmt? return misleading results based on $TZ
- Careful: not every time with offset 0 is UTC.
A time zone with offset +0100/-0100 may have DST rules, and should ... -
12:24 PM Bug #12007: Newly added Unicode data file doesn't get downloaded
- I reverted r53634 at r53637.
-
11:57 AM Bug #12007 (Open): Newly added Unicode data file doesn't get downloaded
- It seems that RubyCI was broken by this change.
from http://rubyci.s3.amazonaws.com/tk2-243-31075/ruby-trunk/log/2... -
09:44 AM Bug #12007: Newly added Unicode data file doesn't get downloaded
- Nobuyoshi Nakada wrote:
> Remove `.unicode-8.0.0.time` file.
I know. If it were only about me, I could just downl... -
09:38 AM Bug #12007 (Closed): Newly added Unicode data file doesn't get downloaded
- Applied in changeset r53634.
----------
ChangeLog: Fixing wrong time on previous commit, and adding
previous commit ... -
11:24 AM Bug #12003: Unexpected behavior of === with Range of Date objects
- Ross Kaffenberger wrote:
> In Ruby 2.2, a Range of Date objects will return true when matched with === for a new Dat... -
11:15 AM Bug #12003 (Closed): Unexpected behavior of === with Range of Date objects
- Applied in changeset r53635.
----------
* range.c (range_eqq): revert r11113 because rb_call_super() is
called in ... -
08:44 AM Feature #12005: Unify Fixnum and Bignum into Integer
- I like the idea behind it. \o/
Would probably make more sense too if the defining difference for it
used to be du... -
08:42 AM Feature #12010: Exclude dot and dotdot from Dir#each
- > default it to include to make migration easier
I dunno. I never found a usecase for `'.'` and `'..'` so I would ... -
06:27 AM Bug #12015 (Closed): Improving code coverage visibility
- In https://bugs.ruby-lang.org/issues/10189 the simplecov gem was added to generate coverage reports for specs.
How... -
01:39 AM Bug #11118: Unable to build Ruby with Visual Studio 2015 RC
- I also write about this on Microsoft Connect.
https://connect.microsoft.com/VisualStudio/feedback/details/1279133
... -
01:02 AM Bug #12014 (Closed): Visual Studio 2015 build error __imp___pioinfo
- Ruby 2.2 and 2.3 doesn't and won't support Visual Studio 2015.
Use 2013 or prior, or mingw64.
Anyway this ticket ...
01/22/2016
-
11:52 PM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> My acceptable modified version of the CoC is like the following
>
> > Contributor Cod... -
11:34 PM Misc #12004: Code of Conduct
- Motohiro KOSAKI wrote:
> > Motohiro KOSAKI wrote:
> >> I hope everyone understand a good man can write toxic bad
... -
11:32 PM Misc #12004: Code of Conduct
- > Motohiro KOSAKI wrote:
>> I hope everyone understand a good man can write toxic bad
>
> I feel kind of marginal... -
11:21 PM Misc #12004: Code of Conduct
- > Motohiro KOSAKI wrote:
>> But currently clearly nobody trained because our community have no issue now.
>
> 1)... -
11:17 PM Misc #12004: Code of Conduct
- John Croisant wrote:
>
> But what if harassment happens where the mods cannot see? For example, what if a new Ruby... -
11:16 PM Misc #12004: Code of Conduct
- [ANN] I locked https://bugs.ruby-lang.org/users/10502
This is fake account. -
11:15 PM Misc #12004: Code of Conduct
- Motohiro KOSAKI wrote:
> I hope everyone understand a good man can write toxic bad code
I feel kind of marginaliz... -
11:11 PM Misc #12004: Code of Conduct
- Motohiro KOSAKI wrote:
> But currently clearly nobody trained because our community have no issue now.
1) Even i... -
11:08 PM Misc #12004: Code of Conduct
- Kurtis Rainbolt-Greene wrote:
> It should be noted that both Rust and node have seemly reacted to this discussion by... -
11:03 PM Misc #12004: Code of Conduct
- > A few people from the Ruby core team seem worried (in this thread) that no one has the time to respond to such iss...
-
11:02 PM Misc #12004: Code of Conduct
- It should be noted that both Rust and node have seemly reacted to this discussion by doing exactly what Olivier Lucan...
-
10:58 PM Misc #12004: Code of Conduct
- Andreas Fast wrote:
> I still think that the tone of Coraline's proposal isn't very much aligned with the ruby commu... -
10:56 PM Misc #12004: Code of Conduct
- Motohiro KOSAKI wrote:
> > - Provide a list of examples of unacceptable behavior. Otherwise people may be not sure w... -
10:51 PM Misc #12004: Code of Conduct
- Olivier Lacan wrote:
> please can vulnerable trans-gendereded women email me on [email protected] -
10:51 PM Misc #12004: Code of Conduct
- > - Provide a list of examples of unacceptable behavior. Otherwise people may be not sure whether the behavior is al...
-
10:47 PM Misc #12004: Code of Conduct
- Andreas Fast wrote:
> We can still rely on common sense for forceful action should it be needed, and as we've seen i... -
10:36 PM Misc #12004: Code of Conduct
- Motohiro KOSAKI wrote:
> > [email protected] seems like an obvious address to contact in order to deal with such... -
10:32 PM Misc #12004: Code of Conduct
- > [email protected] seems like an obvious address to contact in order to deal with such issues.
>
> Like secur... -
10:30 PM Misc #12004: Code of Conduct
- Andreas Fast wrote:
> I still think that the tone of Coraline's proposal isn't very much aligned with the ruby commu... -
10:27 PM Misc #12004: Code of Conduct
- Olivier Lacan wrote:
> [email protected] seems like an obvious address to contact in order to deal with such iss... -
10:24 PM Misc #12004: Code of Conduct
- I still think that the tone of Coraline's proposal isn't very much aligned with the ruby community. I think that the ...
-
10:18 PM Misc #12004: Code of Conduct
- [email protected] seems like an obvious address to contact in order to deal with such issues.
Like security, d... -
10:13 PM Misc #12004: Code of Conduct
- This thread has had personal attacks, trolls, and impersonation. The mods have acted in some cases (in other cases we...
-
10:05 PM Misc #12004: Code of Conduct
- This thread could be worrisome if it weren't so blindingly obvious where the bile originates from. There have been in...
-
10:04 PM Misc #12004: Code of Conduct
- Hello this is the real Coralina, we need to stop this trolling ASAP as its derailing this vital conversation about im...
-
09:57 PM Misc #12004: Code of Conduct
- Motohiro KOSAKI wrote:
> > Just as an idea, what about the following: We already have a mail address specifically de... -
09:57 PM Misc #12004: Code of Conduct
- Motohiro KOSAKI wrote:
> Sorry, I respectfully and strong disagree to reuse [email protected]. security@ruby-la... -
09:41 PM Misc #12004: Code of Conduct
- > Just as an idea, what about the following: We already have a mail address specifically designed and operated to add...
-
09:30 PM Misc #12004: Code of Conduct
- I was thinking, could we vote to replace Matz with Anita Sarkeesian as I feel she is more ethically qualified to lead...
-
09:29 PM Misc #12004: Code of Conduct
- Any moderation, please.
-
09:07 PM Misc #12004: Code of Conduct
- Josh Mills wrote:
> I love the Ruby community. I've come to love many of the people (Aaron, Coraline, Matz, etc). If... -
08:57 PM Misc #12004: Code of Conduct
- I love the Ruby community. I've come to love many of the people (Aaron, Coraline, Matz, etc). If these people, which ...
-
08:47 PM Misc #12004: Code of Conduct
- I think the moderators have been pinged. However, due to time zone, we might not see any action until 12:00AM GMT giv...
-
08:41 PM Misc #12004: Code of Conduct
- More moderation, please.
-
08:25 PM Misc #12004: Code of Conduct
- Lauren Voswinkel wrote:
> some stuff
Wow, great points Lauren. Are you transgendered and if so do you happen to h... -
08:22 PM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> We've had many admins on ruby-lang throughout the time, some with commit privs have admin access.... -
08:16 PM Misc #12004: Code of Conduct
- Matz,
I forgot to mention, if you would like to see the inspiration behind the CoC please see:
http://ddickerso... -
08:15 PM Misc #12004: Code of Conduct
- Aston J wrote:
> Matz,
>
> Please don't feel like you have to act now. It would be totally fine to thank everyone... -
08:07 PM Misc #12004: Code of Conduct
- Lauren Voswinkel wrote:
> Which is fair, looking at my initial comment on here, do you support or not support a CoC ... -
08:01 PM Misc #12004: Code of Conduct
- Matz,
You are from Glorious Japan. I am from Germany. Our people stood together in the 1940s as one. We know that ... -
07:59 PM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> The relevance of WHICH CoC Ruby should adopt if any. The Contributors Covenant is bad spirited, ... -
07:55 PM Misc #12004: Code of Conduct
- Matz,
Please don't feel like you have to act now. It would be totally fine to thank everyone for bringing the matt... -
07:52 PM Misc #12004: Code of Conduct
- Lauren Voswinkel wrote:
> Which has exactly what relevance to the discussion of codes of conduct and whether or not ... -
07:51 PM Misc #12004: Code of Conduct
- Fred Heath wrote:
> Coraline Ada Ehmke wrote:
> > David Celis wrote:
> > > Fred, please tone down the sarcasm. It'... -
07:50 PM Misc #12004: Code of Conduct
- Fred Heath wrote:
> Coraline Ada Ehmke wrote:
> > David Celis wrote:
> > > Fred, please tone down the sarcasm. It'... -
07:49 PM Misc #12004: Code of Conduct
- I forgot, I have some links to post:
WOW MUST SEE Auschwitz the true story ( David Cole in Auschwitz Full Document... -
07:47 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> David Celis wrote:
> > Fred, please tone down the sarcasm. It's already been made clear... -
07:43 PM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> Lauren Voswinkel wrote:
> > This is to say that I am not denying your experiences, they are real... -
07:39 PM Misc #12004: Code of Conduct
- David Celis wrote:
> Please disable user 10502. That's not Coraline Ada Ehmke, it's somebody else pretending to be h... -
07:37 PM Misc #12004: Code of Conduct
- Paul Hinze wrote:
>I hope the message that shines through is one that reflects the values of the core of the Ruby co... -
07:36 PM Misc #12004: Code of Conduct
- Please disable user 10502. That's not Coraline Ada Ehmke, it's somebody else pretending to be her. Thanks!
-
07:35 PM Misc #12004: Code of Conduct
- Lauren Voswinkel wrote:
> This is to say that I am not denying your experiences, they are real and valid. However, y... -
07:35 PM Misc #12004: Code of Conduct
- Lauren Voswinkel wrote:
> Ruby Dino wrote:
>
> > As a minority far oppressed more than Coraline, she needs to jus... -
07:33 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Lauren Voswinkel wrote:
> > Disregard #209, as it comes from the fake account created b... -
07:33 PM Misc #12004: Code of Conduct
- Lauren Voswinkel wrote:
> Disregard #209, as it comes from the fake account created by someone impersonating the ori... -
07:32 PM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> As a minority far oppressed more than Coraline, she needs to just drop it.
This is a claim t... -
07:32 PM Misc #12004: Code of Conduct
- I'm adding my voice the growing group of Ruby project creators/maintainers on this thread who support the adoption of...
-
07:29 PM Misc #12004: Code of Conduct
- Lauren Voswinkel wrote:
> Disregard #209, as it comes from the fake account created by someone impersonating the ori... -
07:27 PM Misc #12004: Code of Conduct
- Lauren Voswinkel wrote:
> Does a code of conduct push towards a certain mindset or set of views? Absolutely. It work... -
07:25 PM Misc #12004: Code of Conduct
- Disregard #209, as it comes from the fake account created by someone impersonating the original poster.
-
07:25 PM Misc #12004: Code of Conduct
- Jonathan Eyler-Werve wrote:
> I strongly support adopting a code of conduct, with enforcement provisions. The fake a... -
07:22 PM Misc #12004: Code of Conduct
- A code of conduct, fundamentally, exists in a community in the same way that a disaster plan exists. It is there, so ...
-
07:21 PM Misc #12004: Code of Conduct
- Hi guys,
I've done a lot of thinking over the last day and after reading this thread, I understand how a CoC for t... -
07:18 PM Misc #12004: Code of Conduct
- I strongly support adopting a code of conduct, with enforcement provisions. The fake account creation and personal at...
-
07:16 PM Misc #12004: Code of Conduct
- Anonymous wrote:
> I hope this is not what we are to expect in the CoC future: https://archive.is/0x6Wr
>
> PS: P... -
07:02 PM Misc #12004: Code of Conduct
- I hope this is not what we are to expect in the CoC future: https://archive.is/0x6Wr
PS: Please stop deleting acco... -
06:36 PM Misc #12004: Code of Conduct
- The need for a Code of Conduct is subjective, what we need is keep communities open to new ideas, after all they are ...
-
06:34 PM Misc #12004: Code of Conduct
- tech Communities are nothing but a game to me
spent months of time strategically planting ideas into codes of cond... -
06:26 PM Misc #12004: Code of Conduct
- I did not post that. This user is a fraud: https://bugs.ruby-lang.org/users/10502
-
06:23 PM Misc #12004: Code of Conduct
- David Celis wrote:
> Fred, please tone down the sarcasm. It's already been made clear more than once that sort of la... -
06:19 PM Misc #12004: Code of Conduct
- I strongly support the creation of a policy "with teeth". It is not sufficient to list the ways that people should be...
-
04:28 PM Misc #12004: Code of Conduct
- Fred, please tone down the sarcasm. It's already been made clear more than once that sort of language doesn't transla...
-
04:11 PM Misc #12004: Code of Conduct
- Usaku NAKAMURA wrote:
> Ah, sorry, it is difficult to read the fine nuances of English to me ;-(
> (My mother to... -
04:05 PM Misc #12004: Code of Conduct
- Richard Drake wrote:
> At least ten of us on this thread have made it clear we see what happened to Elia Schito in... -
03:55 PM Misc #12004: Code of Conduct
- Fred: sorry that I too initially didn't get the irony. Well said.
-
03:54 PM Misc #12004: Code of Conduct
- PJ Hagerty:
> I don't see any negatives.
At least ten of us on this thread have made it clear we see what happe... -
03:49 PM Misc #12004: Code of Conduct
- Fred Heath wrote:
> Thank you and sorry for the misunderstanding. It wasn't an actual question and I wasn't expectin... -
03:46 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Since what is now proposed lacks a reporting mechanism and enforcement information, I do... -
03:43 PM Misc #12004: Code of Conduct
- For what it's worth, as a conference organizer (not just of Ruby, but other communities as well), I've seen CoCs in a...
-
03:40 PM Misc #12004: Code of Conduct
- Enacting a Code of Conduct probably ranges from being tolerable to necessary; however it pretty clearly not as bad of...
-
03:37 PM Misc #12004: Code of Conduct
- Since what is now proposed lacks a reporting mechanism and enforcement information, I don't think it's accurate to de...
-
03:35 PM Misc #12004: Code of Conduct
- Usaku NAKAMURA wrote:
> Fred Heath wrote:
> > Hold on. Are you telling us that you dealt with disruptive behaviour ... -
03:07 PM Misc #12004: Code of Conduct
- Fred Heath wrote:
> Hold on. Are you telling us that you dealt with disruptive behaviour without an offense-defining... -
03:02 PM Misc #12004: Code of Conduct
- I just wanted to briefly note that I was once denied attendance at a Ruby-focused event with a Code of Conduct (Madis...
-
02:56 PM Misc #12004: Code of Conduct
- Usaku NAKAMURA wrote:
> [ANN]
> I locked "Young Hitler" on my own responsibility.
Hold on. Are you telling us th... -
02:49 PM Misc #12004: Code of Conduct
- [ANN]
I locked "Young Hitler" on my own responsibility.
-
02:44 PM Misc #12004: Code of Conduct
- Fred Heath wrote:
> Richard Drake wrote:
> > To the moderators: Young Hitler (#170 and #179) is a obvious troll. We... -
02:43 PM Misc #12004: Code of Conduct
- Fred, we don't need a CoC to call out trolls, just common-sense. That's how Ruby has prospered for 20 years.
-
02:34 PM Misc #12004: Code of Conduct
- Richard Drake wrote:
> To the moderators: Young Hitler (#170 and #179) is a obvious troll. We don't need fake (or po... -
02:16 PM Misc #12004: Code of Conduct
- To the moderators: Young Hitler (#170 and #179) is an obvious troll. We don't need fake (or possibly real, and evil) ...
-
02:09 PM Misc #12004: Code of Conduct
- Pat (#176):
That's a null point on the graph. Of course if you haven't got enough knowledge to take a position on ... -
02:06 PM Misc #12004: Code of Conduct
- Pat Allan wrote:
> So Coraline has 'political' opinions. Okay. It's clear that you do as well. And I do, and Matz do... -
02:03 PM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> I've posted this link earlier in the thread, read the posts. Read the redacted sections of index.... -
01:42 PM Misc #12004: Code of Conduct
- Pat Allan wrote:
> Supporting Coraline's proposed Code of Conduct is not the same as supporting every action Coralin... -
01:21 PM Misc #12004: Code of Conduct
- Richard Drake wrote:
> Agreed. But not one supporter of Ehmke's CoC on this thread has admitted that the treatment o... -
01:07 PM Misc #12004: Code of Conduct
- Ruby Amateur:
> If that isn't a case of over reaction and retribution, then I don't know what is. After this ordea... -
12:54 PM Misc #12004: Code of Conduct
- I like Jeremy Evans version. And I like the direction Matz is taking this.
---
On points of defining language ... -
12:41 PM Misc #12004: Code of Conduct
- Pat Allan wrote:
> I can't say I'm getting quite the vibe you are regarding a thirst for retribution. My take is m... -
12:06 PM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> I like Jeremy's version better if it's acceptable for others.
>
> Matz.
I like thi... -
12:00 PM Misc #12004: Code of Conduct
- Ted Johansson wrote:
> I am a strong proponent of having **a** code of conduct. It is important to be clear with wha... -
11:53 AM Misc #12004: Code of Conduct
- (this comment is removed)
-
11:52 AM Misc #12004: Code of Conduct
- Jeremy Evans wrote:
> Possible advantages over the Contributor Covenant:
>
> 1) Significantly shorter. Ruby value... -
10:33 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> Our community have 20+ years of history. We had a few issues in the past, but all of the... -
10:17 AM Misc #12004: Code of Conduct
- >> Martin Dürst wrote
>> While it has some good language, I totally miss the fun aspect that is core to Ruby.
I ... -
09:54 AM Misc #12004: Code of Conduct
- Fred Heath wrote:
> [Code Of Merit](https://github.com/rosarior/Code-of-Merit/blob/master/CODE_OF_MERIT.md)
>... -
09:21 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> Coraline Ada Ehmke wrote:
> > I understand not wanting bureaucracy, but something can a... -
09:12 AM Misc #12004: Code of Conduct
- >> Matz said
>> I don't want to live in the community where a member can possibly be casted out forcefully. It's not... -
09:07 AM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Yukihiro Matsumoto wrote:
>
> > I understand the importance of declaration of our int... -
07:57 AM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> If you don't want a committee then at least this delegate responsibility to someone.
... -
07:49 AM Misc #12004: Code of Conduct
- Stay on topic. Thank you everyone.
-
07:46 AM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> David Celis wrote:
> >
> > The oft-mentioned ideal of MINASWAN is important to the Ruby commun... -
07:45 AM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> I understand not wanting bureaucracy, but something can and has to be done if a member o... -
07:36 AM Misc #12004: Code of Conduct
- David Celis wrote:
>
> The oft-mentioned ideal of MINASWAN is important to the Ruby community. You're right that s... -
07:28 AM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> David Celis wrote:
> > Engineering and science are progressed by humans. Machines aren't writing... -
07:27 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> I understand the importance of declaration of our intention against harassment (theref... -
07:20 AM Misc #12004: Code of Conduct
- David Celis wrote:
> Engineering and science are progressed by humans. Machines aren't writing our Ruby code; humans... -
07:19 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> David,
>
> Thank you for the offering. I appreciate your intention to help the commun... -
07:10 AM Misc #12004: Code of Conduct
- David,
Thank you for the offering. I appreciate your intention to help the community.
I understand the importan... -
07:09 AM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> David Celis wrote:
> > I think that if people can come to understand why their actions were harm... -
07:03 AM Misc #12004: Code of Conduct
- David Celis wrote:
> I think that if people can come to understand why their actions were harmful and show empathy, ... -
07:02 AM Misc #12004: Code of Conduct
- David Celis wrote:
> Yukihiro Matsumoto wrote:
> > Enforcement requires obligation for both sides. We (or at least ... -
06:51 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> Enforcement requires obligation for both sides. We (or at least I) don't want that privi... -
06:46 AM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> This is why people look up to you, your kindness is beyond extraordinary.
I haven't always bee... -
06:27 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> Besides that, I don't want to live in the community where a member can possibly be caste... -
06:25 AM Misc #12004: Code of Conduct
- David Celis wrote:
> Artem Khramov wrote:
> > Weren't we nice before?
>
> Some people are nice, some people are ... -
06:25 AM Misc #12004: Code of Conduct
- Enforcement requires obligation for both sides. We (or at least I) don't want that privilege and obligation.
We (or ... -
06:18 AM Misc #12004: Code of Conduct
- Artem Khramov wrote:
> Weren't we nice before?
Some people are nice, some people are not nice. People being nice ... -
05:56 AM Misc #12004: Code of Conduct
- David Celis wrote:
> Steve Shreeve wrote:
> > I agree wholeheartedly with Matz. There is no need for this CoC. Thes... -
05:55 AM Misc #12004: Code of Conduct
- Weren't we nice before?
-
05:51 AM Misc #12004: Code of Conduct
- Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailm... -
05:49 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> David Celis wrote:
> > This is an unfortunate conundrum, then. A code of conduct should... -
05:40 AM Misc #12004: Code of Conduct
- I agree wholeheartedly with Matz. There is no need for this CoC. These efforts to prevent "micro-agressions", etc. ar...
-
05:21 AM Misc #12004: Code of Conduct
- David Celis wrote:
> This is an unfortunate conundrum, then. A code of conduct should be treated similarly to a law.... -
05:18 AM Misc #12004: Code of Conduct
- Strand McCutchen wrote:
> If Ruby can't adopt a code of conduct which specifies clearly how maintainers will enforce... -
05:16 AM Misc #12004: Code of Conduct
- > I'm okay with whatever gets approved by Matz.
Agreed, almost by definition :)
> I like Jeremy's version bette... -
05:14 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> Strand,
>
> I understand your worry for the lack of enforcement. But it's not a law. ... -
05:11 AM Misc #12004: Code of Conduct
- Strand,
I understand your worry for the lack of enforcement. But it's not a law. I consider it's our declaration o... -
05:04 AM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> Austin Ziegler wrote:
> > I’m not sure that you do.
> >
> > What I do know is that you’re ex... -
04:48 AM Misc #12004: Code of Conduct
- Strand McCutchen wrote:
> Please do not adopt the the [proposed code of conduct adapted by Jeremy](https://bugs.ruby... -
04:47 AM Misc #12004: Code of Conduct
- Austin Ziegler wrote:
> I’m not sure that you do.
>
> What I do know is that you’re expounding “Respectability P... -
04:45 AM Misc #12004: Code of Conduct
- Please do not adopt the the [proposed code of conduct adapted by Jeremy](https://bugs.ruby-lang.org/issues/12004#note...
-
04:40 AM Misc #12004: Code of Conduct
- [email protected] wrote:
> Eric Wong wrote:
> > Actually, you left out what I considered the most imp... -
04:31 AM Misc #12004: Code of Conduct
- [email protected] wrote:
> Eric Wong wrote:
> > [email protected] wrote:
> > > How we handle ML archives are dif... -
04:25 AM Misc #12004: Code of Conduct
- I like Jeremy's version better if it's acceptable for others.
Matz.
-
04:21 AM Misc #12004: Code of Conduct
- Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailm... -
04:11 AM Misc #12004: Code of Conduct
- Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailm... -
03:45 AM Misc #12004: Code of Conduct
- Eric Wong wrote:
> Actually, you left out what I considered the most important point:
>
> * We are tolerant o... -
03:41 AM Misc #12004: Code of Conduct
- Eric Wong wrote:
> [email protected] wrote:
> > Shugo Maeda wrote:
> > > Yukihiro Matsumoto wrote:
> > > > The... -
03:39 AM Misc #12004: Code of Conduct
- This is how projects die.
Absolutely sickening.
Beta male white knights falling over themselves for a nutcase S... -
03:21 AM Misc #12004: Code of Conduct
- The "Code of Ethics and Professional Conduct" of W3C is another text to consider as a base for ours: https://www.w3.o...
-
03:18 AM Misc #12004: Code of Conduct
- Some other options to consider here as a starting point:
http://geekfeminism.wikia.com/wiki/Code_of_conduct_evalua... -
03:13 AM Misc #12004: Code of Conduct
- Yui NARUSE wrote:
> I find the English translation of the law: http://www.japaneselawtranslation.go.jp/law/detail/?i... -
03:11 AM Misc #12004: Code of Conduct
- [email protected] wrote:
> Shugo Maeda wrote:
> > Yukihiro Matsumoto wrote:
> > > The project maintainers here me... -
03:02 AM Misc #12004: Code of Conduct
- [email protected] wrote:
> The current draft Code of Conduct that PostgreSQL is considering can
> be f... -
02:55 AM Misc #12004: Code of Conduct
- Shugo Maeda wrote:
> Yukihiro Matsumoto wrote:
> > The project maintainers here mean a subset of contributors who h... -
02:44 AM Misc #12004: Code of Conduct
- Andrew Vit wrote:
>
> Why would this be needed?
It's not. Coraline is just trying to shoehorn in her own philos... -
02:44 AM Misc #12004: Code of Conduct
- Martin Dürst wrote:
>
> Just some ideas. I'm okay with whatever gets approved by Matz.
+1 to everything Martin ... -
02:41 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> The project maintainers here mean a subset of contributors who have privilege to modify ... -
02:40 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> My acceptable modified version of the CoC is like the following
I very much support... -
02:40 AM Misc #12004: Code of Conduct
- Matz:
The code of conduct which you provided, let's call it **The Ruby Code of Conduct**, is an excellent place to... -
02:37 AM Misc #12004: Code of Conduct
- [Administration note] @tenderlove
Could you lock the account instead of removing the account?
It makes easy to reco... -
02:34 AM Misc #12004: Code of Conduct
- Jeremy Evans wrote:
> 2) Doesn't enumerate protected characteristics,
> 3) Doesn't enumerate unacceptable behavior,... -
02:29 AM Misc #12004: Code of Conduct
- Jeremy Evans wrote:
> The current draft Code of Conduct that PostgreSQL is considering can
> be found at http://www... -
02:27 AM Misc #12004: Code of Conduct
- While maintaining objection to any CoC at all -...
Yukihiro Matsumoto wrote:
> ... Maintainers are obligated to ... -
02:25 AM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> > > My acceptable modified version of the CoC is like the following
>
> I think that'... -
02:20 AM Misc #12004: Code of Conduct
- I find the English translation of the law: http://www.japaneselawtranslation.go.jp/law/detail/?id=2088&vm=04&re=01
I... -
02:18 AM Misc #12004: Code of Conduct
- The current draft Code of Conduct that PostgreSQL is considering can
be found at http://www.postgresql.org/message-i... -
02:18 AM Misc #12004: Code of Conduct
- The project maintainers here mean a subset of contributors who have privilege to modify the web sites, wiki, list arc...
-
02:11 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote at https://bugs.ruby-lang.org/issues/12004#note-95:
> My acceptable modified version of the... -
02:02 AM Misc #12004: Code of Conduct
- By Japanese law, Matz (and administrators of sub systems) already has responsibility to remove comments which entrenc...
-
01:49 AM Misc #12004: Code of Conduct
- To: Caroline and others who support CoC
Please let us learn. Most ruby committers are inexparts in this area. Wh... -
01:40 AM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
>
> a conversation about enforcement should follow.
What's wrong with "a response tha... -
01:39 AM Misc #12004: Code of Conduct
- > > My acceptable modified version of the CoC is like the following
I think that's acceptable. Now that that is es... -
01:31 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
>
> My acceptable modified version of the CoC is like the following
>
> > Contributor... -
01:20 AM Misc #12004: Code of Conduct
- I support having a Code of Conduct. I will defer to others to decide which one.
-
01:12 AM Misc #12004: Code of Conduct
- Strand,
First, PostgreSQL CoC is here http://www.spinics.net/lists/pgsql/msg165105.html
I am not against having... -
12:33 AM Misc #12004: Code of Conduct
- Just to throw another voice in the ring, we've adopted a Contributor Covenant based Code of Conduct on Rails. I've al...
-
12:31 AM Misc #12004: Code of Conduct
- +1, formalizing "MINASWAN" into actionable, specific guidelines is necessary in order to effectively manage volunteer...
-
12:25 AM Misc #12004: Code of Conduct
- I support the adoption of this code of conduct. It seems reasonable and well-written.
To those concerned about pre... -
12:17 AM Misc #12004: Code of Conduct
- Matz,
Can you link to the Postgres Code of Conduct? A quick search brought up a code of conduct for their confere... -
11:17 PM Bug #12014 (Closed): Visual Studio 2015 build error __imp___pioinfo
- #11118 still applies for ruby_2_2 on git. This is ruby_2_3 and trunk, revision ed2e608.
I've been following the su... -
09:57 AM Misc #12013: io/wait: allow to wait on readable and writable
- If the option would be for more verbosity, I'd opt for :readable and :writable, but tell me what you think that it's ...
-
05:44 AM Misc #12013 (Feedback): io/wait: allow to wait on readable and writable
- What about:
~~~ruby
mysock.wait(30, to: [:read, :write])
~~~
or
~~~ruby
mysock.wait(30, to: :readwrite)
... -
04:47 AM Feature #11949: Allow @/$ prefix in Regexp's named captures
- I committed to allow all characters (though previous phase rejects characters conflicting look behind (<! and <=)).
... -
03:38 AM Feature #12010: Exclude dot and dotdot from Dir#each
- Seems like a good place for an option in these methods, but default it to include to make migration easier.
-
01:41 AM Feature #12012: Add Boolean method
- Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailm... -
12:58 AM Feature #12012: Add Boolean method
- (Sorry, I replied by email but the message doesn't show on the bugs.ruby-lang.org tracker)
Andrey Koleshko wrote:
...
01/21/2016
-
11:25 PM Misc #12004: Code of Conduct
- I see that deletion of evidence is the first course of action. What would be the second?
-
11:22 PM Misc #12004: Code of Conduct
- As a Ruby programmer for over a decade, and as the author of several gems, I strongly support the adoption of a Code ...
-
11:19 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Eva Lopez wrote:
> > A person proposing a code of conduct routine violates such code of... -
11:02 PM Misc #12004: Code of Conduct
- Eva Lopez wrote:
> A person proposing a code of conduct routine violates such code of conduct, yes, it is very impor... -
10:56 PM Misc #12004: Code of Conduct
- A person proposing a code of conduct routine violates such code of conduct, yes, it is very important.
- Is this a... -
10:49 PM Misc #12004: Code of Conduct
- Can we please stop with the incitement and personal attacks? This issue is important.
-
10:47 PM Misc #12004: Code of Conduct
- False? https://archive.is/q25KG
-
10:45 PM Misc #12004: Code of Conduct
- Matz, can we please get some moderation here. Two parties are being toxic, one posting false information to inflame t...
-
10:44 PM Misc #12004: Code of Conduct
- Apparently this is not the first time Kurtis has harrassed Roberto. Kurtis was part of the people trying to remove Ro...
-
10:44 PM Misc #12004: Code of Conduct
- Ken Gerrard wrote:
> Perhaps you could step back for a while and stop dominating the thread, Ruby Dino?
:3 Perhap... -
10:42 PM Misc #12004: Code of Conduct
- Eva Lopez wrote:
> It's a ticket in the other code of conduct proposed, the code of merit.
That's clearly not my ... -
10:40 PM Misc #12004: Code of Conduct
- Perhaps you could step back for a while and stop dominating the thread, Ruby Dino?
-
10:37 PM Misc #12004: Code of Conduct
- Eva Lopez wrote:
> It's a ticket in the other code of conduct proposed, the code of merit.
That's quite fucked up... -
10:33 PM Misc #12004: Code of Conduct
- It's a ticket in the other code of conduct proposed, the code of merit.
-
10:31 PM Misc #12004: Code of Conduct
- Eva Lopez wrote:
> Just a heads up, one of the proposers of this issue is engaging in toxic behaviour.
~~Who is t... -
10:27 PM Misc #12004: Code of Conduct
- Just a heads up, one of the proposers of this issue is engaging in toxic behaviour.
-
10:17 PM Misc #12004: Code of Conduct
- I unequivocally support this initiative. I have always known the Ruby community as a positive, diverse, and welcoming...
-
09:38 PM Misc #12004: Code of Conduct
- Betsy Haibel wrote:
> Ruby Dino wrote:
> > If people aren't willing to speak up, then the problem is their own.
> ... -
09:31 PM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> If people aren't willing to speak up, then the problem is their own.
I find it difficult to in... -
09:29 PM Misc #12004: Code of Conduct
- Cora Hays-Magan wrote:
> I support having a CoC for Ruby. The Ruby community will be a safer and more welcoming p... -
09:17 PM Misc #12004: Code of Conduct
- I support having a CoC for Ruby. The Ruby community will be a safer and more welcoming place for *all* developers....
-
08:45 PM Misc #12004: Code of Conduct
- Julian Cheal wrote:
> When someone has been harassed, their response was not to file a bug on bugs.ruby-lang or post... -
08:41 PM Misc #12004: Code of Conduct
- Fred Heath wrote:
> > Andrew Vit wrote:
>
> >
> > > 1. Is there any evidence to suggest that we (or any other s... -
08:18 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> My being transgender is completely irrelevant to the issue at hand and I can only constr... -
08:01 PM Misc #12004: Code of Conduct
- My being transgender is completely irrelevant to the issue at hand and I can only construe your comments at best as t...
-
06:36 PM Misc #12004: Code of Conduct
- David Celis wrote:
> Ruby Dino wrote:
> > David Celis wrote:
> > > Nate Tuganov wrote:
> > > > If Ruby community ... -
06:24 PM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> David Celis wrote:
> > Nate Tuganov wrote:
> > > If Ruby community ever need it, we should writ... -
05:51 PM Misc #12004: Code of Conduct
- Carlos Jennings wrote:
> I worry about how evenly a CoC will be applied when "famous" Rubyists like Steve Klabnik ha... -
05:45 PM Misc #12004: Code of Conduct
- I worry about how evenly a CoC will be applied when "famous" Rubyists like Steve Klabnik has made a marginalised pers...
-
04:45 PM Misc #12004: Code of Conduct
- David Celis wrote:
> Nate Tuganov wrote:
> > If Ruby community ever need it, we should write our own.
>
> I agre... -
04:41 PM Misc #12004: Code of Conduct
- David Celis wrote:
> Nate Tuganov wrote:
> > If Ruby community ever need it, we should write our own.
>
> I agre... -
04:18 PM Misc #12004: Code of Conduct
- Nate Tuganov wrote:
> If Ruby community ever need it, we should write our own.
I agree with the opinions of many ... -
04:04 PM Misc #12004: Code of Conduct
- I'm in favor of the contributor covenant, a version of it was adopted by Rails. So far it has not produced any of the...
-
03:54 PM Misc #12004: Code of Conduct
- I'm really against her CoC. I've seen on Twitter how she tried to extort various open source projects, threatened the...
-
03:12 PM Misc #12004: Code of Conduct
- Vit Ondruch wrote:
> I believe Ruby has code of conduct for ages:
>
> https://en.wikipedia.org/wiki/MINASWAN
... -
02:43 PM Misc #12004: Code of Conduct
- Daniel Schweighöfer wrote:
> It's a real good thing to have an CoC because it protects people and enriches the commu... -
01:26 PM Misc #12004: Code of Conduct
- I am not in favor of the adoption of a CoC.
If this solved a real problem, I would consider it as would any reason... -
12:34 PM Misc #12004: Code of Conduct
- Austin Ziegler wrote:
> Yes. The very use of “SJWs” (as an insult) by some people on this thread
> makes it very ... -
10:55 AM Misc #12004: Code of Conduct
- It's a real good thing to have an CoC because it protects people and enriches the community. And there are only peopl...
-
08:21 AM Misc #12004: Code of Conduct
- It is useless to argue on the factual grounds of this "code of conduct".
The purported niceness is the selling bit,... -
08:06 AM Misc #12004: Code of Conduct
- Austin:
> But we should make an effort to make Ruby actively welcoming to the people who have traditionally been m... -
05:31 AM Misc #12004: Code of Conduct
- Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailm... -
03:32 AM Misc #12004: Code of Conduct
- Pat Allan wrote:
> The New Zealand Ruby community have a code of conduct and an active public Slack channel. Recen... -
02:39 AM Misc #12004: Code of Conduct
- I see few people who don't understand what a code of conduct does and don't like the idea they've conjured up.
A c... -
04:53 PM Misc #12013 (Closed): io/wait: allow to wait on readable and writable
- If I have a socket and I want to wait for both read and write events, IO.select is my only co-pilot:
~~~ruby
IO.s... -
04:27 PM Feature #12012 (Rejected): Add Boolean method
- Please see discussion for #11848.
-
02:29 PM Feature #12012 (Feedback): Add Boolean method
- For what purpose?
-
10:37 AM Feature #12012 (Rejected): Add Boolean method
- In Ruby we have methods with a capital letter which are used for implicit type casting. For example: `Array`, `String...
-
04:08 PM Feature #11949 (Closed): Allow @/$ prefix in Regexp's named captures
- Applied in changeset r53610.
----------
* regparse.c (fetch_name_with_level): allow non word characters
at the fir... -
02:27 PM Feature #3356: Add GetShortPathName to ruby
- You can get the stored name by `File.realpath`, and tell if two files are same by `File.identical?`.
-
10:17 AM Feature #3356: Add GetShortPathName to ruby
- Usaku NAKAMURA wrote:
> Since I do not have a usecase of the method, I cannot judge whether
> the method is nec... -
01:24 PM Bug #11120: Unexpected behavior when mixing Module#prepend with method aliasing
- Actually I really think that solution 1 is the good one. Here is another code sample:
~~~
module A
def run
... -
01:18 PM Bug #11120: Unexpected behavior when mixing Module#prepend with method aliasing
- Adding my 2 cents here. I think that there's a big problem at the moment with Ruby, Module.prepend and alias_method_c...
-
12:42 PM Feature #12006: return IO object from IO#print, IO#puts, IO#close_read, IO#close_write,...
- Here is another example: Simplfy
$stdout.puts "some message"
$stdout.flush
to:
$stdout.puts("so... -
09:03 AM Bug #12011 (Closed): honor Marshal.load post proc value for TYPE_LINK
-
07:58 AM Feature #12010: Exclude dot and dotdot from Dir#each
- Eric Wong wrote:
> "Martin J. Dürst" <[email protected]> wrote:
> > On 2016/01/20 11:43, Eric Wong wrote:
> ... -
07:47 AM Feature #12010: Exclude dot and dotdot from Dir#each
- Akira Tanaka wrote:
> I searched Dir.entries on gems.
>
> It seems there are size/length invocations on the resul... -
05:02 AM Feature #12010: Exclude dot and dotdot from Dir#each
- "Martin J. Dürst" <[email protected]> wrote:
> On 2016/01/20 11:43, Eric Wong wrote:
> >[email protected] wro... -
04:25 AM Feature #12010: Exclude dot and dotdot from Dir#each
- I searched Dir.entries on gems.
It seems there are size/length invocations on the result of Dir.entries.
Note t... -
03:50 AM Feature #12010: Exclude dot and dotdot from Dir#each
- Hello Eric,
On 2016/01/20 11:43, Eric Wong wrote:
> [email protected] wrote:
>> Dir#each and Dir#read) (includi... -
02:28 AM Feature #12010: Exclude dot and dotdot from Dir#each
- Nobuyoshi Nakada wrote:
> Yui NARUSE wrote:
> > What is the platform?
>
> Win32 was in my mind, but `opendir_int... -
02:10 AM Feature #12010: Exclude dot and dotdot from Dir#each
- Yui NARUSE wrote:
> What is the platform?
Win32 was in my mind, but `opendir_internal()` terminates it.
So it "s... -
03:50 AM Feature #10121: Dir.empty?
- On Windows, root directories of drives don't contain "." nor "..",
and the suggested code (also `Dir.entries(dirname... -
03:44 AM Bug #11838: Please backport r52883, r52884, r53046, r53198
- Martin Dürst wrote:
> trunk ですでに直っているバグについて、最初から Closed にした方がいいで
> しょうか。
Yes.
でも、わかっていたら、でいいです。
> それと、... -
03:41 AM Bug #11838: Please backport r52883, r52884, r53046, r53198
- On 2016/01/21 10:48, [email protected] wrote:
> Issue #11838 has been updated by Tomoyuki Chikanaga.
>
> Stat... -
01:48 AM Bug #11838 (Closed): Please backport r52883, r52884, r53046, r53198
-
01:48 AM Bug #11838 (Assigned): Please backport r52883, r52884, r53046, r53198
- Thank you for your notice.
I'll close this ticket because it's already done on trunk and stable branch maintainers... -
02:08 AM Bug #11847 (Closed): Install error on Linux NFS system
- Thank you for your report.
The pointed changes was merged into CRuby trunk at r49774.
But r49774 contains other c...
01/20/2016
-
11:12 PM Bug #11969: [PATCH] IRB: Final newline missing in truncated backtraces
- Opened https://github.com/ruby/ruby/pull/1205 a few days ago. Here's the patch:
~~~
diff --git a/lib/irb.rb b/lib... -
10:37 PM Misc #12004: Code of Conduct
- Yui NARUSE said:
> The source of all privilege is derived of the creator, Matz.
Well said! :-) As Matz is the au... -
08:12 PM Misc #12004: Code of Conduct
- Fred Heath wrote:
> That alone isn't enough. We need evidence as to whether these issues would have been either av... -
07:41 PM Misc #12004: Code of Conduct
- > About the CoC text, he definition of "Project maintainers" is not clear in the Ruby project yet.
> Some people ma... -
07:18 PM Misc #12004: Code of Conduct
- Laws is born to solve the real problem.
So laws shall be designed to solve the real problem.
I know CoC is born b... -
06:42 PM Misc #12004: Code of Conduct
- > Andrew Vit wrote:
>
> > 1. Is there any evidence to suggest that we (or any other software community) need a C... -
06:00 PM Misc #12004: Code of Conduct
- Fred Heath wrote:
> 1. Is there any evidence to suggest that we (or any other software community) need a CoC ?
... -
04:53 PM Misc #12004: Code of Conduct
- I wrote the Japanese version code of conduct that Martin mentioned in #28. Let me leave few thoughts. Sorry in adva...
-
04:45 PM Misc #12004: Code of Conduct
- I sincerely hope the community consider the following before deciding:
1. Is there any evidence to suggest that we... -
04:12 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Right now in the PHP community there is a healthy debate about adopting the Contributo... -
03:40 PM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> Hi,
>
> I agree with the spirit of anti harassment. I hope the community being free f... -
03:34 PM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> I agree with the spirit of anti harassment. I hope the community being free from any per... -
02:45 PM Misc #12004: Code of Conduct
- > PostgreSQL CoC is far better fit to my intention.
My suggestion to adopt the Contributor Covenant was a first st... -
02:40 PM Misc #12004: Code of Conduct
- > 2.1) The proposed code of conduct is available in quite a few languages, but not in Japanese.
The Japanese trans... -
10:59 AM Misc #12004: Code of Conduct
- Final point of the PostgreSQL CoC:
> The CoC is only about interaction with the PostgreSQL community. Your private... -
10:07 AM Misc #12004: Code of Conduct
- Several comments:
1) It's a pity that this proposal didn't come in a day or two earlier. This would have made it p... -
10:04 AM Misc #12004: Code of Conduct
- No, thanks.
http://paul-m-jones.com/archives/6214 -
09:57 AM Misc #12004: Code of Conduct
- Hi,
I agree with the spirit of anti harassment. I hope the community being free from any personal attacks nor trol... -
09:29 AM Misc #12004: Code of Conduct
- As the maintainer of the Faye project (faye, faye-websocket, websocket-driver, permessage-deflate), I have adopted th...
-
07:54 AM Misc #12004: Code of Conduct
- Zach Briggs wrote:
> I'm a developer who writes Ruby and I'd like to see the Contributor Covenant adopted to ensure ... -
06:32 AM Misc #12004: Code of Conduct
- [email protected] wrote:
>
>> Why fix what isn't broken?
>
> It may not be broken for you - does that me... -
04:36 AM Misc #12004: Code of Conduct
- I'm a developer who writes Ruby and I'd like to see the Contributor Covenant adopted to ensure that people feel welco...
-
02:01 AM Misc #12004: Code of Conduct
- On the 'Opalgate' account (#13) there are two longer comments worth taking in:
https://medium.com/@pop_gapon/first... -
01:50 AM Misc #12004: Code of Conduct
- > I think MetaRuby's mission statement is a good example of this and I am happy for the Ruby community to use it as a...
-
06:55 PM Feature #11816: Partial safe navigation operator
- So if I understand correctly, you like the current behavior, although it is not useful in any circumstance I can thin...
-
10:01 AM Feature #11816: Partial safe navigation operator
- Marc,
I don't feel it's right to ignore nils in calls after `&.`
Nil-ignorance should be explicit, I think.
Matz. -
02:36 AM Feature #11816: Partial safe navigation operator
- Dear Matz,
Any update on the precedence of `&.`? -
06:36 PM Feature #11999: MatchData#to_h to get a Hash from named captures
- Yui NARUSE wrote:
> Yukihiro Matsumoto wrote:
> > I don't think `to_h` is appropriate, because `MatchData` is not a... -
01:56 PM Feature #11999: MatchData#to_h to get a Hash from named captures
- Yukihiro Matsumoto wrote:
> I don't think `to_h` is appropriate, because `MatchData` is not always able to convert t... -
11:25 AM Feature #11999: MatchData#to_h to get a Hash from named captures
- that makes sense for me.
-
06:18 AM Feature #11999: MatchData#to_h to get a Hash from named captures
- @Shota: i do need to test your patch, but my case is a little bit different than yours.
because it can be nil, it se... -
05:28 PM Feature #10320: require into module
- Nobuyoshi Nakada wrote:
> I think this feature should be an instance method of `Module`, similar to `load` rather th... -
05:14 PM Misc #10312: Give people more control over how the ruby parser sees code and lexical code elements (valid/invalid - toggle options) + macros
- I think some form of macros, DSL embedding, and/or compile-time metaprogramming would indeed be cool to have. I have,...
-
04:41 PM Feature #9992: Access Modifiers (Internal Interfaces)
- I'm having trouble understanding what you mean by *namespace*. Classes and modules don't belong to namespaces. *Const...
-
12:33 PM Feature #12010: Exclude dot and dotdot from Dir#each
- Yui NARUSE wrote:
> `Dir#each` and `Dir#read` (including `Dir.entries`, `Dir.foreach` and other methods) return `"."... -
10:26 AM Feature #12010: Exclude dot and dotdot from Dir#each
- Nobuyoshi Nakada wrote:
> `d_name` might not be NUL-terminated, use `NAMLEN()` on such platforms.
What is the pla... -
03:11 AM Feature #12010: Exclude dot and dotdot from Dir#each
- `d_name` might not be NUL-terminated, use `NAMLEN()` on such platforms.
```diff
diff --git a/dir.c b/dir.c
index... -
02:45 AM Feature #12010: Exclude dot and dotdot from Dir#each
- [email protected] wrote:
> `Dir#each` and `Dir#read`) (including `Dir.entries`, `Dir.foreach` and other methods) ret... -
02:17 AM Feature #12010 (Closed): Exclude dot and dotdot from Dir#each
- `Dir#each` and `Dir#read` (including `Dir.entries`, `Dir.foreach` and other methods) return `"."` and `".."` at first...
-
09:50 AM Feature #12008: Immutable object graphs (a.k.a. deep freeze)
- [email protected] wrote:
> I think immutable state has huge benefits for a lot of areas, most
> notably concurre... -
08:44 AM Feature #11550: Current behaviour of super(...) is dangerous in the presence of more than one included modules.
- Benoit Daloze wrote:
> Ronald Fischer wrote:
> > First, M1 and M2 don't know where they are going to be mixed in, s... -
04:02 AM Feature #12009: [PATCH] psych: pre-freeze string keys for hashes
- Alternative patch which is stronger to help the case where I have
arrays of hashes; each hash having the same set o... -
02:16 AM Feature #12009 (Assigned): [PATCH] psych: pre-freeze string keys for hashes
-
01:06 AM Feature #12009 (Rejected): [PATCH] psych: pre-freeze string keys for hashes
- With the following example, this reduces allocations from 346 to 324
strings when calling `Psych.load` on a 26-entry... -
02:25 AM Bug #12011 (Closed): honor Marshal.load post proc value for TYPE_LINK
- Following test doesn't work.
A patch also attached.
Both of them are worked by nahi.
```diff
diff --git a/test/... -
12:27 AM Feature #11955 (Assigned): Expose Object that Receives logs in Logger
Also available in: Atom