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

feat: array access operator #93

Merged
merged 4 commits into from
Aug 20, 2021
Merged

feat: array access operator #93

merged 4 commits into from
Aug 20, 2021

Conversation

erdos
Copy link
Owner

@erdos erdos commented Aug 20, 2021

Add the new bracket operator to access fields with unexpected syntax.

Example: Use a['x-y'] to access a.x-y.

@codecov-commenter
Copy link

codecov-commenter commented Aug 20, 2021

Codecov Report

Merging #93 (bf59ae8) into master (0811a1e) will decrease coverage by 0.03%.
The diff coverage is 96.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
- Coverage   92.50%   92.47%   -0.04%     
==========================================
  Files          24       24              
  Lines        1828     1833       +5     
  Branches      113      114       +1     
==========================================
+ Hits         1691     1695       +4     
  Misses         24       24              
- Partials      113      114       +1     
Impacted Files Coverage Δ
src/stencil/api.clj 91.30% <0.00%> (-2.32%) ⬇️
src/stencil/cleanup.clj 93.66% <ø> (ø)
src/stencil/merger.clj 100.00% <ø> (ø)
src/stencil/model/numbering.clj 94.11% <ø> (ø)
src/stencil/ooxml.clj 100.00% <ø> (ø)
src/stencil/tokenizer.clj 96.87% <ø> (ø)
src/stencil/util.clj 98.38% <ø> (ø)
src/stencil/functions.clj 84.05% <100.00%> (+0.23%) ⬆️
src/stencil/infix.clj 97.20% <100.00%> (+0.11%) ⬆️
src/stencil/model.clj 96.95% <100.00%> (+0.01%) ⬆️
... and 2 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 246cd2a...bf59ae8. Read the comment docs.

@erdos erdos merged commit afcd15e into master Aug 20, 2021
@erdos erdos deleted the feat-array-access-op branch August 20, 2021 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request syntax template language syntax
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants