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 1028319C0031 for ; Thu, 5 Nov 2015 13:54:21 +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 44140B5D88D for ; Thu, 5 Nov 2015 14:23:16 +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 4492E952439 for ; Thu, 5 Nov 2015 14:23:16 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id E242E1204C9; Thu, 5 Nov 2015 14:23:14 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id AC2C512044D for ; Thu, 5 Nov 2015 14:23:11 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=usjv2bXrQOc36Lb163ooDTfG9S4=; b=lCUc+OoqA1l6aXBHJy IWXYKjY6StW00vdx5mbrzudhBLEHHUcAHuL27X8wUv209mduH8pE90a6rY7hH21d +6SW4M30+gyTWGQ+jEpcipCQgMW+NZ4fFXDZ35gSRer4AFkL2l00IYCL9bB8daNa Zg8u9/vbcPoFIlXHRsv90rLWE= Received: by filter-307.sjc1.sendgrid.net with SMTP id filter-307.25377.563AE7BC28 2015-11-05 05:23:08.897435808 +0000 UTC Received: from herokuapp.com (ec2-54-146-206-255.compute-1.amazonaws.com [54.146.206.255]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id RQmwrH8QQ9y8e05sJFqQmg for ; Thu, 05 Nov 2015 05:23:08.881 +0000 (UTC) Date: Thu, 05 Nov 2015 05:23:08 +0000 From: nobu@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 45986 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11656 X-Redmine-Issue-Author: dgreenbe77 X-Redmine-Issue-Assignee: ko1 X-Redmine-Sender: nobu X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6UhOkw6AAiTyllRBLUA0UKA8ergzlYx8zvYF 1+j8HnPBtlQQWe24g8+cz4nSGM1e9i1P1vAmq0Zd/XzjcacMusO52ewEeTODj6a7mcLRZU3KP/ob15 r0RXxL1lf1onqo0= X-ML-Name: ruby-core X-Mail-Count: 71346 Subject: [ruby-core:71346] [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" 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/