Re: darcs patch: Fix the GHC.Base.inline builtin rule

2007-04-27 Thread Brian Alliet
On Mon, Apr 23, 2007 at 08:07:07AM +0100, Simon Peyton-Jones wrote: > How are you using 'inline'? I was trying to get the various unpackCString# rules to work with strings with non-ascii characters (the desugarer turns them into unpackCStringUtf8# which doesn't have the foldr/build rules). I wante

RE: darcs patch: Fix the GHC.Base.inline builtin rule

2007-04-23 Thread Simon Peyton-Jones
e : _) I'll do a revised patch and add some more comments. Thanks again. Think about a regression test. Simon -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Alliet | Sent: 20 April 2007 13:16 | To: cvs-ghc@haskell.org | Subject: darcs

darcs patch: Fix the GHC.Base.inline builtin rule

2007-04-20 Thread Brian Alliet
Fri Apr 20 08:07:21 EDT 2007 Brian Alliet <[EMAIL PROTECTED]> * Fix the GHC.Base.inline builtin rule This rule wasn't working for two reasons a) inlineIdName wasn't in basicKnownKeyNames b) The rule function wasn't taking into account the type argument New patches: [Fix the GHC.