-
Notifications
You must be signed in to change notification settings - Fork 42
I1039 Finishes executeFromSelfReg #1055
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b970b89
Implements executeFromSelfReg with tests and corner cases
novamon e0de4ad
Cleanup edge case in graphbuilding
novamon fc5e457
Reapply test fix
novamon 7672ae6
Reapply test fix - shortened names because the name conflicted with t…
novamon 3181763
Reapply cleanup
novamon d5fdea5
Reapply Coll[Byte] corner case test showing different behavior. i.e. …
novamon 9a5f73e
Update IThrows test to pass correctly if not blocked by the exception…
novamon df49f2c
Update IReduct test to pass barring no exception thrown.
novamon 48276d3
Update CCorner to again, match appropriate value barring thrown excep…
novamon cab77dd
remove unused script in tests
novamon f3cfdfe
Added appropriate check to DeserializeRegister, clean up tests
novamon 35af418
get rid of warnings
novamon 6b6f6c4
finish tests for proper default value forcing and invalid register
novamon 9660bb7
Update LangSpec.md adding executeFromVar and executeFromSelfReg
novamon 460f02e
correct LangSpec.md documentation
novamon 08f3c03
Update github actions to v4
novamon 92e7665
Update github actions release
novamon c7d8f46
Remove out of order code block
novamon d006353
Reapply edge case check, tests
novamon c7ae11a
Cleanup
novamon 58b6c32
relax default to T instead of Option[T]. Add test from jozanek for ty…
novamon 161e360
Update LandSpec.md to suit change in default value
novamon 7cfdf17
remove unneeded imports.
novamon adf9521
Change executeFromSelfReg to executeFromSelfRegWithDefault, add execu…
novamon 8c33977
Cleanup
novamon 873f8ef
More cleanup
novamon 869b079
Add AST Reflection to sigma.SigmaDataReflection.
novamon 8eb10f3
Remove trailing ,
novamon 762e2f2
Remove default empty value from bare version of executeFromSelfReg. U…
novamon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,15 +12,15 @@ jobs: | |
name: Publish release to Sonatype | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Setup Java and Scala | ||
uses: olafurpg/setup-scala@v10 | ||
with: | ||
java-version: [email protected] | ||
|
||
- name: Cache sbt | ||
uses: actions/cache@v2 | ||
uses: actions/cache@v4 | ||
with: | ||
path: | | ||
~/.sbt | ||
|
@@ -29,7 +29,7 @@ jobs: | |
~/.cache/coursier/v1 | ||
~/AppData/Local/Coursier/Cache/v1 | ||
~/Library/Caches/Coursier/v1 | ||
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} | ||
key: ${{ runner.os }}-sbt-cache-v4-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} | ||
|
||
- name: Setup NPM | ||
uses: actions/setup-node@v3 | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.