Skip to content

Commit

Permalink
(devel/R-waldo) Updated 0.2.3 to 0.2.5
Browse files Browse the repository at this point in the history
# waldo 0.2.5

* On platforms without UTF-8 support, strings that differ only in their
  encoding are now correctly considered to be identical (#66).

# waldo 0.2.4

* Additional arguments to `compare()` generate a more informative warning
  (#58).

* Numbers use a better algorithm for picking the number of decimal places to
  show (#63).

* ASTs with identical deparsed strings now show exactly how the AST differs.
  Source references are now more comprehensively stripped using
  `rlang::zap_srcrefs()`

* S3 objects now show the base type, and no longer fails when the types are
  incompatible.
  • Loading branch information
mef committed Jun 6, 2021
1 parent 9001475 commit 21c4508
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/R-waldo/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2020/12/15 05:12:18 mef Exp $
# $NetBSD: Makefile,v 1.3 2021/06/06 13:57:00 mef Exp $

R_PKGNAME= waldo
R_PKGVER= 0.2.3
R_PKGVER= 0.2.5
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
10 changes: 5 additions & 5 deletions devel/R-waldo/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/12/14 03:17:45 mef Exp $
$NetBSD: distinfo,v 1.2 2021/06/06 13:57:00 mef Exp $

SHA1 (R/waldo_0.2.3.tar.gz) = e042cfdd1840565d75b05c7be184095d8f3e541c
RMD160 (R/waldo_0.2.3.tar.gz) = 728c9bb55cd51874b9db158ca98740275c3814b0
SHA512 (R/waldo_0.2.3.tar.gz) = 12f031da15915a608d7f4628b14d0c3dd4f1a59cf33c3389ddd13317f57f18caf9ff3a20d498ce7ecdd96f1a83a65fddb588a4e5fbf76dd1f8f2e477dd3dd093
Size (R/waldo_0.2.3.tar.gz) = 25726 bytes
SHA1 (R/waldo_0.2.5.tar.gz) = 9f9cf9330fc044100bdee305cf37f011923629e8
RMD160 (R/waldo_0.2.5.tar.gz) = 3cec5a6dee3f7971b385835a7d11c618fa7e4efa
SHA512 (R/waldo_0.2.5.tar.gz) = b94540663ece80b62fb423b4016ad7e5a82dd6a6905a1f7a237d0c795fc0823dbb3eeb03db32885ead1d9d6d5e03ac1b90427e7f38556730207d3bf745159131
Size (R/waldo_0.2.5.tar.gz) = 26295 bytes

0 comments on commit 21c4508

Please sign in to comment.