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

hash changing with nothing else changing in the JSON summary #4569

Closed
jonaslindstr opened this issue Apr 13, 2023 · 3 comments
Closed

hash changing with nothing else changing in the JSON summary #4569

jonaslindstr opened this issue Apr 13, 2023 · 3 comments

Comments

@jonaslindstr
Copy link

          @jonaslindstr if you have a hash changing with nothing else changing in the file, can you open a new issue with the relevant details? Thanks!

Originally posted by @gsoltis in #4494 (comment)

To reproduce:

  1. npx create-turbo@latest
  2. Select default target directory and yarn
  3. cd my-turborepo
  4. yarn lint -F web --summarize (cache miss)
  5. yarn lint -F web --summarize --experimental-env-mode=strict (cache miss)
  6. Compare the summary files: only hash is different
@gsoltis
Copy link
Contributor

gsoltis commented Apr 13, 2023

Ah, gotcha. The experimental env mode is incorporated into the hash, but has not made it into the summary yet. I expect that will happen in a coming revision of the feature though!

@mehulkar
Copy link
Contributor

should be added in #4529, so summary file will show this info also

envMode: envMode,

@mehulkar mehulkar added needs: triage New issues get this label. Remove it after triage owned-by: turborepo and removed needs: triage New issues get this label. Remove it after triage labels Oct 20, 2023
@mehulkar
Copy link
Contributor

Closing this down, since envMode should show up now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants