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

Tweak python apps for better Blaze/Bazel compatibility #6823

Merged
merged 6 commits into from
Jun 28, 2022

Commits on Jun 28, 2022

  1. Tweak python apps/tutorials for better Blaze/Bazel compatibility

    - Don't write to current directory (rely on an env var to say where to write)
    - Don't read from arbitrary absolute paths (again, rely on an env var)
    - Drive-by removal of unnecessary #include in Codegen_LLVM.cpp inside a lambda (!)
    steven-johnson committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    de40f02 View commit details
    Browse the repository at this point in the history
  2. Recommended fixes

    steven-johnson committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    914fc3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79cd355 View commit details
    Browse the repository at this point in the history
  4. Revise apps

    steven-johnson committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    7126048 View commit details
    Browse the repository at this point in the history
  5. Remove apps_helpers.py

    steven-johnson committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    6f05edf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffa1401 View commit details
    Browse the repository at this point in the history