-
Notifications
You must be signed in to change notification settings - Fork 393
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
Frontend refactor -- ipython_wrapper for decorator output, setup work for ipython-algorithmic codegen #164
Conversation
Title: it is somewhat hard to understand what "FE" is, and it denies to find this PR from the keyword search. |
Since I'm working on the company and have limited time to work on this repository, could you re-request reviews after finishing all modifications? |
LatexifiedFunction
out
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.
This change involves ipython_wrappers
too, but the title doesn't point to this and there's no blocker in the description.
LatexifiedFunction
out
Not sure what you mean by this. I don't think these changes are blocked by anything |
I meant that if this change intended to introduce only separating get_latex, it is weird that there is no blocked_by items in the description. |
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.
Only trivial fixes
Co-authored-by: Yusuke Oda <yusuke.oda@predicate.jp>
Co-authored-by: Yusuke Oda <yusuke.oda@predicate.jp>
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.
Maybe this is the last
Co-authored-by: Yusuke Oda <yusuke.oda@predicate.jp>
Co-authored-by: Yusuke Oda <yusuke.oda@predicate.jp>
Co-authored-by: Yusuke Oda <yusuke.oda@predicate.jp>
Co-authored-by: Yusuke Oda <yusuke.oda@predicate.jp>
Hey @ZibingZhang , I noticed that you are committing with at least 2 different accounts. In most cases this means that your local environment does not set the account information correctly. Please check how you set |
Just checked and yup my email address wasn't the same as my GitHub account, thanks for letting me know! I've just fixed it, and it shouldn't be a problem for future commits / PRs. |
Overview
Refactor frontend.
Details
LatexifiedFunction
intoipython_wrapper
also with a new classLatexifiedAlgorithm
(with common base classLatexifiedRepr
IPYTHON_ALGORITHMIC
along with new frontend decorator@algorithmic
References
The first half of this PR: #163
Blocking
Blocking the testing of
IPythonAlgCodegen
(#163), which is why I've extracted this portion out first.Blocked by
None