Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [imp-dev] Instantiations of TypeStore in AliasType.lub(), ValueFactory.constructor(), etc.

Hi Bob,

They are correct, in some cases a default empty TypeStore suffices.

However, the TypeStore still has the "import" functionality in it that needs to be removed,
as discussed earlier. That is certainly a TODO.

Groetjes,

Jurgen

On Mon, Apr 6, 2009 at 6:25 PM, Robert M. Fuhrer <rfuhrer@xxxxxxxxxxxxxx> wrote:
Hi Folks,

I just noticed a few calls to the TypeStore constructor  buried within various method
implementations in org.eclipse.imp.pdb.values, e.g., AliasType.lub() and
ValueFactory.constructor().

Are these correct as they are, or were they put in place as stop-gap measures to get
things compiling before we figure out what TypeStore to use in these situations? If
the latter, we should put some "TODO" comment tags in there as a reminder...

--
Cheers,
 - Bob
-------------------------------------------------
Robert M. Fuhrer
Research Staff Member
Programming Technologies Dept.
IBM T.J. Watson Research Center

IMP Project Lead (http://www.eclipse.org/imp)
X10: Productivity for High-Performance Parallel Programming (http://x10.sf.net)

_______________________________________________
imp-dev mailing list
imp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/imp-dev


Back to the top