Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds helper scripts to streamline Julia project setup and execution for the SymbolicAWEModels package. The scripts automate environment configuration, dependency installation, and Julia version management.
Changes:
- Added
bin/run_juliascript to launch Julia with project-specific settings including system image preloading and optimized configurations - Added
bin/installscript to automate project installation, dependency setup, and manifest file management for multiple Julia versions - Added
Manifest-v1.12.tomlto.gitignoreand removed the existing manifest file from version control
Reviewed changes
Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| bin/run_julia | Bash script that sets up environment variables, detects Julia version, handles Linux-specific library preloading, and launches Julia with custom system images and GC thread settings |
| bin/install | Bash script that validates Julia version (1.11 or 1.12), copies default manifests, instantiates the project and sub-projects (examples, test, docs), and precompiles all dependencies |
| .gitignore | Adds the version-specific manifest file to ignore list to prevent it from being committed |
| Manifest-v1.12.toml | Removes the existing manifest file from version control (now gitignored) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 9 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Uh oh!
There was an error while loading. Please reload this page.