This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michael.mulich2
Recipients alexis, eric.araujo, higery, michael.mulich, michael.mulich2
Date 2011-07-11.15:39:06
SpamBayes Score 0.0002446773
Marked as misclassified No
Message-id <CACvZ6pzEgU6zPaWwBOH+KfzMCH-J2xV9JbTA3DVXYnUbb0Mf-Q@mail.gmail.com>
In-reply-to <CACvZ6pzEcNb01Wft5+yrX=rCXUMys-uOJd7yv1yz9hCXnUEKfA@mail.gmail.com>
Content
Gmail decided to strip the quotes... Grr...

  > So, what do we do?
  > 1) don’t generate RECORD at all → invalid PEP 376
We have to generate a RECORD, otherwise resource lookups in
development and testing modes will fail or at least should fail.

  > 2) generate RECORD with paths to the files in the build dir
Yes, but that's not all.

  > 4) don’t add a build_distinfo command, just run install_distinfo
to the build dir from the test and develop commands

The action needs to be called with an install, develop or test
context, so I think item four is our best option.
History
Date User Action Args
2011-07-11 15:39:07michael.mulich2setrecipients: + michael.mulich2, eric.araujo, alexis, michael.mulich, higery
2011-07-11 15:39:07michael.mulich2linkissue12279 messages
2011-07-11 15:39:07michael.mulich2create