-
Notifications
You must be signed in to change notification settings - Fork 468
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
Fix ci #2090
Closed
Closed
Fix ci #2090
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
std::exp returns Inf
initialize banner size
memoization, to reset autozoom when angle unit or complex format are changed
memoizationOverflows
improve performances
m_memoizedNumberOfActiveFunctions is negative
Fix fuzzer crash: in grapher, enter f(x)=tan(tan(tan(tan(tan(tan(tan(tan(c-4) g(x)=0 h(x)=0 then display graph enter 0 open toolbox go to Logic submenu --> see crash Treepool was full when creating layout in 2D. There is no need to try to create layout in 1D, it creates inconsistencies when computing rowHeight: sometimes createLayout in 2D will not fail and sometimes it will, rowHeight will then be inconsistent. In our crash, we see it with memoized sizes.
…enuController::selectSubMenu
Python error tries to print an unknown codepoint, saying in the error message that indeed it is an unknown codepoint. string '/xfb' will be understood as code point /xfb and not code point /, then code point x, etc ... Fix several fuzzer crashes. For example: in python, execute squares, then execute "%%%c"%9979%0
In Calculation::additionalInformations we allow directTrigonometry additional results when angle approx in double in finite, but in TrigonometryListController::setExactAndApproximateExpression we ask for a float angle. Fix fuzzer crash: Settings: Scientific / Degrees Calculation : Enter 12, then tan(Ans×1.2ᴇ1×Ans×9×Ans) two times and check the additional results (on -8.822e-1)
number of siblings
careful in the computeSize of layouts that are dangerous
Binary size analysis
Full detailsApps
N0110
|
FelixNumworks
force-pushed
the
ci-fix
branch
from
September 29, 2023 15:04
24ce967
to
87bc717
Compare
FelixNumworks
force-pushed
the
ci-fix
branch
from
September 29, 2023 15:29
d9502b1
to
b05615a
Compare
FelixNumworks
force-pushed
the
ci-fix
branch
from
September 29, 2023 15:38
b05615a
to
84e5e9a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.