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

Progress indicator for cythonize() #382

Merged
merged 2 commits into from
May 22, 2015
Merged

Progress indicator for cythonize() #382

merged 2 commits into from
May 22, 2015

Conversation

jdemeyer
Copy link
Contributor

Implement a simple progress indicator for cythonize():

[  1/411] Cythonizing sage/algebras/letterplace/free_algebra_element_letterplace.pyx
[  3/411] Cythonizing sage/algebras/letterplace/letterplace_ideal.pyx
[  4/411] Cythonizing sage/algebras/quatalg/quaternion_algebra_cython.pyx
[  2/411] Cythonizing sage/algebras/letterplace/free_algebra_letterplace.pyx
[  6/411] Cythonizing sage/calculus/interpolators.pyx
[  7/411] Cythonizing sage/calculus/riemann.pyx
[  8/411] Cythonizing sage/calculus/var.pyx
[  5/411] Cythonizing sage/algebras/quatalg/quaternion_algebra_element.pyx
[  9/411] Cythonizing sage/categories/action.pyx
[ 10/411] Cythonizing sage/categories/category_cy_helper.pyx
warning: sage/misc/classcall_metaclass.pxd:9:4: type already a builtin Cython type
warning: sage/misc/nested_class.pxd:2:4: type already a builtin Cython type
[ 11/411] Cythonizing sage/categories/category_singleton.pyx
[ 12/411] Cythonizing sage/categories/examples/semigroups_cython.pyx
[ 13/411] Cythonizing sage/categories/functor.pyx
[ 14/411] Cythonizing sage/categories/map.pyx
[ 15/411] Cythonizing sage/categories/morphism.pyx
...

@scoder
Copy link
Contributor

scoder commented May 22, 2015

thanks!

scoder added a commit that referenced this pull request May 22, 2015
Progress indicator for cythonize()
@scoder scoder merged commit aac55cf into cython:master May 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants