-
Notifications
You must be signed in to change notification settings - Fork 164
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
Add explanation for workaround of #3346 #3348
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Some minor remarks attached. Is this in three commits on purpose?
21861dd
to
0bf8aa0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Making Problems specific to Windows
more visible looks good to me. I didn't know that The ^-key or "-key cannot be entered
may also happen on other systems.
Looks good to me, although I can't check all macOS instructions. Note that on my Mac I have to call make
with CFLAGS
as below:
export CC=/usr/local/bin/gcc-7
./configure --with-readline=/usr/local/opt/readline/
make CFLAGS="-isystem /usr/local/opt/readline/include/"
Finally, would be nice to change OS X
to macOS
which is now the official name.
673e19e
to
c7f1316
Compare
No not on purpose I just was not aware of the right workflows, I squashed them. |
c7f1316
to
b39e5d9
Compare
@alex-konovalov I've also changed OS X to macOS. For consistency I changed it in the README.md too. |
@wucas minor thing: your commits show up with different names. One has author |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks pretty good to me; just three minor comments, and a note on the authorship of your commits.
That said, I wouldn't complain if we merged this as-is either shrug
Codecov Report
@@ Coverage Diff @@
## master #3348 +/- ##
==========================================
- Coverage 85.15% 85.15% -0.01%
==========================================
Files 697 697
Lines 344057 344057
==========================================
- Hits 292976 292968 -8
- Misses 51081 51089 +8
|
d027fe8
to
8784bb0
Compare
INSTALL.md: workaround for ˆ-key under OS X change OS X to macOS
3b34c37
to
a4f5aa9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thank you!
Adds an explanation for a workaround for #3346 to INSTALL.md. This way it might be easier to find an explanation if others have the same issue.