[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#459401: marked as done (ITP: c-repl -- read-eval-print loop for C)



Your message dated Fri, 11 Jan 2008 18:54:24 +0000
with message-id <E1JDP1M-0005h8-BU@ries.debian.org>
and subject line Bug#459401: fixed in c-repl 0.0.20071223-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: wnpp
Owner: "Robert S. Edmonds" <edmonds@debian.org>
Severity: wishlist

* Package name    : c-repl
  Version         : 0.0.20071223
  Upstream Author : Evan Martin
* URL             : http://neugierig.org/software/c-repl/
* License         : BSD
  Programming Lang: C, Ruby
  Description     : read-eval-print loop for C

 Many programming languages come with a REPL (read-eval-print loop), which
 allows you to type in code line by line and see what it does. This is quite
 useful for prototyping, experimentation, and debugging code.  
 .
 Other programming languages, and especially C, use a "compile-run" model,
 and don't provide a REPL. Let's fix that.
 .
 This approach is actually more of a read-eval loop, as c-repl doesn't know
 anything about the types and parse trees of the code it's running. But
 unlike other approaches to solving the "C interpreter" problem, c-repl
 works directly with unmodified libraries and system headers.  
 .
 This means you can experiment with a new library without writing a test
 program or any bindings. Or just use it as a simple calculator, content in
 knowing it is much faster than your neighbors using irb, like driving a
 Ferarri on city streets.

-- 
Robert Edmonds
edmonds@debian.org

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: c-repl
Source-Version: 0.0.20071223-1

We believe that the bug you reported is fixed in the latest version of
c-repl, which is due to be installed in the Debian FTP archive:

c-repl_0.0.20071223-1.diff.gz
  to pool/main/c/c-repl/c-repl_0.0.20071223-1.diff.gz
c-repl_0.0.20071223-1.dsc
  to pool/main/c/c-repl/c-repl_0.0.20071223-1.dsc
c-repl_0.0.20071223-1_amd64.deb
  to pool/main/c/c-repl/c-repl_0.0.20071223-1_amd64.deb
c-repl_0.0.20071223-1_i386.deb
  to pool/main/c/c-repl/c-repl_0.0.20071223-1_i386.deb
c-repl_0.0.20071223.orig.tar.gz
  to pool/main/c/c-repl/c-repl_0.0.20071223.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 459401@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Robert S. Edmonds <edmonds@debian.org> (supplier of updated c-repl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 06 Jan 2008 02:07:20 -0500
Source: c-repl
Binary: c-repl
Architecture: amd64 i386 source 
Version: 0.0.20071223-1
Distribution: unstable
Urgency: low
Maintainer: Robert S. Edmonds <edmonds@debian.org>
Changed-By: Robert S. Edmonds <edmonds@debian.org>
Description: 
 c-repl     - read-eval-print loop for C
Closes: 459401
Changes: 
 c-repl (0.0.20071223-1) unstable; urgency=low
 .
   * Initial release; closes: #459401.
     - Modify upstream repl script to run with helpers in /usr/lib/c-repl.
     - Store temporary DSOs in a /tmp directory and delete on exit.
     - Rename the 'repl' script to 'c-repl' to match the package name.
Files: 
 073d8e0baaa121b7c7c68227afae53a5 5209 interpreters extra c-repl_0.0.20071223.orig.tar.gz
 156b1928dbcc950d386ce70c62a94796 4001 interpreters extra c-repl_0.0.20071223-1.diff.gz
 767c6ff7e622e00c70f3a9edde29e105 9850 interpreters extra c-repl_0.0.20071223-1_amd64.deb
 4e3923b8c0a23387e7a63c07c06c3d2a 585 interpreters extra c-repl_0.0.20071223-1.dsc
 b4619f623df8ac16ea0a9c06281b6d96 9548 interpreters extra c-repl_0.0.20071223-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHgH8gdp+/SHMBQJERAsS0AKCRtU/iM6UJjw39rIqoMTcz83Om4gCfTlGx
rZvj+qN+sEMC82Ls5BZuSAU=
=FDVp
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: