LGTM, thanks
On Thu, Oct 17, 2013 at 12:22 PM, Jose A. Lopes <[email protected]>wrote: > Add information about Haskell to Python opcode and constant > generation. > > Signed-off-by: Jose A. Lopes <[email protected]> > --- > NEWS | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/NEWS b/NEWS > index 91d8930..b491493 100644 > --- a/NEWS > +++ b/NEWS > @@ -32,6 +32,19 @@ New features > instances, and does not require any node placement options to be > specified if the destination cluster has a default iallocator. > > +Misc changes > +~~~~~~~~~~~~ > + > +- Opcodes are entirely generated from Haskell using the tool 'hs2py' and > + the module 'src/Ganeti/OpCodes.hs'. > +- Constants are also generated from Haskell using the tool > + 'hs2py-constants' and the module 'src/Ganeti/HsConstants.hs', with the > + exception of socket related constants, which require changing the > + cluster configuration file, and HVS related constants, because they > + are part of a port of instance queries to Haskell. As a result, these > + changes will be part of the next release of Ganeti. > + > + > Version 2.9.0 rc3 > ----------------- > > -- > 1.8.4 > > -- -- Helga Velroyen | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
