Difference between revisions of "User:Paul Ishenin"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
Pages started by me:
+
== Pages started by me: ==
 
#[[Theme library]]
 
#[[Theme library]]
 
#[[Lazarus known issues (things that will never be fixed)]]
 
#[[Lazarus known issues (things that will never be fixed)]]
Line 11: Line 11:
  
  
My compiler/rtl changes:
+
== My compiler/rtl changes: ==
 
#sealed and abstract classes
 
#sealed and abstract classes
 
#final methods
 
#final methods

Revision as of 20:31, 30 October 2009

Pages started by me:

  1. Theme library
  2. Lazarus known issues (things that will never be fixed)
  3. Lazarus 0.9.24 release notes
  4. Property attributes
  5. Lazarus 0.9.26 todo
  6. Developer pages
  7. Lazarus Development Process
  8. How to become Lazarus developer (committer)
  9. for-in loop


My compiler/rtl changes:

  1. sealed and abstract classes
  2. final methods
  3. fix of showing library hint (library modifier was understood by compiler but it gave no warning message)
  4. fix to make TObject.Dispact, TObject.DispatchStr virtual

-- to be applied/merged --

  1. deprecated hint extension to support deprecated message (like deprecated 'because it is old and unsupported anymore')
  2. for-in loop
  3. writing TObject.ClassInfo for classes with no RTTI
  4. new D2009 TObject methods: Equals, GetHashCode, UnitName, ToString