unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Andy Wingo <wingo@pobox.com>
To: Stefan Israelsson Tampe <stefan.itampe@gmail.com>
Cc: 21013-done@debbugs.gnu.org
Subject: bug#21013: Evaluation expression from C assumes that lambda is present
Date: Fri, 24 Jun 2016 09:53:51 +0200	[thread overview]
Message-ID: <87inwzhvjk.fsf@pobox.com> (raw)
In-Reply-To: <CAGua6m2S9E=jp-RO2L=aZcbtYJr5WNB6-ZT8nB9Kk=N2YmA-RA@mail.gmail.com> (Stefan Israelsson Tampe's message of "Wed, 8 Jul 2015 20:48:38 +0200")

On Wed 08 Jul 2015 20:48, Stefan Israelsson Tampe <stefan.itampe@gmail.com> writes:

> When using the profiler in a pure module ,profile does not work
>
> The reason is that in 
> scmsigs.c, 
>
> At an evaluation occurs from C e.g.
>
> static SCM
> close_1 (SCM proc, SCM arg)
> {
> return scm_primitive_eval_x (scm_list_3 (scm_sym_lambda, SCM_EOL,
> scm_list_2 (proc, arg)));
> }

Amusing!  I tried to work around this use of `eval' but I can't because
there's too much C sclerosis.  Instead I switched to use scm_eval and
specified a module; should fix the issue.

Andy





      reply	other threads:[~2016-06-24  7:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-08 18:48 bug#21013: Evaluation expression from C assumes that lambda is present Stefan Israelsson Tampe
2016-06-24  7:53 ` Andy Wingo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87inwzhvjk.fsf@pobox.com \
    --to=wingo@pobox.com \
    --cc=21013-done@debbugs.gnu.org \
    --cc=stefan.itampe@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).