Skip to content

Commit

Permalink
fix exceptions from eval #362
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 26, 2024
1 parent 897ae48 commit b430e61
Show file tree
Hide file tree
Showing 9 changed files with 87 additions and 106 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
* fix handling of `|1|1` and `|a|b|c|` symbols
* fix repr of anonymous classes [#361](https://github.com/LIPS-scheme/lips/issues/361)
* fix handling of escape characters in symbols
* fix processing list with nested unquote-splicing [#362](https://github.com/LIPS-scheme/lips/issues/362)
* fix exception during error from eval [#362](https://github.com/LIPS-scheme/lips/issues/362)
* allow to catch exceptions from eval

## 1.0.0-beta.19
### Breaking
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![npm](https://img.shields.io/badge/npm-1.0.0%E2%80%93beta.19-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&2d0c3ee43f697b75703b0d96796a5f20)](https://coveralls.io/github/jcubic/lips?branch=devel)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&7aac2bf43fa6f0db134cff1f7721397a)](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)
Expand Down
51 changes: 22 additions & 29 deletions dist/lips.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 22 additions & 29 deletions dist/lips.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lips.esm.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit b430e61

Please sign in to comment.