From Jeff.Cai@sun.com Thu Feb 11 22:21:44 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1C6Li5s012266
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 11 Feb 2010 22:21:44 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o1C6LhRg029943
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 11 Feb 2010 22:21:44 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXP0070DTO8YK00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Thu, 11 Feb 2010 23:21:44 -0700 (MST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXP0033ZTO6HK30@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Thu,
 11 Feb 2010 23:21:43 -0700 (MST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1C6Lgqu012527	for
 <LSARC-ext@Sun.COM>; Fri, 12 Feb 2010 06:21:42 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXP00D00TNXDP00@mail-apac.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Fri, 12 Feb 2010 14:21:42 +0800 (SGT)
Received: from [192.168.1.102] ([unknown] [123.121.194.41])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KXP00IDJTO4TJ60@mail-apac.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Fri, 12 Feb 2010 14:21:42 +0800 (SGT)
Date: Fri, 12 Feb 2010 14:21:39 +0800
From: Jeff Cai <Jeff.Cai@sun.com>
Subject: Vala and libgee [LSARC/2010/056 FastTrack timeout 02/24/2010]
Sender: Jeff.Cai@sun.com
To: LSARC-ext@sun.com
Cc: Jerry.Tan@sun.com, Jeff.Cai@sun.com
Message-id: <1265955699.13147.2.camel@caiqm-hp>
MIME-version: 1.0
X-Mailer: Evolution 2.26.1
Content-type: multipart/mixed; boundary="Boundary_(ID_IXLYukG72DBpR1+Hx2gg6g)"
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 7223


--Boundary_(ID_IXLYukG72DBpR1+Hx2gg6g)
Content-type: text/plain
Content-transfer-encoding: 7BIT

Hi,

I'm sponsoring this case for Jerry Tan of Desktop group. The time is set to
02/24/2010.

Jeff

--Boundary_(ID_IXLYukG72DBpR1+Hx2gg6g)
Content-type: text/plain; CHARSET=US-ASCII; name=vala_libgee.txt
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=vala_libgee.txt

Template Version: @(#)onepager.txt 1.35 07/11/07 SMI
Copyright 2007 Sun Microsystems


1. Introduction
   1.1. Project/Component Working Name:

        Vala and libgee

   1.2. Name of Document Author/Supplier:

        Jerry Tan

   1.3. Date of This Document:

        01/11/2010

           1.3.1. Date this project was conceived:

                  01/11/2010

   1.4. Name of Major Document Customer(s)/Consumer(s):

      1.4.1. The PAC or CPT you expect to review your project:

             Solaris PAC

      1.4.2. The ARC(s) you expect to review your project:

             LSARC

      1.4.3. The Director/VP who is "Sponsoring" this project:

             robert.odea@sun.com

      1.4.4. The name of your business unit:

             OPG / OpenSource.

   1.5. Email Aliases:

      1.5.1. Responsible Manager:

             harry.lu@sun.com

      1.5.2. Responsible Engineer:

             jerry.tan@sun.com

      1.5.3. Marketing Manager:

             glynn.foster@sun.com

      1.5.4. Interest List:

             desktop-discuss@opensolaris.org

2. Project Summary
   
    2.1 Project Description:

    Vala is a new programming language that aims to bring modern object-oritened
    programming language features such as classes, interfaces, etc. to developer
    without imposing any additional runtime requirements and without using a 
    different ABI compared to applications and libraries written in C.

    Libgee is a collection library written in vala to provide GObject-based 
    interfaces and classes for commonly used data structures.

4. Technical Description:

    4.1. Details:
    
    Many developers want to write GNOME applications and libraries in high-level
    programming languages but can't or don't want to use C# or Java for various
    reasons, so they are stuck with C without syntax support for the GObject
    type system. And now with valac, the Vala compiler, developers can write 
    complex object-oriented code rapidly while maintaining a standard C API 
    and ABI and keeping the memory requirements low.

    The developer writes applications using the Vala language, and valac will 
    translates Vala source code into C source and header files, then will call 
    C compiler such as gcc or Sun Studio to compile these C codes into binary.

    Please refer to section 5.2 for Vala sample code.

    The syntax of Vala is similar to C#, but modified to better fit the GObject 
    type system. Please see section 5.3 for details.

    Valac is a self-hosting compiler that translates vala source code into C
    source and header files. The generated C code is C89 compliant, and can be 
    compiled with gcc or Sun Studio.
   
    Vala is designed to allow access to existing C libraries, especially 
    GObject-based libraries, without the need for runtime bindings. Each 
    library to be used requires a Vala API file at compile-time, containing the 
    class and method declarations in Vala syntax. This is called a Vala binding.
    Vala currently comes with experimental bindings for GLib and GTK+. The vala
    project plans to provide generated bindings for the full GNOME platform in 
    the future.

    Please see section 5.4 for more bindings.

    There are several applications already using vala. Please see section 5.6.


    Libgee is a library written in vala to provide the following interfaces:

    * Iterable
          o Collection
                + List
                + Set
                + MultiSet
                + Queue
                      + Deque 
    * Iterator
    * Map
    * MultiMap 

   The ArrayList, HashSet, HashMap, HashMultiSet, HashMultiMap, LinkedList, 
   PriorityQueue, TreeSet, TreeMap, TreeMultiSet, and TreeMultiMap classes 
   provide a reasonable sample implementation of those interfaces. 


    4.2. Bug/RFE Number(s):

         6859025

    4.3. In Scope:

         See above.

    4.4. Out of Scope:

         See above.

    4.5. Interfaces:
       
                                   Exported  Interface 

    Interface                         Classification  Comments
    -----------------------------     --------------  ----------------------
    SUNWvala                         Uncommitted     Package name
    SUNWvala-devel                   Uncommitted     Package name
    SUNWlibgee                       Uncommitted     Package name
    SUNWlibgee-devel                 Uncommitted     Package name

    /usr/bin/valac                   Uncommitted     valac compiler 
    /usr/lib/libvala.so.0            Volatile        vala library
    /usr/share/vala/vapi/*           Volatile        vala api binding
    /usr/lib/pkgconfig/vala-1.0.pc   Uncommitted     PC file
    /usr/share/devhelp/books/vala    Volatile        devhelp for vala
    /usr/share/man/man1/valac.1      Uncommitted     manpage for valac

    /usr/lib/libgee.so.2             Volatile        libgee lib
    /usr/lib/pkgconfig/gee-1.0.pc    Uncommitted     PC file



				Imported  Interface 

    Interface                Classification  ARC case       Comment
    --------                 --------------- ----------     ----------------
   
    GLib2                    Uncommitted     LSARC/2001/384 
   
              
    4.6. Doc Impact:

         Help docs and man page

    4.7. Admin/Config Impact:

         None.

    4.8. HA Impact:

         None.

    4.9. I18N/L10N Impact:

         The JDS team and the G11N are working together to evaluate and
         provide I18N/L10N support.

    4.10. Packaging & Delivery:

          Adds two new packages:
          Package                Cluster        Comment
          ------------------     ------------   ----------
          SUNWvala               SUNW(gnapps)   packags for vala
          SUNWvala-devel         SUNW(gnapps)   dev packags for vala
          SUNWlibgee             SUNW(gnapps)   package for libgee
          SUNWlibgee-devel       SUNW(gnapps)   dev pkg for libgee
	  IPS schema:            library/desktop/vala
	  IPS schema:            library/desktop/libgee


    4.11. Security Impact:

          None

    4.12. Dependencies:
      
          The following versions of the imported interfaces are required:

	  GLib2 2.12 or above
            

5. Reference Documents:

      [1] Homepage: 
          http://live.gnome.org/Vala
          http://live.gnome.org/Libgee 

      [2] Vala Sample Code
          http://live.gnome.org/Vala#Sample_Code

      [3] Vala syntax
          http://live.gnome.org/Vala/Syntax

      [4] Vala binding
          http://live.gnome.org/Vala/BindingsStatus


      [5] Related ARC Cases:

          LSARC/2001/384 Gtk+2.0 / glib 2.0, libglade, pango


      [6] Applications that using vala
          http://live.gnome.org/Vala#Projects_Developed_in_Vala


--Boundary_(ID_IXLYukG72DBpR1+Hx2gg6g)--

From Michael.Kearney@sun.com Fri Feb 12 07:56:24 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1CFuNQX010569
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 12 Feb 2010 07:56:23 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o1CFuLgT027866
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Fri, 12 Feb 2010 07:56:23 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXQ00I35K9ZYG00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 12 Feb 2010 08:56:23 -0700 (MST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXQ009HSK9J2N80@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Fri,
 12 Feb 2010 08:56:07 -0700 (MST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1CFu70N014933	for
 <LSARC-ext@sun.com>; Fri, 12 Feb 2010 15:56:07 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXQ00A00IW5RN00@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 12 Feb 2010 08:56:07 -0700 (MST)
Received: from [129.150.32.215] ([unknown] [129.150.32.215])
 by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KXQ0017TK9I0J80@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 12 Feb 2010 08:56:06 -0700 (MST)
Date: Fri, 12 Feb 2010 08:56:06 -0700
From: Michael Kearney <Michael.Kearney@sun.com>
Subject: Re: Vala and libgee [LSARC/2010/056 FastTrack timeout 02/24/2010]
In-reply-to: <1265955699.13147.2.camel@caiqm-hp>
Sender: Michael.Kearney@sun.com
To: Jeff Cai <Jeff.Cai@sun.com>
Cc: LSARC-ext@sun.com, Jerry.Tan@sun.com
Message-id: <4B757A16.4000409@Sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_otsifBzxnJAIPo1TWniWzQ)"
X-PMX-Version: 5.4.1.325704
References: <1265955699.13147.2.camel@caiqm-hp>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Status: RO
Content-Length: 2293

This is a multi-part message in MIME format.

--Boundary_(ID_otsifBzxnJAIPo1TWniWzQ)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
+1<br>
c/oritened/oriented/<br>
<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Best Regards,<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; Michael<br>
<br>
Jeff Cai wrote:
<blockquote cite="mid:1265955699.13147.2.camel@caiqm-hp" type="cite">
  <pre wrap="">Hi,

I'm sponsoring this case for Jerry Tan of Desktop group. The time is set to
02/24/2010.

Jeff
  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<table border="0" cellpadding="0" cellspacing="0" width="519">
  <tbody>
    <tr valign="top">
      <td height="121" width="98"><a href="http://www.sun.com"><img
 moz-do-not-send="true" src="http://www.sun.com/emrkt/sigs/6h_top.gif"
 border="0" height="92" width="98"></a></td>
      <td style="font-family: Arial; font-size: 10px;" height="121"
 width="249"><b> Michael Kearney </b><br>
Staff Software Engineer<br>
      <br>
      <b>Sun Microsystems, Inc.</b><br>
MS UBRM05-390, 500 Eldorado Blvd<br>
Broomfield, CO 80021 US<br>
Phone 303-272-2402<br>
Fax 303-272-6554<br>
Email <a class="moz-txt-link-abbreviated" href="mailto:Michael.Kearney@Sun.COM">Michael.Kearney@Sun.COM</a><br>
      </td>
      <td style="font-family: Arial; font-size: 10px;" width="172"><img
 moz-do-not-send="true" src="http://www.sun.com/emrkt/sigs/q01.gif"
 height="118" width="172"></td>
    </tr>
  </tbody>
</table>
</div>
</body>
</html>

--Boundary_(ID_otsifBzxnJAIPo1TWniWzQ)
Content-type: text/x-vcard; CHARSET=US-ASCII; name=Michael_Kearney.vcf
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=Michael_Kearney.vcf

begin:vcard
fn:Michael Kearney
n:Kearney;Michael
org:Sun Microsystems, Inc.;Archive Core Engineering
adr:500 Eldorado Blvd.;;Mailstop UBRM05-390;Broomfield;CO;80021;US
email;internet:Michael.Kearney@Sun.com
title:Staff Software Engineer
tel;work:303-272-2402
tel;fax:303-272-6554
x-mozilla-html:TRUE
url:http://www.sun.com/
version:2.1
end:vcard


--Boundary_(ID_otsifBzxnJAIPo1TWniWzQ)--

From Jeff.Cai@sun.com Tue Feb 23 22:49:07 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1O6n7Vb027497
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 23 Feb 2010 22:49:07 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o1O6n6se009167
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Wed, 24 Feb 2010 00:49:07 -0600 (CST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KYC00F052XURX00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Tue, 23 Feb 2010 23:49:06 -0700 (MST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KYC005T22XTX550@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Tue,
 23 Feb 2010 23:49:06 -0700 (MST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1O6n5xu002188	for
 <LSARC-ext@Sun.COM>; Wed, 24 Feb 2010 06:49:05 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KYC006002Q07C00@mail-apac.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Wed, 24 Feb 2010 14:49:05 +0800 (SGT)
Received: from [129.158.217.59] ([unknown] [129.158.217.59])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KYC007TQ2XR4X30@mail-apac.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Wed, 24 Feb 2010 14:49:05 +0800 (SGT)
Date: Wed, 24 Feb 2010 14:49:17 +0800
From: Jeff Cai <Jeff.Cai@sun.com>
Subject: Re: Vala and libgee [LSARC/2010/056 FastTrack timeout 02/24/2010]
In-reply-to: <1265955699.13147.2.camel@caiqm-hp>
Sender: Jeff.Cai@sun.com
To: LSARC-ext@sun.com
Cc: Jerry.Tan@sun.com
Message-id: <1266994157.21173.19.camel@marathon.Prc.Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <1265955699.13147.2.camel@caiqm-hp>
Status: RO
Content-Length: 235

If no more opinions, I'll close this case as approved tomorrow.

Jeff

On Fri, 2010-02-12 at 14:21 +0800, Jeff Cai wrote:
> Hi,
> 
> I'm sponsoring this case for Jerry Tan of Desktop group. The time is set to
> 02/24/2010.
> 
> Jeff



From storycrafter@gmail.com Wed Feb 24 07:43:27 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1OFhRrF020826
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 24 Feb 2010 07:43:27 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o1OFhP6I017447;
	Wed, 24 Feb 2010 07:43:25 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KYC0070FROC7T00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 24 Feb 2010 07:43:24 -0800 (PST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KYC0025QRO8XP20@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 24 Feb 2010 07:43:21 -0800 (PST)
Received: from relay14i.sun.com
 (ip124.net129179-4.block1.us.syntegra.com [129.179.4.124])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1OFWBBV029052; Wed,
 24 Feb 2010 15:43:20 +0000 (GMT)
Received: from mmp14es.mmp.us.syntegra.com ([160.41.208.14] [160.41.208.14])
 by relay14i.sun.com with ESMTP id BT-MMP-1060892; Wed,
 24 Feb 2010 15:43:20 +0000 (Z)
Received: from relay15i.sun.com (relay15i.sun.com [129.179.4.125])
 by mmp14es.mmp.us.syntegra.com with ESMTP id BT-MMP-75764; Wed,
 24 Feb 2010 15:43:19 +0000 (Z)
Received: from mail-ew0-f218.google.com ([209.85.219.218] [209.85.219.218])
 by relay1i.sun.com with ESMTP id BT-MMP-37864246; Wed,
 24 Feb 2010 15:43:19 +0000 (Z)
Received: by ewy10 with SMTP id 10so114414ewy.16 for <multiple recipients>;
 Wed, 24 Feb 2010 07:43:14 -0800 (PST)
Received: by 10.216.90.137 with SMTP id e9mr2916719wef.141.1267026194276; Wed,
 24 Feb 2010 07:43:14 -0800 (PST)
Date: Wed, 24 Feb 2010 09:43:14 -0600
From: Mark Martin <storycrafter@gmail.com>
Subject: Re: Vala and libgee [LSARC/2010/056 FastTrack timeout 02/24/2010]
In-reply-to: <1266994157.21173.19.camel@marathon.Prc.Sun.COM>
To: Jeff Cai <Jeff.Cai@sun.com>
Cc: LSARC-ext@sun.com, Jerry.Tan@sun.com
Message-id: <e40c28291002240743p77a71002s4d90309273db7c54@mail.gmail.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com;
 s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references
 :date:message-id:subject:from:to:cc:content-type;
 bh=f62YH6pgMaqAZ0+W0WYkzz4tMWNK0LJtXmVKEmjG/Kw=;
 b=VlwKoDu1xXO6ano2jRa1XWmTGg7BaKknky9foJUymLKvby6anp786e65bh7N/S9z35
 n3hBht92B/a+FpLo82fkkrGqenMyqBaNOQkgKabw0FvSYVYsIAj7hZ+SL2k3eSySHulx
 5/0npifF3skRahP1n/bBQtXbo9au5zS5OlyAo=
DomainKey-Signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;
 h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :cc:content-type;
 b=RBCYqWYy7xUVJIgMzQc1meprKe1/LhAg1GieYDGq1Yg+CO3n0qrYNBO1DzAtF5mKdt
 XBtJ3vVkk1i5tVKGisvO0d4TgF8Kr3d4XtFd0eVEapAZnCBpfDpMOzxQeFgbnNzGH6e9
 /Cm8X3qZXLhvw+et4HYrZesrPOpFNks/qyOdM=
X-PMX-Version: 5.4.1.325704
X-Brightmail-Tracker: AAAAAA==
X-Antispam: No, score=-0.2/5.0, scanned in 0.051sec at (localhost [127.0.0.1])
	by smf-spamd v1.3.1 - http://smfs.sf.net/
References: <1265955699.13147.2.camel@caiqm-hp>
 <1266994157.21173.19.camel@marathon.Prc.Sun.COM>
Status: RO
Content-Length: 632

On Wed, Feb 24, 2010 at 12:49 AM, Jeff Cai <Jeff.Cai@sun.com> wrote:
> If no more opinions, I'll close this case as approved tomorrow.
>
> Jeff
>

In the exported interface table, I've noted the following stabilities:

    /usr/lib/libvala.so.0            Volatile        vala library
    /usr/lib/libgee.so.2             Volatile        libgee lib

I'll simply note for the record that it appears that the volatile
stability is sensible according to the evolving nature of both the
compiler and the collections library (gee) -- they're both nascent
and incomplete (< full 1.0 release), according to their roadmaps.

Looks good.
+1

From Jeff.Cai@Sun.COM Wed Feb 24 18:48:47 2010
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1P2mlat006142
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 24 Feb 2010 18:48:47 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o1P2mkbX043968
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Wed, 24 Feb 2010 19:48:46 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KYD00A0VMHADN00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Wed, 24 Feb 2010 18:48:46 -0800 (PST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KYD0091FMH7DA90@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Wed,
 24 Feb 2010 18:48:44 -0800 (PST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1P2mhmZ025464	for
 <LSARC-ext@sun.com>; Thu, 25 Feb 2010 02:48:43 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KYD00200M7T4H00@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 25 Feb 2010 10:48:43 +0800 (SGT)
Received: from [129.158.217.59] ([unknown] [129.158.217.59])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KYD00I9NMH6PX10@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 25 Feb 2010 10:48:43 +0800 (SGT)
Date: Thu, 25 Feb 2010 10:48:55 +0800
From: Jeff Cai <Jeff.Cai@Sun.COM>
Subject: Re: Vala and libgee [LSARC/2010/056 FastTrack timeout 02/24/2010]
In-reply-to: <e40c28291002240743p77a71002s4d90309273db7c54@mail.gmail.com>
Sender: Jeff.Cai@Sun.COM
To: Mark Martin <storycrafter@gmail.com>
Cc: LSARC-ext@Sun.COM, Jerry.Tan@Sun.COM
Message-id: <1267066135.1626.3.camel@marathon.Prc.Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <1265955699.13147.2.camel@caiqm-hp>
 <1266994157.21173.19.camel@marathon.Prc.Sun.COM>
 <e40c28291002240743p77a71002s4d90309273db7c54@mail.gmail.com>
Status: RO
Content-Length: 863

On Wed, 2010-02-24 at 09:43 -0600, Mark Martin wrote:
> On Wed, Feb 24, 2010 at 12:49 AM, Jeff Cai <Jeff.Cai@sun.com> wrote:
> > If no more opinions, I'll close this case as approved tomorrow.
> >
> > Jeff
> >
> 
> In the exported interface table, I've noted the following stabilities:
> 
>     /usr/lib/libvala.so.0            Volatile        vala library
>     /usr/lib/libgee.so.2             Volatile        libgee lib
> 
> I'll simply note for the record that it appears that the volatile
> stability is sensible according to the evolving nature of both the
> compiler and the collections library (gee) -- they're both nascent
> and incomplete (< full 1.0 release), according to their roadmaps.

Vala is not in stable, so we make the interfaces as 'Volatile'.

Thanks for your view.

I closed this case as 'closed as approved'.

Jeff
> 
> Looks good.
> +1



From sacadmin Thu Feb 25 12:45:38 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1PKjcGN008997
	for <lsarc@sac.eng.sun.com>; Thu, 25 Feb 2010 12:45:38 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o1PKjbfJ016469
	for <@sunmail2sca.sfbay.sun.com:lsarc@sun.com>; Thu, 25 Feb 2010 12:45:38 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KYF00L0J0C1PG00@brm-avmta-1.central.sun.com> for lsarc@sun.com
 (ORCPT lsarc@sun.com); Thu, 25 Feb 2010 13:45:37 -0700 (MST)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KYF00J540C09920@brm-avmta-1.central.sun.com> for lsarc@sun.com
 (ORCPT lsarc@sun.com); Thu, 25 Feb 2010 13:45:36 -0700 (MST)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o1PKja9e008956	for
 <lsarc@sun.com>; Thu, 25 Feb 2010 12:45:36 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KYF0010009KWT00@fe-sfbay-09.sun.com> for lsarc@sun.com
 (ORCPT lsarc@sun.com); Thu, 25 Feb 2010 12:45:36 -0800 (PST)
Received: from [129.145.154.81] ([unknown] [129.145.154.81])
 by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KYF00CH40BZMY80@fe-sfbay-09.sun.com> for lsarc@sun.com
 (ORCPT lsarc@sun.com); Thu, 25 Feb 2010 12:45:36 -0800 (PST)
Date: Thu, 25 Feb 2010 12:45:34 -0800
From: Asa Romberger <Asa.Romberger@sun.com>
Subject: Vala and libgee (LSARC/2010/056)
Sender: Asa.Romberger@sun.com
To: lsarc@sun.com
Message-id: <4B86E16E.2050001@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.23 (X11/20090910)
Status: RO
Content-Length: 14

Minor binding

