You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In trixi-framework/Trixi.jl#2037, the unused parameter initial_condition was removed from rhs!. In my implementation of a new rhs! method for the covariant solver in #31, should I have a second version that takes initial_condition to maintain compatibility with older Trixi.jl versions? Or should we just change the compat in Project.toml to only be 0.9? I have no problem either way but I was wondering if there's any good reason to support such earlier versions of Trixi.jl.
The text was updated successfully, but these errors were encountered:
Yes, I agree - just update the compatibility section of the Project.toml file accordingly and restrict the development here to the new version of Trixi.jl
In trixi-framework/Trixi.jl#2037, the unused parameter
initial_condition
was removed fromrhs!
. In my implementation of a newrhs!
method for the covariant solver in #31, should I have a second version that takesinitial_condition
to maintain compatibility with older Trixi.jl versions? Or should we just change the compat in Project.toml to only be 0.9? I have no problem either way but I was wondering if there's any good reason to support such earlier versions of Trixi.jl.The text was updated successfully, but these errors were encountered: