xo-pyjit: minor -- drop printing to procrastinate on compiler nit
This commit is contained in:
parent
f8b7314055
commit
94d0391585
2 changed files with 4 additions and 2 deletions
|
|
@ -19,6 +19,8 @@ $ xo-build --clone --configure --build --install xo-jit
|
|||
$ xo-build --clone --configure --build --install xo-pyutil
|
||||
$ xo-build --clone --configure --build --install xo-pyexpression
|
||||
```
|
||||
note: can use `xo-build -n` to dry-run here
|
||||
|
||||
### copy `xo-pyjit` repository locally
|
||||
```
|
||||
$ xo-build --clone xo-pyjit
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@ namespace xo {
|
|||
x.print(ss);
|
||||
return buf;
|
||||
})
|
||||
.def("__repr__",
|
||||
&Jit::display_string)
|
||||
// .def("__repr__",
|
||||
// &Jit::display_string)
|
||||
;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue