diff --git a/README.md b/README.md index 46e075eb5..1237ec3eb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![npm](https://img.shields.io/badge/npm-1.0.0%E2%80%93beta.18.1-blue.svg)](https://www.npmjs.com/package/@jcubic/lips) ![1.0.0 Complete](https://img.shields.io/github/milestones/progress-percent/jcubic/lips/1?label=1.0.0%20Complete) [![Build and test](https://github.com/jcubic/lips/actions/workflows/build.yaml/badge.svg?branch=devel&event=push)](https://github.com/jcubic/lips/actions/workflows/build.yaml) -[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&2f8d13e3036f59bb15a58f7404be3687)](https://coveralls.io/github/jcubic/lips?branch=devel) +[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&4204263ba923892772263059179311f3)](https://coveralls.io/github/jcubic/lips?branch=devel) [![Join Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jcubic/lips) ![NPM Download Count](https://img.shields.io/npm/dm/@jcubic/lips) ![JSDelivr Download count](https://img.shields.io/jsdelivr/npm/hm/@jcubic/lips) diff --git a/dist/std.min.scm b/dist/std.min.scm index 45476beaf..fdf53fb69 100644 --- a/dist/std.min.scm +++ b/dist/std.min.scm @@ -126,8 +126,6 @@ (define string-append concat) (define = ==) (define remainder %) -(define -inf.0 Number.NEGATIVE_INFINITY) -(define +inf.0 Number.POSITIVE_INFINITY) (define procedure? function?) (define expt **) (define list->vector list->array) diff --git a/dist/std.scm b/dist/std.scm index 740ac1521..05ee5e920 100644 --- a/dist/std.scm +++ b/dist/std.scm @@ -1637,8 +1637,6 @@ (define string-append concat) (define = ==) (define remainder %) -(define -inf.0 Number.NEGATIVE_INFINITY) -(define +inf.0 Number.POSITIVE_INFINITY) (define procedure? function?) (define expt **) (define list->vector list->array) diff --git a/dist/std.xcb b/dist/std.xcb index e3fffe775..6c9acd577 100644 Binary files a/dist/std.xcb and b/dist/std.xcb differ diff --git a/lib/R5RS.scm b/lib/R5RS.scm index 8eef57bfc..edc584bee 100755 --- a/lib/R5RS.scm +++ b/lib/R5RS.scm @@ -24,8 +24,6 @@ (define string-append concat) (define = ==) (define remainder %) -(define -inf.0 Number.NEGATIVE_INFINITY) -(define +inf.0 Number.POSITIVE_INFINITY) (define procedure? function?) (define expt **) (define list->vector list->array)