Re: [Chicken-hackers] [PATCH] Disable inlining for functions using foreign stubs

2019-06-26 Thread megane
Evan Hanson writes: > Hi megane, > > Thanks, this seems like a good fix for now. > > On 2019-06-23 17:29, megane wrote: >> diff --git a/support.scm b/support.scm >> index f412627d..90635761 100644 >> --- a/support.scm >> +++ b/support.scm >> @@ -769,11 +776,11 @@ >> ((assq

Re: [Chicken-hackers] [PATCH] Disable inlining for functions using foreign stubs

2019-06-26 Thread Evan Hanson
Hi megane, Thanks, this seems like a good fix for now. On 2019-06-23 17:29, megane wrote: > diff --git a/support.scm b/support.scm > index f412627d..90635761 100644 > --- a/support.scm > +++ b/support.scm > @@ -769,11 +776,11 @@ > ((assq 'inlinable plist)) >

Re: [Chicken-hackers] [PATCH] Make chicken-home consider CHICKEN_INSTALL_PREFIX

2019-06-26 Thread Evan Hanson
Hi there, I finally got around to testing this one again, and it works fine on all the Windows platforms without the conditional pathname separator (it also solves the issue with spock when the prefix is overridden), so I've pushed it that way. Cheers, Evan