Skip to content

Multi weaver - #8

Open
lm-sousa wants to merge 5 commits into
stagingfrom
multi-weaver
Open

Multi weaver#8
lm-sousa wants to merge 5 commits into
stagingfrom
multi-weaver

Conversation

@lm-sousa

Copy link
Copy Markdown
Member

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This pull request refactors the FortranWeaver to support multiple weaver instances by explicitly passing the weaver instance through join point constructors, rather than relying on thread-local static access. Additionally, it updates JavaScript dependencies, improves GitHub Actions workflow branch resolution logic, and adds a new Copilot setup workflow.

Changes:

  • Refactored Java joinpoint constructors to accept FortranWeaver parameter and removed static thread-local weaver access
  • Updated JavaScript package dependencies to newer versions
  • Improved GitHub Actions workflows with better branch resolution logic and added Copilot setup steps
  • Fixed ESLint configuration structure by moving tsconfigRootDir to correct location

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
GenericFortranJoinpoint.java Updated constructor to accept FortranWeaver parameter
FProgram.java Updated constructor to accept FortranWeaver parameter
AFortranWeaverJoinPoint.java Added constructor accepting FortranWeaver and getWeaverEngine method override
FortranWeaver.java Removed static getFortranWeaver method and updated getRootJp to pass weaver instance
FortranJoinpoints.java Changed factory from FunctionClassMap to BiFunctionClassMap to support weaver parameter
package.json Updated devDependencies to newer versions and bumped package version to 0.1.0
eslint.config.js Moved tsconfigRootDir to parserOptions and added __dirname definition
nightly.yml Improved branch resolution with priority-based logic and removed unused environment variables
copilot-setup-steps.yml New workflow file for Copilot integration with similar branch resolution logic

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/copilot-setup-steps.yml Outdated
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