WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
28287
Too much use of void* in Grammar.y
https://bugs.webkit.org/show_bug.cgi?id=28287
Summary
Too much use of void* in Grammar.y
Darin Adler
Reported
2009-08-13 16:44:54 PDT
Need to fix up the type casting and a couple other things in the Grammar.y file.
Attachments
patch
(85.33 KB, patch)
2009-08-13 17:09 PDT
,
Darin Adler
staikos
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2009-08-13 17:09:05 PDT
Created
attachment 34798
[details]
patch
George Staikos
Comment 2
2009-08-13 17:24:12 PDT
Generally nice patch, though it does a lot more than just void* cleanup. It's safe to assume you don't have a clean way to split the different changes up?
Darin Adler
Comment 3
2009-08-13 17:36:41 PDT
(In reply to
comment #2
)
> Generally nice patch, though it does a lot more than just void* cleanup. It's > safe to assume you don't have a clean way to split the different changes up?
It could easily be split into pieces. Since all these changes are mechanical I thought someone might review them in this form.
Darin Adler
Comment 4
2009-08-13 17:39:53 PDT
Note that this patch itself is basically a broken out piece of <
https://bugs.webkit.org/attachment.cgi?id=30279&action=prettypatch
>.
George Staikos
Comment 5
2009-08-13 17:40:12 PDT
Comment on
attachment 34798
[details]
patch I've been doing so. I'm happy to r+ this as-is but I think it would be nicer to commit it in a few pieces.
Darin Adler
Comment 6
2009-08-13 17:58:51 PDT
http://trac.webkit.org/changeset/47256
http://trac.webkit.org/changeset/47257
http://trac.webkit.org/changeset/47258
http://trac.webkit.org/changeset/47259
http://trac.webkit.org/changeset/47262
http://trac.webkit.org/changeset/47263
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