From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id EE82D19C003E for ; Sat, 7 Nov 2015 13:01:14 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 77D15B5D87F for ; Sat, 7 Nov 2015 13:30:25 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id A220C18CC7F1 for ; Sat, 7 Nov 2015 13:30:25 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 1A396120481; Sat, 7 Nov 2015 13:30:24 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from mail-oi0-f45.google.com (mail-oi0-f45.google.com [209.85.218.45]) by neon.ruby-lang.org (Postfix) with ESMTPS id 3EC3112043A for ; Sat, 7 Nov 2015 13:30:19 +0900 (JST) Received: by oige206 with SMTP id e206so23030840oig.2 for ; Fri, 06 Nov 2015 20:30:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=f/kckgRCBnrryy4Oq/23wAI8v163l87h/4ywLfvKjH0=; b=bL/z1whVHEtV1Smw83gDkuHWOHhBrU0yNBVQPo3Vt9/A7p6sAr4EMwrlDpKoz9/nab b+YoHZWYxY31DeZdC0p2DuyRAUcF226vxPn64MY+vtzAFaKs8ey1Az2Ee+DWgCnFUM9B tDgdk5ZFZjbyI6dq+9ZBnpLS4cWZ1P4VF8dP83i3zRR3IJ9Njb5pClLnREya/wKlsyc3 ZgZ2Ip46TubaUKaXUwwcS/QL8f7Vcp3uHGnvtq+mJQWTwNCd0u3VlIGEIV4nt3U1wq9k kY+L5KHSrMp654N7/cRmTe4neQfl9DPf6MjTWlL1A9UxFLjoMLH+6RkZl8ZpQHyhp9dE CWmA== X-Received: by 10.202.2.18 with SMTP id 18mr10502835oic.59.1446870615785; Fri, 06 Nov 2015 20:30:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.202.93.7 with HTTP; Fri, 6 Nov 2015 20:29:56 -0800 (PST) In-Reply-To: References: From: Austin Ziegler Date: Fri, 6 Nov 2015 23:29:56 -0500 Message-ID: To: Ruby developers Content-Type: multipart/alternative; boundary=001a1138e9ce170b240523ebd192 X-ML-Name: ruby-core X-Mail-Count: 71377 Subject: [ruby-core:71377] Re: [Ruby trunk - Bug #11656] ruby crashes when running rspec from top level context, but not from the individual spec that is causing ruby to crash X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" --001a1138e9ce170b240523ebd192 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable It creates a memoized function of the symbol name containing the value. On Thu, Nov 5, 2015 at 12:23 AM, wrote: > Issue #11656 has been updated by Nobuyoshi Nakada. > > File bug-11656.log added > Description updated > Assignee set to Koichi Sasada > > What does `let` do? > > ---------------------------------------- > Bug #11656: ruby crashes when running rspec from top level context, but > not from the individual spec that is causing ruby to crash > https://bugs.ruby-lang.org/issues/11656#change-54715 > > * Author: Daniel Greenberg > * Status: Open > * Priority: Normal > * Assignee: Koichi Sasada > * ruby -v: ruby-2.2.3 > * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN > ---------------------------------------- > /Users/dgreenbe77/Development/frederick_gem/lib/frederick/models/model.rb > ./spec/lib/frederick/models/model_spec.rb > > > > ---Files-------------------------------- > model.rb (3.18 KB) > model_spec.rb (4.2 KB) > bug-11656.log (74.5 KB) > > > -- > https://bugs.ruby-lang.org/ > --=20 Austin Ziegler =E2=80=A2 halostatue@gmail.com =E2=80=A2 austin@halostatue.c= a http://www.halostatue.ca/ =E2=80=A2 http://twitter.com/halostatue --001a1138e9ce170b240523ebd192 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
It creates a memoized function of the symbol name containi= ng the value.

On Thu, Nov 5, 2015 at 12:23 AM, <nobu@ruby-lang.org> wr= ote:
Issue #11656 has been updated by Nob= uyoshi Nakada.

File bug-11656.log added
Description updated
Assignee set to Koichi Sasada

What does `let` do?

----------------------------------------
Bug #11656: ruby crashes when running rspec from top level context, but not= from the individual spec that is causing ruby to crash
https://bugs.ruby-lang.org/issues/11656#c= hange-54715

* Author: Daniel Greenberg
* Status: Open
* Priority: Normal
* Assignee: Koichi Sasada
* ruby -v: ruby-2.2.3
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
/Users/dgreenbe77/Development/frederick_gem/lib/frederick/models/model.rb
./spec/lib/frederick/models/model_spec.rb



---Files--------------------------------
model.rb (3.18 KB)
model_spec.rb (4.2 KB)
bug-11656.log (74.5 KB)


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



--
--001a1138e9ce170b240523ebd192--