WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
63527
Write a tools library to manipulate Visual Studio project files
https://bugs.webkit.org/show_bug.cgi?id=63527
Summary
Write a tools library to manipulate Visual Studio project files
Roland Steiner
Reported
2011-06-28 05:13:39 PDT
The webkit-file tool project requires a module to manipulate Visual Studio project files.
Attachments
work-in-progress
(12.48 KB, patch)
2011-07-07 23:40 PDT
,
Roland Steiner
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Roland Steiner
Comment 1
2011-07-07 23:40:40 PDT
Created
attachment 100080
[details]
work-in-progress very early draft
Adam Barth
Comment 2
2011-07-07 23:50:47 PDT
Comment on
attachment 100080
[details]
work-in-progress View in context:
https://bugs.webkit.org/attachment.cgi?id=100080&action=review
> Tools/Scripts/webkitpy/common/project/vcproj.py:40 > +class VCProjectException(ProjectException): > + def __init__(self, message): > + super(VCProjectException, self).__init__(message)
What's the motivation for having these complicated exception class hierarchies?
Adam Barth
Comment 3
2011-07-07 23:51:47 PDT
It's important for this code to have tests, but I presume you'll add them in later iterations of these patches.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug