-
Notifications
You must be signed in to change notification settings - Fork 56
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
rename jazzct into jasmin-ct, first try #838
Conversation
I think I need to change more stuff. |
CHANGELOG.md
Outdated
@@ -187,7 +187,7 @@ | |||
`a, b = #XCHG(a, b);` to allow swapping the contents of two operands. | |||
([PR #678](https://github.com/jasmin-lang/jasmin/pull/678)). | |||
|
|||
- The Constant-Time security checker is now available as a separate `jazzct` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don’t change the changelog of already released stuff. Please make a new changelog entry.
compiler/Makefile
Outdated
dune build @check entry/jasminc.$(1) entry/jazz2tex.$(1) entry/jazzct.$(1) | ||
ln -sf "_build/default/entry/jasminc.$(1)" jasminc | ||
ln -sf "_build/default/entry/jazz2tex.$(1)" jazz2tex | ||
ln -sf "_build/default/entry/jazzct.$(1)" jazzct | ||
ln -sf "_build/default/entry/jazzct.$(1)" jasmin-ct |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you really want to keep the two names around?
Co-authored-by: Vincent Laporte <Vincent.Laporte@inria.fr> (cherry picked from commit d194fc0)
Co-authored-by: Vincent Laporte <Vincent.Laporte@inria.fr>
No description provided.