ptyin opened a new pull request, #647:
URL: https://github.com/apache/incubator-seata-go/pull/647

   <!--  Thanks for sending a pull request! 
   -->
   
   **What this PR does**:
   Break two import cycles under engine package.
   
   - move `engine/constant` to `constant/constant`. Since constant is such a 
low-level component, it can be needed everywhere.
   - move `process_ctrl/instruction/instruction` to `process_ctrl/instruction`. 
Instruction is deep coupled with process_ctrl, it needs to be extracted into 
the parent package.
   
   
   **Which issue(s) this PR fixes**:
   <!--
   *Automatically closes linked issue when PR is merged.
   Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
   _If PR is about `failing-tests or flakes`, please post the related 
issues/tests in a comment and do not use `Fixes`_*
   -->
   Fixes #646
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to