Skip to content
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

Fixes #13459: Removed tags that accept multiple args from array helper #13695

Merged
merged 1 commit into from
Jan 12, 2019

Conversation

CameronHall
Copy link
Contributor

@CameronHall CameronHall commented Dec 24, 2018

Hello!

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the Contributing Guidelines?
  • I have checked that another pull request for this purpose does not exist.
  • I wrote some tests for this PR.

Small description of change: Removed select, and select_static from array helper in Volt compiler as they accept multiple arguments which can cause the issue presented in #13459

Thanks

@CameronHall CameronHall force-pushed the bugfix/volt-tag-array-helper branch 2 times, most recently from c42a28d to 7fe7393 Compare December 27, 2018 03:07
@CameronHall
Copy link
Contributor Author

@niden this one is also ready for review :)

…y helper

Removed `select`, and `select_static` from array helper.
@codecov
Copy link

codecov bot commented Jan 12, 2019

Codecov Report

Merging #13695 into 4.0.x will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##            4.0.x   #13695      +/-   ##
==========================================
- Coverage   66.08%   66.08%   -0.01%     
==========================================
  Files         396      396              
  Lines       88253    88251       -2     
==========================================
- Hits        58321    58319       -2     
  Misses      29932    29932
Impacted Files Coverage Δ
ext/phalcon/mvc/view/engine/volt/compiler.zep.c 68.94% <0%> (-0.03%) ⬇️

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 28ebca5...eb2e482. Read the comment docs.

@niden niden merged commit 0fed8b0 into phalcon:4.0.x Jan 12, 2019
@niden
Copy link
Member

niden commented Jan 12, 2019

@CameronHall Thank you!

@niden niden added the documentation Documentation required label Apr 9, 2019
@niden niden added 4.0 and removed documentation Documentation required labels Oct 13, 2019
@CameronHall CameronHall deleted the bugfix/volt-tag-array-helper branch October 24, 2019 11:36
@niden niden added bug A bug report status: low Low and removed Bug - Low labels Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: low Low
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants