lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


‎Starting another thread instead of hijacking...

Well it's true that combining several patches is likely to conflict anyway, but it wouldn't hurt if the wiki page recommends a naming convention being maybe something like using

%sLua 
#ifndef LUA_VARIANT
#define LUA_VARIANT "my"
#endif

or whatever to at least avoid this conflict and raise the patcher awareness that he shall name his flavor of Lua... 
But well I remember also questioning myself about what to set in the copyright. 


  Original Message  
From: Paige DePol
Sent: mardi 6 mai 2014 10:09
To: Lua mailing list
Reply To: Lua mailing list
Subject: Re: [PATCH] Jump Tables for Switch/Case and Computed Goto

On May 6, 2014, at 1:05 AM, Thierry@spoludo <thierry@spoludo.com> wrote:

> Then‎ all patches should agree sharing the same Lua+ label or something. 

While we are at it we should get everyone to agree to the same coding style! Seriously though, that would never work.

As I said in a previous post, it is the people applying the patches that are the ones creating new versions of Lua, not the patch creators. So they should be responsible for naming their new variant of Lua.

~pmd~