Skip to content

Misc fixes to translations. - #130

Open
jonathf wants to merge 3 commits into
masterfrom
dev2
Open

Misc fixes to translations.#130
jonathf wants to merge 3 commits into
masterfrom
dev2

Conversation

@jonathf

@jonathfjonathf commented Oct 21, 2017

Copy link
Copy Markdown
Owner

From #125:
Add a -1 to auxillary variables when in Set.

From #126:
Bugfix for auxillary variables in Set.

From #128:
Reserved name Get_sum bugfix: vectorize:() -> vectorise::()

From #128 and #129:
Exploit equivalence of a (Var) and a(:) (Get, Colon) in MatLab to read the latter as the former.

@taiwuchian, let me know how these fixes works.

@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #130 into master will decrease coverage by 0.22%.
The diff coverage is 46.15%.

Impacted file tree graph

@@ Coverage Diff @@## master #130 +/- ##
==========================================
- Coverage 50.65% 50.43% -0.23% 
==========================================
Files 96 96 Lines 6947 6960 +13 Branches 1788 1792 +4 ==========================================
- Hits 3519 3510 -9 - Misses 2975 3002 +27 + Partials 453 448 -5
Impacted FilesCoverage Δ
src/matlab2cpp/node/frontend.py94.44% <ø> (ø)⬆️
src/matlab2cpp/rules/mat.py3.7% <0%> (-3.06%)⬇️
src/matlab2cpp/tree/variables.py35.24% <100%> (+0.5%)⬆️
src/matlab2cpp/node/backend.py57.43% <100%> (+0.68%)⬆️
src/matlab2cpp/rules/_reserved.py23.01% <100%> (ø)⬆️
src/matlab2cpp/rules/armadillo.py57.37% <66.66%> (-6.56%)⬇️
src/matlab2cpp/rules/cube.py16.66% <0%> (-5.56%)⬇️
src/matlab2cpp/configure/armadillo.py16.88% <0%> (-3.9%)⬇️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e9e4e87...6ab9331. Read the comment docs.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jonathf@codecov-io