Re: rename from q to queue

2016-04-15 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Ludovic Courtès writes: [...] >> We could do a quick hack to iterate over the exported bindings, >> re-export them, and print a message. >> >> However, I think it would be best to have a mechanism in the module >> abstraction to /declare/ renames. That would

Re: rename from q to queue

2016-04-14 Thread Christopher Allan Webber
Ludovic Courtès writes: > Mathieu Lirzin skribis: > >> One way to not break backward compatibility, would be to move (ice-9 q) >> code in (ice-9 queue) and make (ice-9 q) use it and re-export every >> variable with its old name. > > Right. > >> Finally we will need a way to give the information t

Re: rename from q to queue

2016-04-14 Thread Ludovic Courtès
Mathieu Lirzin skribis: > One way to not break backward compatibility, would be to move (ice-9 q) > code in (ice-9 queue) and make (ice-9 q) use it and re-export every > variable with its old name. Right. > Finally we will need a way to give the information that (ice-9 q) module > is deprectate

Re: rename from q to queue

2016-04-12 Thread Mathieu Lirzin
Hello, ra...@openmailbox.org writes: > The following library uses a pun writing 'q' instead of 'queue': > > > I propose renaming the module from (ice-9 q) to (ice-9 queue) and > spelling queue throughout in the usual scheme style of

Re: rename from q to queue

2016-04-11 Thread Nala Ginrut
Agreed, such a force change may effect many folks On Mon, 2016-04-11 at 22:55 -0500, Christopher Allan Webber wrote: > ra...@openmailbox.org writes: > > > > > Hello! > > > > The following library uses a pun writing 'q' instead of 'queue':  > >

Re: rename from q to queue

2016-04-11 Thread Christopher Allan Webber
ra...@openmailbox.org writes: > Hello! > > The following library uses a pun writing 'q' instead of 'queue': > > > I propose renaming the module from (ice-9 q) to (ice-9 queue) and > spelling queue throughout in the usual scheme sty

rename from q to queue

2016-04-11 Thread rain1
Hello! The following library uses a pun writing 'q' instead of 'queue': I propose renaming the module from (ice-9 q) to (ice-9 queue) and spelling queue throughout in the usual scheme style of using full words. Attached is a p