You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ An unfinished prototype of a recorder of Python programs that produces [CodeTrac
6
6
> Currently it is in a very early phase: we're welcoming contribution and discussion!
7
7
8
8
9
-
### usage
9
+
### Usage
10
10
11
11
you can currently use it directly with
12
12
@@ -18,7 +18,7 @@ python trace.py <path to python file>
18
18
19
19
however you probably want to use it in combination with CodeTracer, which would be released soon.
20
20
21
-
## future directions
21
+
## Future directions
22
22
23
23
The current Python support is an unfinished prototype. We can finish it. In the future, it may be expanded to function in a way to similar to the more complete implementations, e.g. [Noir](https://github.com/blocksense-network/noir/tree/blocksense/tooling/tracer).
24
24
@@ -49,14 +49,14 @@ It would be useful to have a way to record in detail only certain periods of the
49
49
we plan on expanding the [trace format](https://github.com/metacraft-labs/runtime_tracing/) and CodeTracer' support, so that this is possible. It would let one be able to record interesting
50
50
parts of even long-running or more heavy programs.
51
51
52
-
### Cooperation
52
+
### Contributing
53
53
54
-
We'd be very happy if the community finds this useful, and if anyone wants to
54
+
We'd be very happy if the community finds this useful, and if anyone wants to:
55
55
56
-
*Cooperate with us on supporting/advancing the Python support or CodeTracer
57
-
*Contribute Python support or anything else to this trace or to [CodeTracer](https://github.com/metacraft-labs/CodeTracer)
58
-
*Just discuss various ideas with us: here, in the issue tracker, or in our [discord](https://discord.gg/qSDCAFMP)
59
-
*Use and test the ruby support or CodeTracer
56
+
*Use and test the Python support or CodeTracer.
57
+
*Provide feedback and discuss alternative implementation ideas: in the issue tracker, or in our [discord](https://discord.gg/qSDCAFMP).
58
+
*Contribute code to enhance the Python support of CodeTracer.
59
+
*Provide [sponsorship](https://opencollective.com/codetracer), so we can hire dedicated full-time maintainers for this project.
0 commit comments