Skip to content

Commit

Permalink
Update docs/src/developer/contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored May 13, 2024
1 parent 091f006 commit 5b0d66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/developer/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Convex.jl. Let's say you're adding the new function $f$.
parameters.
- Ensure `evaluate` is only called during the definition of `evaluate` itself, from `conic_form!`, or
on constants or matrices. Specifically, `evaluate` must not be called on a potentially `fix!`'d variable
when the expression tree is being built (e.g. when constructing an atom or reformulating),
when the expression tree is being built (for example, when constructing an atom or reformulating),
since then any changes to the variable's value (or it being `free!`'d) will not be recognized.
See [#653](https://github.com/jump-dev/Convex.jl/issues/653) and [#585](https://github.com/jump-dev/Convex.jl/issues/585)
for previous bugs caused by misuse here.
Expand Down

0 comments on commit 5b0d66f

Please sign in to comment.