Skip to content

Conversation

NSepahrom1984
Copy link

This pull request includes modifications StockFlow.jl and Rewrite.jl to temporarily disable dependencies and functionality that are not currently in use.

  • The dependency on AlgebraicRewriting has been commented out in Project.toml
  • The import of FinSet has been commented out in StockFlow.jl
  • All function rewrite definitions inside Rewrite.jl have been commented out

These changes are intended to simplify the working version of the repository for integrating new functionality without breaking the current build. The commented code can be restored as needed later.

Saityi
Saityi previously requested changes May 15, 2025
Copy link
Collaborator

@Saityi Saityi left a comment

Choose a reason for hiding this comment

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

@NSepahrom1984 These modifications should probably replace the originals rather than being added in addition to them.

I.e., StockFlow.jl should be in src/, and Rewrite.jl should be in src/syntax/ rather than the root project directory.

We should also remove AlgebraicRewriting from Project.toml. I think you may have forgotten to commit your changes to it?

As-is, StockFlow.jl (the library) still depends on AlgebraicRewriting.jl.

@NSepahrom1984
Copy link
Author

Hi @Saityi,

I’ve made the requested changes:

  • Moved StockFlow.jl to src/
  • Moved Rewrite.jl to src/syntax/
  • Removed AlgebraicRewriting from Project.toml

Please let me know if anything else is needed. Thank you!

@NSepahrom1984
Copy link
Author

Hi @Saityi,
I’ve fixed the filename and committed the changes.
Now the workflows are pending approval.
Please let me know if anything else is needed. Thank you!

@Saityi Saityi dismissed their stale review August 7, 2025 17:58

Addressed

@Saityi Saityi closed this Aug 7, 2025
@Saityi Saityi reopened this Aug 7, 2025
@Saityi Saityi closed this Aug 7, 2025
@Saityi Saityi reopened this Aug 7, 2025
@Saityi Saityi mentioned this pull request Aug 27, 2025
@Saityi
Copy link
Collaborator

Saityi commented Aug 27, 2025

Integrated into #145

@Saityi Saityi closed this Aug 27, 2025
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.

2 participants