I will review this patch.

THH
________________________________________
From: Lydia Duncan [[email protected]]
Sent: Monday, July 07, 2014 10:15 AM
To: [email protected]
Subject: [Chapel-developers] [Patch] Add ability to access a record or class 
type's param and type fields

Hi all,

I'm looking for a review on the addition of PRIM_QUERY_TYPE and
PRIM_QUERY_PARAM to the compiler.  These functions allow access to the
generic instantiation of a record or class type's param and type fields
without requiring a specific instantiation of the type itself.  For
instance,

class R {
   param foo = int(64);
}

type t = R(5);

can access the value of t's foo field without having to create

var baz: t;

These functions are useful for my ongoing initialization rework, but
could be committed and tested separately.  Full description of use is in
the commit message.

Thanks,
Lydia Duncan

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to