﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
8034	"""make clean"" compiles bundle"	Greg Couch	Zach Pearson	"When doing ""make clean"" in the mmcif bundle with an error in src/mmcif.pyx, it tries to compile the .pyx file.  It should not do that:
{{{
Executing: devel clean . exit true
Compiling src/mmcif.pyx because it changed.
[1/1] Cythonizing src/mmcif.pyx
warning: src\mmcif.pyx:176:66: Unreachable code

Error compiling Cython file:
------------------------------------------------------------
...
    models = [StructureClass(session, name=file_name, c_pointer=p, auto_style=auto_style, log_info=log_info)
              for p in pointers]

    for m in models:
        m.filename = path
        if combine_sym_atoms:
          ^
------------------------------------------------------------
...
}}}}"	defect	closed	blocker	1.5	Build System		fixed						all	ChimeraX
