Difference between revisions of "User:Heyqule"
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Contact Info == | == Contact Info == | ||
− | * '''Name''': | + | * '''Name''': Allen JF Xie |
* '''IRC nick''': heyqule | * '''IRC nick''': heyqule | ||
Line 6: | Line 6: | ||
* '''Email''': jfxie1@learn.senecac.on.ca, hq.jfax {AT} gmail.com | * '''Email''': jfxie1@learn.senecac.on.ca, hq.jfax {AT} gmail.com | ||
− | * '''Blog''': [http://www.heyqule.net/blog/ | + | * '''Blog''': [http://www.heyqule.net/blog/tech/oss heyqule < Open Source Software Dev Log] |
I'm a student of CPAC, graduate in 2010. I'm also the webmaster of Computer Studies @ Seneca. I enjoy doing ambiguous things in my base, TEL2091. =D | I'm a student of CPAC, graduate in 2010. I'm also the webmaster of Computer Studies @ Seneca. I enjoy doing ambiguous things in my base, TEL2091. =D | ||
Line 23: | Line 23: | ||
− | == OSD 600 Log == | + | == OSD 600 Weekly Log == |
* '''Week 1''' | * '''Week 1''' | ||
** Made sure my blog is running properly | ** Made sure my blog is running properly | ||
Line 32: | Line 32: | ||
** Created [http://zenit.senecac.on.ca/wiki/index.php/Eclipse_Tips Eclipse Tips] page | ** Created [http://zenit.senecac.on.ca/wiki/index.php/Eclipse_Tips Eclipse Tips] page | ||
** Added Identifying Multiple Instances of Eclipse section | ** Added Identifying Multiple Instances of Eclipse section | ||
− | ** | + | ** Blog: [http://www.heyqule.net/blog/identifying-multiple-instances-eclipse Identifying Multiple Instances of Eclipse] |
** Created account on Eclipse Bugzilla | ** Created account on Eclipse Bugzilla | ||
** Read some of the week2 articles | ** Read some of the week2 articles | ||
Line 43: | Line 43: | ||
** Checked out '''org.eclipse.wst.validation.ui''' and '''org.eclipse.wst.validation''' | ** Checked out '''org.eclipse.wst.validation.ui''' and '''org.eclipse.wst.validation''' | ||
** Reproduced the bug | ** Reproduced the bug | ||
− | ** | + | ** Blog: [http://www.heyqule.net/blog/bug-218101-allow-validation-files-outside-projects Bug 218101 - Allow validation of files outside of projects] |
* '''Week 5''' | * '''Week 5''' | ||
** Bug analysis | ** Bug analysis | ||
* '''Week 6''' | * '''Week 6''' | ||
** Bug analysis | ** Bug analysis | ||
− | ** [http://www.heyqule.net/blog/code-inspection-bug-218101 Code Inspection for Bug 218101] | + | ** Blog:[http://www.heyqule.net/blog/code-inspection-bug-218101 Code Inspection for Bug 218101] |
** Checked out '''org.eclipse.wst.validation.infopop''' | ** Checked out '''org.eclipse.wst.validation.infopop''' | ||
− | ** [http://www.heyqule.net/blog/ar-bug218101-lot-more-complicated-i-thought Bug became a lot more complicated than I thought] | + | ** Blog:[http://www.heyqule.net/blog/ar-bug218101-lot-more-complicated-i-thought Bug became a lot more complicated than I thought] |
** Posted on eclipse newsgroup [http://www.eclipse.org/newsportal/article.php?id=18299&group=eclipse.webtools#18299 Validator works with projects only?] | ** Posted on eclipse newsgroup [http://www.eclipse.org/newsportal/article.php?id=18299&group=eclipse.webtools#18299 Validator works with projects only?] | ||
* '''Week 7''' | * '''Week 7''' | ||
Line 59: | Line 59: | ||
* '''Week 9''' | * '''Week 9''' | ||
** Decided to switch my bug | ** Decided to switch my bug | ||
− | ** | + | ** Blog: [http://www.heyqule.net/blog/validation-only-works-files-workspace Validation only works with files in workspace] |
− | ** Investigated and fixed [http://www.heyqule.net/blog/bug-253231-validators-need-ignore-resources-default Bug 253231 - Validators need to ignore .* resources by default] | + | ** Investigated and fixed [https://bugs.eclipse.org/bugs/show_bug.cgi?id=253231 Bug 253231] |
− | ** Bug presentation | + | ** Blog: [http://www.heyqule.net/blog/bug-253231-validators-need-ignore-resources-default Bug 253231 - Validators need to ignore .* resources by default] |
+ | ** Bug presentation in class | ||
** Uploaded my quick fix patch to [https://bugs.eclipse.org/bugs/show_bug.cgi?id=253231 Bugzilla] | ** Uploaded my quick fix patch to [https://bugs.eclipse.org/bugs/show_bug.cgi?id=253231 Bugzilla] |
Latest revision as of 22:53, 6 September 2009
Contact Info
- Name: Allen JF Xie
- IRC nick: heyqule
- Email: jfxie1@learn.senecac.on.ca, hq.jfax {AT} gmail.com
I'm a student of CPAC, graduate in 2010. I'm also the webmaster of Computer Studies @ Seneca. I enjoy doing ambiguous things in my base, TEL2091. =D
Projects
WTP:
- Bug 253231 - Validators need to ignore .* resources by default (Normal P3)
- patch uploaded
- Bug 218101 - Allow validation of files outside of projects (Normal P3)
- dropped / beyond my scope
Contributions
- Eclipse WTP 2009 winter weekly schedule(maintainer)
- Eclipse Tips - Identifying Multiple Instances of Eclipse
OSD 600 Weekly Log
- Week 1
- Made sure my blog is running properly
- Set up this wiki page
- Became weekly schedule maintainer
- Watched "Resolution OS" video
- Week 2
- Created Eclipse Tips page
- Added Identifying Multiple Instances of Eclipse section
- Blog: Identifying Multiple Instances of Eclipse
- Created account on Eclipse Bugzilla
- Read some of the week2 articles
- Week 3
- Installed required copies of Eclipse (WTP, Plug-in dev)
- Did the tutorial once
- In the progress of searching my bug
- Week 4
- Picked Bug 218101 - Allow validation of files outside of projects (Normal P3)
- Checked out org.eclipse.wst.validation.ui and org.eclipse.wst.validation
- Reproduced the bug
- Blog: Bug 218101 - Allow validation of files outside of projects
- Week 5
- Bug analysis
- Week 6
- Bug analysis
- Blog:Code Inspection for Bug 218101
- Checked out org.eclipse.wst.validation.infopop
- Blog:Bug became a lot more complicated than I thought
- Posted on eclipse newsgroup Validator works with projects only?
- Week 7
- Attended Eclipse Plug-in Architecture Presentation Watch it here
- Week 8
- Recieved respond from Gary Karasiuk Validator works with projects only?
- Was deciding whether to switch my bug
- Week 9
- Decided to switch my bug
- Blog: Validation only works with files in workspace
- Investigated and fixed Bug 253231
- Blog: Bug 253231 - Validators need to ignore .* resources by default
- Bug presentation in class
- Uploaded my quick fix patch to Bugzilla