Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [golo-dev] Augmentation scope

While this could be an interesting improvement, I'm not sure it would solve the given issue, since it's actually a reverse importation problem. Maybe I misunderstand what you mean.


Le 10 août 2015 17:31:04 CEST, Julien Ponge <julien.ponge@xxxxxxxxxxxx> a écrit :
Hi,

This is a very interesting topic.

How about something like transitive imports, i.e., something like:

module Plop

import transitive foo.Bar

in which case importing Plop also makes foo.Bar available at the consumer tail of imports.

The idea is to keep a middle-ground between what we have now (which is restrictive), and meta-classes / global augmentations.

Thoughts?

- Julien




golo-dev mailing list
golo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/golo-dev


--
Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.

Back to the top