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

Wrap at-metal's output in a let block. #50

Merged
merged 1 commit into from
Sep 12, 2022
Merged

Wrap at-metal's output in a let block. #50

merged 1 commit into from
Sep 12, 2022

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Sep 12, 2022

This avoids leaking temporary variables, e.g. when working in the REPL.

This avoids leaking temporary variables, e.g. when working in the REPL.
@codecov
Copy link

codecov bot commented Sep 12, 2022

Codecov Report

Merging #50 (b319204) into main (dc295eb) will decrease coverage by 0.13%.
The diff coverage is 71.42%.

@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
- Coverage   75.10%   74.97%   -0.14%     
==========================================
  Files          36       36              
  Lines        1141     1143       +2     
==========================================
  Hits          857      857              
- Misses        284      286       +2     
Impacted Files Coverage Δ
src/compiler/execution.jl 88.88% <71.42%> (-1.55%) ⬇️
lib/core/compile-opts.jl 84.21% <0.00%> (-2.64%) ⬇️
src/compiler/gpucompiler.jl 100.00% <0.00%> (+25.00%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@maleadt maleadt merged commit 02183ee into main Sep 12, 2022
@maleadt maleadt deleted the tb/macro_let branch September 12, 2022 14:09
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.

1 participant