Skip to content

Commit

Permalink
(devel/R-debugme) Updated 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
# debugme 1.2.0

* debugme now does not instrumented code multiple times, this
  could happen if environments were referenced from multiple
  places (#15).

* debugme now correctly instruments functions with attributes,
  the attributes are kept now. Some packages, e.g. `assertthat` create
  such functions.

* debugme now supports debug levels. Relatedly, `debugme()` has a
  `level` argument now (#49, @krlmlr).

* debugme now correctly instruments functions with `NULL` body
  and functions with no arguments.

* Nested calls are printed better now, with indentation (#44, @krlmlr).

* `debugme()` now re-reads the `DEBUGME` environment variable
  (#45, @krlmlr).

* New `DEBUGME_SHOW_TIMESTAMP` environment variable to hide timestamp
  output for reproducibility (#49, @krlmlr).

* debugme now does not change the random seed (#50).
  • Loading branch information
mef committed Oct 18, 2024
1 parent d6c74a3 commit 8e6a321
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/R-debugme/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2024/01/20 02:10:16 mef Exp $
# $NetBSD: Makefile,v 1.2 2024/10/18 12:16:12 mef Exp $

R_PKGNAME= debugme
R_PKGVER= 1.1.0
R_PKGVER= 1.2.0
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions devel/R-debugme/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2024/01/20 02:10:16 mef Exp $
$NetBSD: distinfo,v 1.2 2024/10/18 12:16:12 mef Exp $

BLAKE2s (R/debugme_1.1.0.tar.gz) = 878bd1df2e6f65a33a3d3cc5d61318c32734ba205d04f147f35c95afd254af68
SHA512 (R/debugme_1.1.0.tar.gz) = d11d8d54b22d051f617b17c08eb37d67c4c8995707025d612b7da28d67aa52893a68e75cd271a4706227cfc5473d70e05b36cda34d31ed3709b6f4bc3f64623f
Size (R/debugme_1.1.0.tar.gz) = 997266 bytes
BLAKE2s (R/debugme_1.2.0.tar.gz) = f4e3a9ad88e60ff9bf078917fb8342e61857bb9ab1b4c5b422b6254f82fb873c
SHA512 (R/debugme_1.2.0.tar.gz) = f80068847a4828b6436bb126d3beca3984475fd8fb5860596a1725079ea798c57731e8478448933bf2d01ed33eeb1055b14b129c240b5f9a1df78a563125822f
Size (R/debugme_1.2.0.tar.gz) = 14212 bytes

0 comments on commit 8e6a321

Please sign in to comment.