Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Move warn #381

Merged
merged 1 commit into from
Jan 10, 2023
Merged

Move warn #381

merged 1 commit into from
Jan 10, 2023

Conversation

FabijanC
Copy link
Collaborator

@FabijanC FabijanC commented Jan 10, 2023

Usage related changes

Development related changes

  • In __init__.py, execute from .util import warn only before warn is called
    • Helps for both Python VM and Rust VM, even though import+warn is executed only with Rust VM

Checklist:

  • Applied formatting - ./scripts/format.sh
  • No linter errors - ./scripts/lint.sh
  • Performed code self-review
  • Rebased to the last commit of the target branch (or merged it into my branch)
  • Documented the changes
  • Linked the issues which this PR resolves
  • Updated the tests
  • All tests are passing

@FabijanC FabijanC requested a review from mikiw January 10, 2023 12:58
Copy link
Contributor

@mikiw mikiw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

@FabijanC FabijanC merged commit be05be0 into master Jan 10, 2023
@FabijanC FabijanC deleted the move-warn branch January 10, 2023 13:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Execution slower with 0.4.3 than with 0.4.2, regardless of VM
2 participants