[#86787] [Ruby trunk Feature#14723] [WIP] sleepy GC — ko1@...

Issue #14723 has been updated by ko1 (Koichi Sasada).

13 messages 2018/05/01
[#86790] Re: [Ruby trunk Feature#14723] [WIP] sleepy GC — Eric Wong <normalperson@...> 2018/05/01

ko1@atdot.net wrote:

[#87095] [Ruby trunk Feature#14767] [PATCH] gc.c: use monotonic counters for objspace_malloc_increase — ko1@...

Issue #14767 has been updated by ko1 (Koichi Sasada).

9 messages 2018/05/17

[ruby-core:87118] [Ruby trunk Misc#14768] Add documentation for || and &&

From: mail@...
Date: 2018-05-17 08:41:40 UTC
List: ruby-core #87118
Issue #14768 has been reported by sos4nt (Stefan Schüßler).

----------------------------------------
Misc #14768: Add documentation for || and &&
https://bugs.ruby-lang.org/issues/14768

* Author: sos4nt (Stefan Schüßler)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
The Ruby documentation doesn't seem to cover `||` and `&&`.

The only references I could find are:

http://ruby-doc.org/core-2.5.1/doc/keywords_rdoc.html
> **and**  – Short-circuit Boolean and with lower precedence than `&&`
> **or**  – Short-circuit Boolean and with lower precedence than `||`

http://ruby-doc.org/core-2.5.1/doc/syntax/assignment_rdoc.html
> There are also `||=` and `&&=`. The former makes an assignment if ...

But there's no documentation for the operators themselves.



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

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

In This Thread

Prev Next