From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31559 invoked by alias); 25 Sep 2007 14:50:25 -0000 Received: (qmail 31552 invoked by uid 22791); 25 Sep 2007 14:50:24 -0000 X-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_20,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 25 Sep 2007 14:50:18 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l8PEoGKT026483 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 25 Sep 2007 10:50:16 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l8PEoGLR017562 for ; Tue, 25 Sep 2007 10:50:16 -0400 Received: from toothpaste.toronto.redhat.com (toothpaste.toronto.redhat.com [172.16.14.161]) by pobox.toronto.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l8PEoFBo017433 for ; Tue, 25 Sep 2007 10:50:16 -0400 Message-ID: <46F92027.1090606@redhat.com> Date: Tue, 25 Sep 2007 14:50:00 -0000 From: Teresa Thomas User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: frysk Subject: Location Expression enabled Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00400.txt.bz2 The new Location Expression code has been enabled in the main repo. Currently, we can switch between the old and the new code by setting the static variable /useLocationExpressionFIXME/ in /Variable.java/. So if you find anything broken and want to confirm if it is due to the switch, change /useLocationExpressionFIXME/ to false to revert back to the old Location stuff. Ping me if anything looks nasty! Cheers, Teresa