After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 742348 - Check that internal.py is valid syntax during build
Check that internal.py is valid syntax during build
Status: RESOLVED FIXED
Product: libpeas
Classification: Platform
Component: python
git master
Other Linux
: Normal normal
: ---
Assigned To: libpeas-maint
libpeas-maint
Depends on:
Blocks:
 
 
Reported: 2015-01-05 01:20 UTC by Garrett Regier
Modified: 2015-01-20 09:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Compile internal Python source during build (7.35 KB, patch)
2015-01-05 01:21 UTC, Garrett Regier
none Details | Review

Description Garrett Regier 2015-01-05 01:20:54 UTC
Currently the internal.py file is not check at all during the build. Causes syntax errors to only appear during `make check`
Comment 1 Garrett Regier 2015-01-05 01:21:32 UTC
Created attachment 293729 [details] [review]
Compile internal Python source during build

Otherwise syntax errors aren't noticed until the loader is initialized at runtime.
Comment 2 Garrett Regier 2015-01-20 09:24:50 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.