[#1147] Copying RVALUE — why the lucky stiff <ruby-core@...>

Hello, everyone. Hope you are all doing well.

18 messages 2003/06/17
[#1155] Re: Copying RVALUE — matz@... (Yukihiro Matsumoto) 2003/06/20

Hi,

[#1157] Re: Copying RVALUE — why the lucky stiff <ruby-core@...> 2003/06/20

Yukihiro Matsumoto (matz@ruby-lang.org) wrote:

[#1173] class.c code cleanup (rb_class_*_instance_methods) — Matthew Dempsky <jivera@...>

Hi, I'm new to this mailing list so I don't know the procedure for

15 messages 2003/06/22
[#1174] Re: [Patch] class.c code cleanup (rb_class_*_instance_methods) — nobu.nokada@... 2003/06/22

Hi,

[#1175] Re: [Patch] class.c code cleanup (rb_class_*_instance_methods) — Matthew Dempsky <jivera@...> 2003/06/22

On Sun, 2003-06-22 at 05:36, nobu.nokada@softhome.net wrote:

[#1176] Re: [Patch] class.c code cleanup (rb_class_*_instance_methods) — nobu.nokada@... 2003/06/22

Hi,

[#1193] Re: [Patch] class.c code cleanup (rb_class_*_instance_methods) — Matthew Dempsky <jivera@...> 2003/06/25

On Sun, 2003-06-22 at 07:41, nobu.nokada@softhome.net wrote:

[#1177] Re: In 1.8.0 nil.to_s is not the same as "" — ts <decoux@...>

14 messages 2003/06/22

Re: [OT] A question on input encodings

From: Austin Ziegler <austin@...>
Date: 2003-06-06 00:55:37 UTC
List: ruby-core #1128
On Thu, 5 Jun 2003 23:36:54 +0900, Dave Thomas wrote:
> I want to extend RDoc to support multiple human languages. One
> idea is to have flags in the comment blocks, such as
> 
> # This method...
> # :if: lang francaise
> # <french ...> 
> # :if: nihongo
> # <japanese ...> 
> # :if: german
> # <german...> 

I'm not sure that this is the best way to do it, personally. I'd
much rather see something at the beginning of the document:

# The following line specifies the default language.
# :lang: en
# The following line specifies that rdoc will find the external
# language as "filename.rb.fr".
# :external-lang: fr

By adding multiple languages *in* the document/program itself, you
lose a lot of the value of RDoc to begin with -- which is *program*
documentation so that I can read the documentation as I'm reading
the program.

Encoding options could be specified as:

# :external-lang: ja,SJIS
# :external-lang: fa,UTF8

This would fix the possibility of mixed encodings in a file.

-a, busy coding PDF::Writer, and hasn't really paid much attention lately
--
austin ziegler    * austin@halostatue.ca * Toronto, ON, Canada
software designer * pragmatic programmer * 2003.06.05
                                         * 20:47:51




In This Thread