[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] incorrect warning during compilation
From: |
Felix Winkelmann |
Subject: |
Re: [Chicken-hackers] incorrect warning during compilation |
Date: |
Fri, 27 Jun 2014 22:33:50 +0200 (CEST) |
From: Moritz Heidkamp <address@hidden>
Subject: Re: [Chicken-hackers] incorrect warning during compilation
Date: Fri, 27 Jun 2014 18:01:51 +0200
> Hi,
>
> Felix Winkelmann <address@hidden> writes:
>> So, I can't think of a solution that answers all of your questions.
>> I would go with the scheme-pointer.
>>
>> We could add another foreign type, that accepts strings but doesn't
>> copy. I'll look into that.
>
> how about extending the [nonnull-]scheme-pointer type to be
> parameterizable like [nonnull-]c-pointer so that Kristian could use
> (scheme-pointer char) for his case? Would that be possible somehow?
A nice generalization, indeed! Let me try that.
felix
- Re: [Chicken-hackers] incorrect warning during compilation, (continued)
- Re: [Chicken-hackers] incorrect warning during compilation, Felix Winkelmann, 2014/06/25
- Re: [Chicken-hackers] incorrect warning during compilation, Kristian Lein-Mathisen, 2014/06/25
- Re: [Chicken-hackers] incorrect warning during compilation, Felix Winkelmann, 2014/06/27
- Re: [Chicken-hackers] incorrect warning during compilation, Kristian Lein-Mathisen, 2014/06/27
- Re: [Chicken-hackers] incorrect warning during compilation, Felix Winkelmann, 2014/06/27
- Re: [Chicken-hackers] incorrect warning during compilation, Kristian Lein-Mathisen, 2014/06/27
- Re: [Chicken-hackers] incorrect warning during compilation, Jörg F. Wittenberger, 2014/06/27
- Re: [Chicken-hackers] incorrect warning during compilation, Felix Winkelmann, 2014/06/27
- Re: [Chicken-hackers] incorrect warning during compilation, John Cowan, 2014/06/27
- Re: [Chicken-hackers] incorrect warning during compilation, Moritz Heidkamp, 2014/06/27
- Re: [Chicken-hackers] incorrect warning during compilation,
Felix Winkelmann <=