Skip to content

Commit

Permalink
remove other spurious gating comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Jul 6, 2024
1 parent ad22d35 commit 79624fe
Show file tree
Hide file tree
Showing 29 changed files with 169 additions and 128 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.long.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

1155 merges; 201 releases
1156 merges; 201 releases



Expand All @@ -18,6 +18,21 @@ Published tags:



 

 

## [Untagged] - 7/6/2024 12:23:37 PM

Commit [ad22d350f0b2e431d8e1ecf9c5a7ccf942b4eb3f](https://github.com/StoneCypher/jssm/commit/ad22d350f0b2e431d8e1ecf9c5a7ccf942b4eb3f)

Author: `John Haugeland <[email protected]>`

* remove spurious gating comparison




&nbsp;

&nbsp;
Expand Down
34 changes: 17 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

1155 merges; 201 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
1156 merges; 201 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)



Expand All @@ -18,6 +18,21 @@ Published tags:



&nbsp;

&nbsp;

## [Untagged] - 7/6/2024 12:23:37 PM

Commit [ad22d350f0b2e431d8e1ecf9c5a7ccf942b4eb3f](https://github.com/StoneCypher/jssm/commit/ad22d350f0b2e431d8e1ecf9c5a7ccf942b4eb3f)

Author: `John Haugeland <[email protected]>`

* remove spurious gating comparison




&nbsp;

&nbsp;
Expand Down Expand Up @@ -173,19 +188,4 @@ Commit [9f66ad098eebac8e268b57e951ac4b9edf315c1f](https://github.com/StoneCypher

Author: `John Haugeland <[email protected]>`

* Data and initial_state coexist. fixes StoneCypher/fsl#1293




&nbsp;

&nbsp;

## [Untagged] - 3/25/2024 6:28:53 PM

Commit [2a1093e60b014bded73359d7a001381c18670c2c](https://github.com/StoneCypher/jssm/commit/2a1093e60b014bded73359d7a001381c18670c2c)

Author: `John Haugeland <[email protected]>`

* Still rejects absent start state despite start_states_no_enforce. fixes StoneCypher/fsl#1291
* Data and initial_state coexist. fixes StoneCypher/fsl#1293
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
* Generated for version 5.98.5 at 7/6/2024, 12:23:22 PM
* Generated for version 5.98.6 at 7/6/2024, 12:29:17 PM
-->
# jssm 5.98.5
# jssm 5.98.6

Easy. Small. Fast. TS, es6, es5. Node, Browser. 100% coverage. Property
tests. Fuzz tests. Language tests for a dozen languages and emoji. Easy to
Expand Down
4 changes: 2 additions & 2 deletions dist/deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
* Generated for version 5.98.5 at 7/6/2024, 12:23:22 PM
* Generated for version 5.98.6 at 7/6/2024, 12:29:17 PM
-->
# jssm 5.98.5
# jssm 5.98.6

Easy. Small. Fast. TS, es6, es5. Node, Browser. 100% coverage. Property
tests. Fuzz tests. Language tests for a dozen languages and emoji. Easy to
Expand Down
2 changes: 1 addition & 1 deletion dist/deno/jssm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es6/fsl_parser.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es6/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const version = "5.98.5", build_time = 1720293702616;
const version = "5.98.6", build_time = 1720294042824;
export { version, build_time };
2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.cjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/jssm.es5.iife.nonmin.cjs

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

4 changes: 2 additions & 2 deletions dist/jssm.es5.nonmin.cjs

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

2 changes: 1 addition & 1 deletion dist/jssm.es6.mjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/jssm.es6.nonmin.cjs

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

88 changes: 44 additions & 44 deletions docs/docs/classes/jssm.Machine.html

Large diffs are not rendered by default.

Loading

0 comments on commit 79624fe

Please sign in to comment.