Skip to content

Replace getkey with get#95

Merged
asinghvi17 merged 3 commits intoJuliaDynamics:masterfrom
LilithHafner:patch-1
May 2, 2026
Merged

Replace getkey with get#95
asinghvi17 merged 3 commits intoJuliaDynamics:masterfrom
LilithHafner:patch-1

Conversation

@LilithHafner
Copy link
Copy Markdown
Contributor

This eliminates one dictionary lookup in the case where highway_type is a key in DEFAULT_XXX, and avoids the use of getkey, an obscure function that is less likely to be as well maintained or efficiently implemented as get.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 14, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (3920379) 80.10% compared to head (ad80a50) 80.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #95   +/-   ##
=======================================
  Coverage   80.10%   80.10%           
=======================================
  Files          15       15           
  Lines        1141     1141           
=======================================
  Hits          914      914           
  Misses        227      227           
Impacted Files Coverage Δ
src/parse.jl 88.88% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@LilithHafner
Copy link
Copy Markdown
Contributor Author

Bump

Copy link
Copy Markdown
Member

@asinghvi17 asinghvi17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, as this was approved by previous maintainers it seems fine to merge

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (master@505a73c). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #95   +/-   ##
=========================================
  Coverage          ?   83.43%           
=========================================
  Files             ?       14           
  Lines             ?     1141           
  Branches          ?        0           
=========================================
  Hits              ?      952           
  Misses            ?      189           
  Partials          ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@asinghvi17 asinghvi17 merged commit 06e18ea into JuliaDynamics:master May 2, 2026
4 of 5 checks passed
Sign up for free to 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.

4 participants