Open
Conversation
This is needed because the subprocess `clang++` needs to be able to read `ASAN_OPTIONS` and it won't get passed unless it's exported.
Author
|
@aaronbloomfield when you get the chance to look at this, there are other students running into this issue: https://piazza.com/class/kson5swpsif5qf?cid=456 |
|
Apparently I never unsubscribed myself from this repository :P. Anyway,
This is most likely because Homebrew installed Pandoc 2.x, but some Linux distributions still ship with Pandoc 1.x. I remember running into that issue as well when I installed Pandoc 2 on Windows. Try downgrading to 1.x and seeing if that helps (and if it does, would be great to update the README to reflect that!). |
Author
|
@50Wliu I wonder if it would make sense to also update to Homebrew 2... I'll do some testing on a separate PR, but thanks for the workaround in the meantime! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is needed because the subprocess
clang++needs to be able to readASAN_OPTIONSand it won't get passed unless it's exported.I used the conversion tools but it changed a ton of stuff in other
.htmlfiles, so I only included the relevant change for the.html. Still a little confused on why my setup isn't correctly matching the already generated.htmlfiles, and I'd like to continue contributing, so if you could advise that would be helpful. I installedpandoc,astyle, andsource-highlightwithbrew, so maybe it's installing different versions or maybe I missed a setup part.