Skip to content

Commit

Permalink
print callgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 27, 2025
1 parent d86c707 commit 76160a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ jobs:

# - run: cat out/mill-selective-execution.json
- run: ./mill -i --debug -k selective.prepare 'example.javalib.basic[1-simple].native.server.test'
- run: cat out/mill-build/methodCodeHashSignatures.dest/current/4-methodCodeHashes.json | jq '.["build_.dist.package_$native$.$anonfun$executableRaw$8(os.Path,scala.collection.immutable.Seq,java.io.OutputStream)void"]'
- run: cat out/mill-build/methodCodeHashSignatures.dest/current/4-methodCodeHashes.json | jq '.["build_.dist.package_$native$.$anonfun$executableRaw$8(os.Path,scala.collection.immutable.Seq,java.io.OutputStream)void"]'
- run: cat out/mill-build/methodCodeHashSignatures.dest/current/5-prettyCallGraph.json | jq '.["def build_.dist.package_$native$.$anonfun$executableRaw$8(os.Path,scala.collection.immutable.Seq,java.io.OutputStream)void"]'


# - run: cat out/mill-selective-execution.json
# - run: ./mill -i -k selective.resolve 'example.javalib.basic[1-simple].native.server.test'
Expand Down

0 comments on commit 76160a3

Please sign in to comment.