bolognam
bolognam
I'm consistently getting segfaults in both Windows 10 and Ubuntu 20.04 on Julia 1.8.0 when running my ODE solves compared to Julia 1.7.2. I've tried the latest in Sundials (v4.10.0)...
This issue is a duplicate of #210, with the same precompile stack trace (provided below). ``` julia> import Pkg; Pkg.precompile() Precompiling project... ✗ BinaryProvider 0 dependencies successfully precompiled in 8...
**Is your feature request related to a problem? Please describe.** For economic modeling in ModelingToolkit, `DiscreteSystem` was an option but was missing certain features compared to current macroeconomic modeling techniques....
**Describe the bug 🐞** I have two models that I believe are identical but one gives a missing variable error message while the other works as expected. **Expected behavior** The...
I haven't gotten to test macOS, but I'll hold the assumption that was true. Due to recent updates in issue #200 and PR #226, it seems like Windows is now...
I believe the following DLL files in the `\bin\win64\` directory of MATLAB have issues in locked-down Windows (i.e. without administrator privileges): libgit2.dll libssh2.dll This causes julia to fail with stacktraces...
Use `strdup` for string safety. @topolarity also saw that `lib` wasn't being handled properly, and that if this function doesn't finish then there's a memory leak.