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

_toolchain: substitute '+' with 'X' in tool_env_var(). #622

Merged
merged 1 commit into from Jul 17, 2021

Conversation

jfng
Copy link
Member

@jfng jfng commented Jul 16, 2021

tool_env_var("g++") returns "G++", which is not a valid environment variable name.

@codecov
Copy link

codecov bot commented Jul 16, 2021

Codecov Report

Merging #622 (8a0c09f) into master (e974a31) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #622   +/-   ##
=======================================
  Coverage   81.46%   81.46%           
=======================================
  Files          49       49           
  Lines        6446     6446           
  Branches     1287     1287           
=======================================
  Hits         5251     5251           
  Misses       1008     1008           
  Partials      187      187           
Impacted Files Coverage Δ
nmigen/_toolchain/__init__.py 73.68% <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 e974a31...8a0c09f. Read the comment docs.

@whitequark whitequark merged commit abb2642 into amaranth-lang:master Jul 17, 2021
@whitequark
Copy link
Member

Thank you!

@jfng jfng deleted the tool_env_var_X branch July 17, 2021 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants