This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: Patch: java.util.regex


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Donnerstag, 1. Mai 2003 07:54 schrieb Tom Tromey:
> >>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
>
> Michael> I commited the attached patch to trunk to make the API of
> Michael> java.util.regex compatible with JDK 1.4. The methods are
> mostly only Michael> stubs. The real implementation needs still to
> be done.
>
> I think we should only add new non-functional stubs if one of a
> couple conditions is met:
>
> * The stub is important for making progress in some other part of
> the library
>
> * The stub is needed for compiling some important Java program,
> which can then be used with gcj (meaning that the stubbed code
> isn't actually used at runtime, in at least one actually-useful
> configuration).
>
> How does that sound?  I know that's a change from what we've
> usually done.

I have to say that I awaited such a mail. The patch was in my tree 
long before I commited  it. I thought that its not good to provide 
the API without the implementation. Many people will ask you why its 
not working.

The two items above have a problem: the definition of the word 
important.  If its important for me it may not important for you.

I will look into the real implementation of java.util.regex soon.


Michael
- -- 
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+sMvrWSOgCCdjSDsRApu5AJ9sO/3TQ3Ehzph76xHIBHfcCMsXSACfUVjD
QsKSBnZPJJibp57NVXh6e8Q=
=Hi1W
-----END PGP SIGNATURE-----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]