Skip to content

Commit

Permalink
Merge pull request #536 from StoneCypher/MoreStabsAtTweeting
Browse files Browse the repository at this point in the history
Working on auto-tweeter; no associated issue
  • Loading branch information
StoneCypher committed Sep 12, 2022
2 parents d4e6196 + eedb4a7 commit a7b92f9
Show file tree
Hide file tree
Showing 22 changed files with 240 additions and 142 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/nodejs.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 18.x

- name: Verify the version was bumped
- name: Check full unicode over atoms
run: |
npm install && npm run make && npm run jest-unicode-atom
Expand All @@ -36,7 +36,7 @@ jobs:
with:
node-version: 18.x

- name: Verify the version was bumped
- name: Check full unicode over strings
run: |
npm install && npm run make && npm run jest-unicode-string
Expand All @@ -54,7 +54,7 @@ jobs:
with:
node-version: 18.x

- name: Verify the version was bumped
- name: Check full unicode over action statements
run: |
npm install && npm run make && npm run jest-unicode-action
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- node-version: 17.x
os: ubuntu-latest

runs-on: ${{matrix.os}}
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -200,12 +200,14 @@ jobs:

- name: Tweet notice
run: |
echo "${{toJSON(github.event)}}"
npm install && node ./src/buildjs/tweet.js
env:
JSSM_TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.JSSM_TWITTER_ACCESS_TOKEN_SECRET }}
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
35 changes: 34 additions & 1 deletion CHANGELOG.long.md
Expand Up @@ -2,7 +2,7 @@

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

1067 merges; 159 releases
1069 merges; 159 releases



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



 

 

## [Untagged] - 9/12/2022 7:41:49 AM

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

Author: `John Haugeland <stonecypher@gmail.com>`

Merges [cdaa32e, 9193c2d]

* Merge pull request #535 from StoneCypher/RenameParserAlready
* Change parser name to fsl_parser, fixes StoneCypher/fsl#1201; another stab at Twitter




&nbsp;

&nbsp;

## [Untagged] - 9/12/2022 7:35:32 AM

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

Author: `John Haugeland <stonecypher@gmail.com>`

* Change parser name to fsl_parser, fixes StoneCypher/fsl#1201; another stab at Twitter




&nbsp;

&nbsp;
Expand Down
67 changes: 35 additions & 32 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

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

1067 merges; 159 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
1069 merges; 159 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)



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



&nbsp;

&nbsp;

## [Untagged] - 9/12/2022 7:41:49 AM

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

Author: `John Haugeland <stonecypher@gmail.com>`

Merges [cdaa32e, 9193c2d]

* Merge pull request #535 from StoneCypher/RenameParserAlready
* Change parser name to fsl_parser, fixes StoneCypher/fsl#1201; another stab at Twitter




&nbsp;

&nbsp;

## [Untagged] - 9/12/2022 7:35:32 AM

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

Author: `John Haugeland <stonecypher@gmail.com>`

* Change parser name to fsl_parser, fixes StoneCypher/fsl#1201; another stab at Twitter




&nbsp;

&nbsp;
Expand Down Expand Up @@ -145,34 +178,4 @@ Commit [ead26fe40eeb115a87de151b6d91fc83e9aab2b9](https://github.com/StoneCypher

Author: `John Haugeland <stonecypher@gmail.com>`

* Needed a version bump




&nbsp;

&nbsp;

## [Untagged] - 9/3/2022 5:21:12 PM

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

Author: `John Haugeland <stonecypher@gmail.com>`

* Unicode range tests for actions, very slow, fixes StoneCypher/fsl#1192




&nbsp;

&nbsp;

## [Untagged] - 9/3/2022 5:21:12 PM

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

Author: `John Haugeland <stonecypher@gmail.com>`

* Unicode range tests for actions, very slow, fixes StoneCypher/fsl#1192
* Needed a version bump
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
* Generated for version 5.84.0 at 9/12/2022, 7:24:44 AM
* Generated for version 5.84.1 at 9/12/2022, 8:25:23 AM
-->
# jssm
Expand Down
2 changes: 1 addition & 1 deletion dist/es6/version.js
@@ -1,2 +1,2 @@
const version = "5.84.0";
const version = "5.84.1";
export { version };
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
Expand Up @@ -19301,7 +19301,7 @@ function peg$parse(input, options) {
}
}

const version = "5.84.0";
const version = "5.84.1";

// 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
Expand Up @@ -19300,7 +19300,7 @@ var jssm = (function (exports) {
}
}

const version = "5.84.0";
const version = "5.84.1";

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

Large diffs are not rendered by default.

0 comments on commit a7b92f9

Please sign in to comment.