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

Fix execution in Python 3.11 #2002

Merged
merged 4 commits into from
Jun 27, 2023
Merged

Fix execution in Python 3.11 #2002

merged 4 commits into from
Jun 27, 2023

Conversation

elopez
Copy link
Member

@elopez elopez commented Jun 26, 2023

This fixes the following error:

ValueError: mutable default <class 'slither.utils.loc.LoCInfo'> for field src is not allowed: use default_factory

This fixes the following error:

  ValueError: mutable default <class 'slither.utils.loc.LoCInfo'> for field src is not allowed: use default_factory
This keeps CI jobs reasonable in PRs while testing the full set of
versions in the scheduled jobs and merges to dev and master.
@elopez elopez changed the base branch from master to dev June 26, 2023 22:17
@elopez elopez marked this pull request as ready for review June 27, 2023 12:01
@0xalpharush 0xalpharush merged commit b12a167 into dev Jun 27, 2023
83 checks passed
@0xalpharush 0xalpharush deleted the dev-fix-dataclass branch June 27, 2023 13:06
@mimoo
Copy link

mimoo commented Jun 27, 2023

still getting that error: #2005

EDIT: oh, 9 hours ago : ))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants