python / cpython

The Python programming language
https://www.python.org
Other
63.39k stars 30.35k forks source link

plugin project generation has problems #35773

Closed jackjansen closed 22 years ago

jackjansen commented 22 years ago
BPO 494572
Nosy @loewis, @warsaw, @jackjansen

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = created_at = labels = ['OS-mac'] title = 'plugin project generation has problems' updated_at = user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 494572 keywords = [] message_count = 6.0 messages = ['8298', '8299', '8300', '8301', '8302', '8303'] nosy_count = 3.0 nosy_names = ['loewis', 'barry', 'jackjansen'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue494572' versions = [] ```

jackjansen commented 22 years ago

The generation of CW7 projects for plugins (and distutils too, probably) still has some problems that cause CW to say the project was created by an older version of CodeWarrior. The project does work, but this needs to be fixed before 2.2 final.

61337411-43fc-4a9c-b8d5-4060aede66d0 commented 22 years ago

Logged In: YES user_id=21627

Any idea as to when a patch might be forthcoming?

warsaw commented 22 years ago

Logged In: YES user_id=12800

Sorry Jack, bumping this down to priority 6 and deferring for post-2.2 final (although you have permission to make any Mac-only changes that might be necessary for the Mac 2.2 final release).

warsaw commented 22 years ago

Logged In: YES user_id=12800

Back to priority 7 so Jack doesn't forget, but it still will not hold up the source or windows release.

jackjansen commented 22 years ago

Logged In: YES user_id=45365

Ah, what! Lowering this to 5, as it's really only a problem for people who have CodeWarrior, who'll have to press "OK" to the "update from older project version?" question when they're building a distutils package.

(of course, the real reason for lowering the priority is that I want to get 2.2 out the door, AND NOTHING WILL STOP ME, HAHAHAHAHA!!!)

jackjansen commented 22 years ago

Logged In: YES user_id=45365

This problem seems to have disappeared.