-
Notifications
You must be signed in to change notification settings - Fork 11
draft: sketched out SO interface CI workflow. #798
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
Draft
tristpinsm
wants to merge
35
commits into
main
Choose a base branch
from
so-interface-ci
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 18 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
df86024
draft: sketched out SO interface CI workflow.
tristpinsm 2bdc678
Initial draft of check_so_interface.py code(in so-interface-ci)
d9718b5
Initial draft of check_so_interface.py code(in so-interface-ci)
a094bfe
Second draft of check_so_interface.py code, still adjusting compare_a…
cde2320
Functional version of code, changes necessary for neatness
506e39e
Check so-interface functions, classes
0a49fca
Temporary changes
ca1f2e0
Better dictionary loops and improved functionality
7d44401
Cleaned, no class checking
e4a8775
Finalizing changes
ac8085c
Checking workflows yaml syntax
1c2b712
Checking workflows 2
3c695a0
Checking workflows 3
a98000d
Checking workflows 4
4559aec
Checking workflows 5
0db56b2
Updating errors, returns
139738b
Intentionally breaking: altering run_iv args
3b8e865
Exceptions, Docstrings, and only one ast.walk
75f6415
Exceptions, comments, minor error fixes
a5405f9
Ubuntu version deprecated fix
be49e5b
Ubuntu version deprecated fix 2
b61ca5d
Fixing ubuntu python 3.8.10 error
0d2f788
Python version change to work ubuntu
df9d979
Python fix, Ubuntu 24.04 not working with Python 3.8.10
6e67d89
fix(workflow): Add quotes to python version string.
tristpinsm 448ebfd
fix(workflow): Bump version of setup-python.
tristpinsm f15c04b
fix(workflow): Use ubuntu-latest.
tristpinsm ef85bd4
fix(workflow): Bump to python 3.9.
tristpinsm 911851e
fix(workflow): Try single quotes...
tristpinsm 7454b55
fix(workflow): python 3.8.12
tristpinsm 869f894
Remove .DS_Store from repository
8476b48
updating my branch
d168701
Fixing exceptions with f-strings
57162fd
Nodes in body check dict index fix
109e306
remove remaining .DS_Store
tristpinsm 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: interface-ci | ||
| on: [pull_request] | ||
| jobs: | ||
| checks-so-interface: | ||
| runs-on: ubuntu-latest | ||
| defaults: | ||
| run: | ||
| working-directory: ./tests/ci | ||
| steps: | ||
| - name: Check out the repository to the runner | ||
| uses: actions/checkout@v4 | ||
| - name: Check SO interface spec | ||
| run: python ./check_so_interface.py |
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
|
Binary file not shown.
Oops, something went wrong.
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.