Skip to content

Commit

Permalink
Merge pull request #542 from StoneCypher/AddUnicodeTestsForLabels
Browse files Browse the repository at this point in the history
Add unicode tests for labels
  • Loading branch information
StoneCypher authored Sep 13, 2022
2 parents 7d741ba + 771f4c8 commit 581fd8d
Show file tree
Hide file tree
Showing 25 changed files with 410 additions and 187 deletions.
39 changes: 38 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,42 @@ jobs:
unicode-atom-labels:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x

- name: Check full unicode over atom labels
run: |
npm install && npm run make && npm run jest-unicode-atom-label
unicode-string-labels:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x

- name: Check full unicode over string labels
run: |
npm install && npm run make && npm run jest-unicode-string-label
unicode-actions:

runs-on: ubuntu-latest
Expand Down Expand Up @@ -150,7 +186,7 @@ jobs:

if: (github.event.pusher.name == github.event.repository.owner.name) && (github.ref == 'refs/heads/main')

needs: [build, verify-version-bump, unicode-strings, unicode-atoms, unicode-actions]
needs: [build, verify-version-bump, unicode-strings, unicode-atoms, unicode-actions, unicode-atom-labels, unicode-string-labels]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -195,6 +231,7 @@ jobs:
JSSM_TWITTER_API_ACCESS_TOKEN: ${{ secrets.JSSM_TWITTER_API_ACCESS_TOKEN }}
JSSM_TWITTER_API_KEY: ${{ secrets.JSSM_TWITTER_API_KEY }}
JSSM_TWITTER_API_SECRET: ${{ secrets.JSSM_TWITTER_API_SECRET }}
TW_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}



Expand Down
48 changes: 47 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.

1051 merges; 167 releases
1054 merges; 167 releases



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



 

 

## [Untagged] - 9/12/2022 6:52:26 PM

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

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

* Return twitter envvar to GHA yaml




&nbsp;

&nbsp;

## [Untagged] - 9/12/2022 6:52:26 PM

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

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

* that wasn't supposed to be removed...




&nbsp;

&nbsp;

## [Untagged] - 9/12/2022 6:39:19 PM

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

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

* Prevent request of illegal state as start state
* Fixes StoneCypher/fsl#1203, fixes StoneCypher/fsl#1204, fixes StoneCypher/fsl#1205




&nbsp;

&nbsp;
Expand Down
99 changes: 45 additions & 54 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.

1051 merges; 167 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
1054 merges; 167 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)



Expand All @@ -22,13 +22,13 @@ Published tags:

&nbsp;

## [Untagged] - 9/12/2022 3:27:58 PM
## [Untagged] - 9/12/2022 6:52:26 PM

Commit [4b9fefde004f1c1ac5f36ad760105109475af95a](https://github.com/StoneCypher/jssm/commit/4b9fefde004f1c1ac5f36ad760105109475af95a)
Commit [3eb246ddb992372ceca4c0adc9dc45295a0a7177](https://github.com/StoneCypher/jssm/commit/3eb246ddb992372ceca4c0adc9dc45295a0a7177)

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

* expose build date directly on module (also -viz and -demo,) support logging in -demo
* Return twitter envvar to GHA yaml



Expand All @@ -37,15 +37,13 @@ Author: `John Haugeland <[email protected]>`

&nbsp;

<a name="5__85__5" />
## [Untagged] - 9/12/2022 6:52:26 PM

## [5.85.5] - 9/12/2022 3:10:10 PM

Commit [35ad7228d5bb15d963a2e4d9e6e35721cce36b33](https://github.com/StoneCypher/jssm/commit/35ad7228d5bb15d963a2e4d9e6e35721cce36b33)
Commit [3a01b8d7ae2cee185e4f36c90a95338bf30002cb](https://github.com/StoneCypher/jssm/commit/3a01b8d7ae2cee185e4f36c90a95338bf30002cb)

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

* Add build time to module
* that wasn't supposed to be removed...



Expand All @@ -54,15 +52,14 @@ Author: `John Haugeland <[email protected]>`

&nbsp;

<a name="5__85__4" />

## [5.85.4] - 9/12/2022 1:55:57 PM
## [Untagged] - 9/12/2022 6:39:19 PM

Commit [293e2cb9c07734fef562b455d786b7c63ea7647b](https://github.com/StoneCypher/jssm/commit/293e2cb9c07734fef562b455d786b7c63ea7647b)
Commit [37c0bdf33263bf4b9dd60ba329108297cf5ea68f](https://github.com/StoneCypher/jssm/commit/37c0bdf33263bf4b9dd60ba329108297cf5ea68f)

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

* Clean up the gh action a skosh
* Prevent request of illegal state as start state
* Fixes StoneCypher/fsl#1203, fixes StoneCypher/fsl#1204, fixes StoneCypher/fsl#1205



Expand All @@ -71,18 +68,13 @@ Author: `John Haugeland <[email protected]>`

&nbsp;

<a name="5__85__3" />

## [5.85.3] - 9/12/2022 11:25:36 AM
## [Untagged] - 9/12/2022 3:27:58 PM

Commit [87ec233d3511d30358660ad161f932e13eb1738e](https://github.com/StoneCypher/jssm/commit/87ec233d3511d30358660ad161f932e13eb1738e)
Commit [4b9fefde004f1c1ac5f36ad760105109475af95a](https://github.com/StoneCypher/jssm/commit/4b9fefde004f1c1ac5f36ad760105109475af95a)

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

Merges [98b7b14, 6475296]

* Merge pull request #540 from StoneCypher/ReintroduceDisplayText
* Reintroduce display text, lost in a bad merge
* expose build date directly on module (also -viz and -demo,) support logging in -demo



Expand All @@ -91,13 +83,15 @@ Merges [98b7b14, 6475296]

&nbsp;

## [Untagged] - 9/12/2022 11:24:38 AM
<a name="5__85__5" />

Commit [6475296d979dab3d227828b80319d60c4f6ab2f5](https://github.com/StoneCypher/jssm/commit/6475296d979dab3d227828b80319d60c4f6ab2f5)
## [5.85.5] - 9/12/2022 3:10:10 PM

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

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

* Reintroduce display text, lost in a bad merge
* Add build time to module



Expand All @@ -106,18 +100,15 @@ Author: `John Haugeland <[email protected]>`

&nbsp;

<a name="5__85__2" />
<a name="5__85__4" />

## [5.85.2] - 9/12/2022 10:03:27 AM
## [5.85.4] - 9/12/2022 1:55:57 PM

Commit [98b7b14217ea7e83550e4ed15b6b6be80799e246](https://github.com/StoneCypher/jssm/commit/98b7b14217ea7e83550e4ed15b6b6be80799e246)
Commit [293e2cb9c07734fef562b455d786b7c63ea7647b](https://github.com/StoneCypher/jssm/commit/293e2cb9c07734fef562b455d786b7c63ea7647b)

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

Merges [461a287, 0f3025a]

* Merge pull request #539 from StoneCypher/TrimTweet
* Shorten the tweet notice
* Clean up the gh action a skosh



Expand All @@ -126,33 +117,33 @@ Merges [461a287, 0f3025a]

&nbsp;

## [Untagged] - 9/12/2022 9:59:52 AM
<a name="5__85__3" />

Commit [0f3025ae2e484afbda57b5f39f5485c4831e7ce7](https://github.com/StoneCypher/jssm/commit/0f3025ae2e484afbda57b5f39f5485c4831e7ce7)
## [5.85.3] - 9/12/2022 11:25:36 AM

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

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

* Shorten the tweet notice
Merges [98b7b14, 6475296]

* Merge pull request #540 from StoneCypher/ReintroduceDisplayText
* Reintroduce display text, lost in a bad merge



&nbsp;

&nbsp;

<a name="5__85__1" />
&nbsp;

## [5.85.1] - 9/12/2022 9:49:05 AM
## [Untagged] - 9/12/2022 11:24:38 AM

Commit [461a2874583d08da6db68e40b75047682625c73d](https://github.com/StoneCypher/jssm/commit/461a2874583d08da6db68e40b75047682625c73d)
Commit [6475296d979dab3d227828b80319d60c4f6ab2f5](https://github.com/StoneCypher/jssm/commit/6475296d979dab3d227828b80319d60c4f6ab2f5)

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

Merges [2eec2c8, 76d6729]

* Merge pull request #538 from StoneCypher/RemoveYmlEcho
* Remove noisy echo in the YML
* Reintroduce display text, lost in a bad merge



Expand All @@ -161,30 +152,30 @@ Merges [2eec2c8, 76d6729]

&nbsp;

## [Untagged] - 9/12/2022 9:35:11 AM
<a name="5__85__2" />

## [5.85.2] - 9/12/2022 10:03:27 AM

Commit [76d6729a35a3f4eba666ff2d78cd284ed0668edd](https://github.com/StoneCypher/jssm/commit/76d6729a35a3f4eba666ff2d78cd284ed0668edd)
Commit [98b7b14217ea7e83550e4ed15b6b6be80799e246](https://github.com/StoneCypher/jssm/commit/98b7b14217ea7e83550e4ed15b6b6be80799e246)

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

* Remove noisy echo in the YML
Merges [461a287, 0f3025a]

* Merge pull request #539 from StoneCypher/TrimTweet
* Shorten the tweet notice



&nbsp;

&nbsp;

<a name="5__85__0" />
&nbsp;

## [5.85.0] - 9/12/2022 9:22:37 AM
## [Untagged] - 9/12/2022 9:59:52 AM

Commit [2eec2c8b69d3e59cb06d7b0efc34b336e9ecc29a](https://github.com/StoneCypher/jssm/commit/2eec2c8b69d3e59cb06d7b0efc34b336e9ecc29a)
Commit [0f3025ae2e484afbda57b5f39f5485c4831e7ce7](https://github.com/StoneCypher/jssm/commit/0f3025ae2e484afbda57b5f39f5485c4831e7ce7)

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

Merges [a7b92f9, a0b9fb5]

* Merge pull request #537 from StoneCypher/DisplayText
* simple display text function to resolve labels and node names
* Shorten the tweet notice
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
* Generated for version 5.85.6 at 9/12/2022, 6:34:35 PM
* Generated for version 5.85.7 at 9/12/2022, 7:17:57 PM
-->
# jssm
Expand Down
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.85.6", build_time = 1663032793693;
const version = "5.85.7", build_time = 1663035398527;
export { version, build_time };
2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.nonmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -19301,7 +19301,7 @@ function peg$parse(input, options) {
}
}

const version = "5.85.6", build_time = 1663032793693;
const version = "5.85.7", build_time = 1663035398527;

// whargarbl lots of these return arrays could/should be sets
const theme_mapping = new Map();
Expand Down
2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.nonmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -19300,7 +19300,7 @@ var jssm = (function (exports) {
}
}

const version = "5.85.6", build_time = 1663032793693;
const version = "5.85.7", build_time = 1663035398527;

// whargarbl lots of these return arrays could/should be sets
const theme_mapping = new Map();
Expand Down
80 changes: 40 additions & 40 deletions docs/docs/classes/jssm.Machine.html

Large diffs are not rendered by default.

Loading

0 comments on commit 581fd8d

Please sign in to comment.