Re: Squelching warnings

2009-03-25 Thread Nicolas Pouillard
Excerpts from nicolas.pouillard's message of Wed Mar 25 20:16:22 +0100 2009: > Excerpts from Jean-Philippe Bernardy's message of Wed Mar 25 20:05:02 +0100 > 2009: > > > > Yep, I think the first step would be to modify data-accessor-template > > to generate type signatures. That might remove a go

Re: Squelching warnings

2009-03-25 Thread nicolas . pouillard
Excerpts from Jean-Philippe Bernardy's message of Wed Mar 25 20:05:02 +0100 2009: > > Yep, I think the first step would be to modify data-accessor-template > to generate type signatures. That might remove a good 50 warnings. This is almost done, the version 0.2.1 does that but there is a bug in

Re: Squelching warnings

2009-03-25 Thread Jean-Philippe Bernardy
Yep, I think the first step would be to modify data-accessor-template to generate type signatures. That might remove a good 50 warnings. -- JP On Wed, Mar 25, 2009 at 7:56 PM, Gwern Branwen wrote: > On Wed, Mar 25, 2009 at 2:18 PM, Kevin Ballard wrote: >> >> The number of warnings that a clean

Re: Squelching warnings

2009-03-25 Thread Gwern Branwen
On Wed, Mar 25, 2009 at 2:18 PM, Kevin Ballard wrote: The number of warnings that a clean build of yi triggers is rather frightening. It also makes it quite difficult to figure out if a change I've made has introduced any new warnings. I would like to suggest that anybody capable of doing so sho

Squelching warnings

2009-03-25 Thread Kevin Ballard
The number of warnings that a clean build of yi triggers is rather frightening. It also makes it quite difficult to figure out if a change I've made has introduced any new warnings. I would like to suggest that anybody capable of doing so should start trying to fix these warnings, with the eventual

patch applied (yi): generalized some completion code and added customizable completion function to Vim Minibuffer module

2009-03-25 Thread Nicolas Pouillard
Tue Mar 24 19:35:22 EDT 2009 steffen.sier...@gmail.com * generalized some completion code and added customizable completion function to Vim Minibuffer module Ignore-this: 15e9ba316258d97ee574efd704975643 Using these completion functions it is possible to configure Minibuffer completion

patch applied (yi): added ability to add/overwrite ex_commands in Vim-Mode plus loads of auto complete helper functions

2009-03-25 Thread Nicolas Pouillard
Tue Mar 24 16:36:19 EDT 2009 steffen.sier...@gmail.com * added ability to add/overwrite ex_commands in Vim-Mode plus loads of auto complete helper functions Ignore-this: 440544ef161d0e3a7122eabdbc5d2cac ex-commands consists of: - list of possible names of command (may overwrite ol

Re: darcs patch: added ability to add/overwrite ex_comman... (and 1 more)

2009-03-25 Thread Jean-Philippe Bernardy
Think looks good, but I'll let Nicolas apply it. Cheers, JP. On Wed, Mar 25, 2009 at 1:16 AM, wrote: > Tue Mar 24 21:36:19 CET 2009  steffen.sier...@gmail.com >  * added ability to add/overwrite ex_commands in Vim-Mode plus loads of auto > complete helper functions > >  ex-commands consists o

patch applied (yi): added preprocessorStyle to C lexer

2009-03-25 Thread Jean-Philippe Bernardy
Tue Mar 24 22:06:02 EDT 2009 steffen.sier...@gmail.com * added preprocessorStyle to C lexer Ignore-this: a9cda8bfec0eb6b2d30a9d7b7cb477d2 M ./Yi/Lexer/C.x +12 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google

Re: darcs patch: added experimental support for adding custom modules i...

2009-03-25 Thread Jean-Philippe Bernardy
On Wed, Mar 25, 2009 at 1:13 AM, steffen.sier...@googlemail.com wrote: > > >> >  * added experimental support for adding custom modules in ~/.yi/ for use >> > in yi.hs >> >> >  This patch allows placing further private modules in ~/.yi/ to be used >> >  by yi.hs and recompile configuration every

patch applied (yi): Search only for full words on '*' in vim mode

2009-03-25 Thread Nicolas Pouillard
Tue Mar 24 22:31:05 EDT 2009 virap...@gmail.com * Search only for full words on '*' in vim mode M ./Yi/Keymap/Vim.hs -3 +4 M ./Yi/Regex.hs -1 +9 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/y