This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Environments


Per Bothner wrote: > The unfortunate part is that the Kawa manual recommends:
  Environment.setCurrent(new Scheme().getEnvironment());
which is now wrong.  I should change Scheme.getEnvironment()
to be a (deprecated) synonynm for Environment.getCurrent(),
in which case the Environment.setCurrent becomes a harmless
no-op.  It does means I have to fix the places that make
use of the current Scheme.getEnvironment(), which don't seem
to be very many.

I did this. -- --Per Bothner per@bothner.com http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]