Skip to content
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

Integrating the Fallback Libraries to SCTK. #3476

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

35C4n0r
Copy link
Collaborator

@35C4n0r 35C4n0r commented Jul 31, 2023

This PR integrates

to SCTK.
To do this, we will simply use a try-catch block with ImportError.

Fixes #3210

Signed-off-by: 35C4n0r jaykumar20march@gmail.com

- made changes in match_unknown.py and match_aho.py to fallback to ahocode.

Signed-off-by: 35C4n0r <jaykumar20march@gmail.com>
- added imports in spans.py, index.py, match_unknown.py and match_set.py to fallback to ahocode.

Signed-off-by: 35C4n0r <jaykumar20march@gmail.com>
@35C4n0r 35C4n0r changed the title ref: added logic to fallback to ahocode Integrating the Fallback Libraries to SCTK. Jul 31, 2023
@35C4n0r 35C4n0r self-assigned this Jul 31, 2023
@35C4n0r 35C4n0r marked this pull request as draft July 31, 2023 16:12
@35C4n0r 35C4n0r added the GSoC label Jul 31, 2023
Signed-off-by: 35C4n0r <jaykumar20march@gmail.com>
- Added try catch blocks for import.

Signed-off-by: Jay <jaykumar20march@gmail.com>
Signed-off-by: Jay <jaykumar20march@gmail.com>
Signed-off-by: Jay <jaykumar20march@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Maximize portability by using fallback pure-python libraries
1 participant