Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dynamic library loading on successive analyses #17

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

Gaudeval
Copy link
Collaborator

Description

Fixes #9, forcing sbt run and test commands to spawn a new JVM (and thus load the monosat libraries in a clean environment).
Also adds a .gitignore for sbt and PML files.

What type of pull request is this? (check all applicable)

  • Feature
  • Bug Fix
  • Documentation Update
  • Style
  • Code Refactor
  • Performance Improvements
  • Test
  • Build
  • CI
  • Chore (Release)
  • Revert

Related Tickets & Documents

Fixes #9

Added tests?

  • yes
  • no, because they aren't needed
  • no, because I need help

Added to documentation?

  • README.md
  • doc
  • no documentation needed

Do we need to update pml analyzer version?

  • no
  • the pull request is only a bug fix, need a bug fix version update
  • the pull request add new features and ensures retro-compatibility, need a feature addition version update
  • the pull request is not ensuring retro-capatibility, need a major version update
  • not sure, I need help

Is this new version should be released as soon as possible?

  • yes
  • no
  • not sure, I need help

@Gaudeval Gaudeval added the bug Something isn't working label Apr 12, 2024
@kevin-delmas kevin-delmas merged commit 9112754 into master Apr 12, 2024
1 check passed
@kevin-delmas kevin-delmas deleted the 9-fix-runtime-monosat branch December 11, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Runtime error when calling monosat several times
2 participants