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

Macro hygeine #390

Merged
merged 1 commit into from
Nov 19, 2020
Merged

Conversation

bramtayl
Copy link
Contributor

I made some fixes for more hygienic macros. It's good to be careful inside esc to interpolate in as much as possible, otherwise, you could accidentally end up referring to something in the user's namespace. In unescaped code, you can refer to things in your namespace safely.

@codecov-io
Copy link

codecov-io commented Oct 24, 2020

Codecov Report

Merging #390 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #390   +/-   ##
=======================================
  Coverage   83.20%   83.20%           
=======================================
  Files          15       15           
  Lines        1280     1280           
=======================================
  Hits         1065     1065           
  Misses        215      215           
Impacted Files Coverage Δ
src/user.jl 95.65% <100.00%> (ø)

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 b44c335...b9f523d. Read the comment docs.

@bramtayl
Copy link
Contributor Author

Bump?

@giordano giordano merged commit 839e30e into PainterQubits:master Nov 19, 2020
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.

3 participants