[#1884] multiple exceptions for assert_raises — nobu.nokada@...

Hi,

14 messages 2003/12/04

[#1932] --enable-pthread broken? — Nathaniel Talbott <nathaniel@...>

[ruby-talk: 87759] and the surrounding thread seem to indicate that

29 messages 2003/12/11
[#1933] Re: --enable-pthread broken? — matz@... (Yukihiro Matsumoto) 2003/12/11

Hi,

[#1934] Re: --enable-pthread broken? — Nathaniel Talbott <nathaniel@...> 2003/12/11

On Dec 11, 2003, at 11:49, Yukihiro Matsumoto wrote:

[#1935] Re: --enable-pthread broken? — ts <decoux@...> 2003/12/11

>>>>> "N" == Nathaniel Talbott <nathaniel@talbott.ws> writes:

[#1937] Re: --enable-pthread broken? — nobu.nokada@... 2003/12/11

Hi,

[#1938] Re: --enable-pthread broken? — Nathaniel Talbott <nathaniel@...> 2003/12/12

On Dec 11, 2003, at 16:10, nobu.nokada@softhome.net wrote:

[#1939] Re: --enable-pthread broken? — matz@... (Yukihiro Matsumoto) 2003/12/12

Hi,

[#1941] Re: --enable-pthread broken? — matz@... (Yukihiro Matsumoto) 2003/12/12

Hi,

[#1943] Re: --enable-pthread broken? — Nathaniel Talbott <nathaniel@...> 2003/12/12

On Dec 11, 2003, at 20:48, Yukihiro Matsumoto wrote:

[#1953] Re: --enable-pthread broken? — matz@... (Yukihiro Matsumoto) 2003/12/13

Hi,

[#1959] Re: --enable-pthread broken? — ts <decoux@...> 2003/12/14

>>>>> "Y" == Yukihiro Matsumoto <matz@ruby-lang.org> writes:

[#1961] Re: --enable-pthread broken? — matz@... (Yukihiro Matsumoto) 2003/12/15

Hi,

[#1962] Re: --enable-pthread broken? — ts <decoux@...> 2003/12/15

>>>>> "Y" == Yukihiro Matsumoto <matz@ruby-lang.org> writes:

[#1936] Can't define +@ for Symbol (plus ruby install problem) — "T. Onoma" <transami@...>

I wanted to see if the +@ problem was fixed in 1.8.1 preview 3 but when I do

11 messages 2003/12/11

[#1973] Where to install documentation — Dave Thomas <dave@...>

Folks:

48 messages 2003/12/15
[#1982] Re: Where to install documentation — Eric Hodel <drbrain@...7.net> 2003/12/15

Dave Thomas (dave@pragprog.com) wrote:

[#1984] Re: Where to install documentation — Dave Thomas <dave@...> 2003/12/15

[#1991] Re: Where to install documentation — "Gavin Sinclair" <gsinclair@...> 2003/12/16

>

[#1992] Re: Where to install documentation — Dave Thomas <dave@...> 2003/12/16

[#2000] Re: Where to install documentation — Minero Aoki <aamine@...> 2003/12/16

Hi,

[#2002] Re: Where to install documentation — Dave Thomas <dave@...> 2003/12/16

[#2037] --enable-pthread still segfaults... — Nathaniel Talbott <nathaniel@...>

I've finally been able to test my application under load using the

25 messages 2003/12/23
[#2038] Re: --enable-pthread still segfaults... — matz@... (Yukihiro Matsumoto) 2003/12/23

Hi,

[#2039] Re: --enable-pthread still segfaults... — Nathaniel Talbott <nathaniel@...> 2003/12/23

On Dec 23, 2003, at 14:17, Yukihiro Matsumoto wrote:

[#2040] Re: --enable-pthread still segfaults... — matz@... (Yukihiro Matsumoto) 2003/12/23

Hi,

[#2041] Re: --enable-pthread still segfaults... — Nathaniel Talbott <nathaniel@...> 2003/12/23

On Dec 23, 2003, at 14:34, Yukihiro Matsumoto wrote:

[#2042] Re: --enable-pthread still segfaults... — matz@... (Yukihiro Matsumoto) 2003/12/23

Hi,

[#2043] Re: --enable-pthread still segfaults... — Nathaniel Talbott <nathaniel@...> 2003/12/23

On Dec 23, 2003, at 14:44, Yukihiro Matsumoto wrote:

[#2045] Re: --enable-pthread still segfaults... — matz@... (Yukihiro Matsumoto) 2003/12/23

Hi,

[#2046] Re: --enable-pthread still segfaults... — Nathaniel Talbott <nathaniel@...> 2003/12/23

> I'm afraid you're using old configure file. Can you wipe off old

[#2049] Re: --enable-pthread still segfaults... — Nathaniel Talbott <nathaniel@...> 2003/12/23

On Dec 23, 2003, at 15:18, Nathaniel Talbott wrote:

[#2050] Re: --enable-pthread still segfaults... — matz@... (Yukihiro Matsumoto) 2003/12/23

In message "Re: --enable-pthread still segfaults..."

[#2122] Bad interaction between timeout.rb and --enable-pthread — Nathaniel Talbott <nathaniel@...>

Here's a testcase that shows the problem:

13 messages 2003/12/31
[#2123] sleep is broken with --enable-pthread [Was: Bad interaction between timeout.rb and --enable-pthread] — Nathaniel Talbott <nathaniel@...> 2003/12/31

I should have reduced it more before posting...

Re: Where to install documentation

From: Gavin Sinclair <gsinclair@...>
Date: 2003-12-18 10:43:57 UTC
List: ruby-core #2028
On Thursday, December 18, 2003, 1:08:17 PM, Dave wrote:


> On Dec 17, 2003, at 18:45, James Brtt wrote:
>> Are 'rdoc' directories only for the output of running rdoc?  I'm 
>> guessing not, but if these are directories for documentation in 
>> general, would it not be better to call them simply 'doc'?
>>
> Yes - they're simply for rdoc output (given that that's the tool I'm
> writing). I certainly don't want to be telling other people where to
> put stuff: I just needed to make sure that I put the things I need in
> the correct place.

>> Or is there a reason to distinguish between what comes from RDoc and
>> other doc sources?

> Yes: the intermediate form that RDoc generates for ri is not for human
> consumption. That's what's going in to these directories. When RDoc 
> generates HTML (or anything else, really) it will do it the same as 
> now, defaulting to a doc subdirectory with --op used to override that.

Has that been the premise all along?  Have you been talking only about
'ri' data?  I thought the question "where to install documentation"
concerned RDoc HTML output as well.

I'm happy with 'ri' data going in $datadir, and with the directories
proposed (they didn't appear to concern themselves with Ruby version,
though?).  It is "data", after all.

I don't understand what is meant by "$datadir is configurable", as it
appears to be set within rbconfig.rb.

As for RDoc HTML output, I think we need to move towards enabling that
to be installed as system, site-wide, or user documentation, and that
we need to consider RDoc as being one part of the documentation
puzzle.  I'm not suggesting that RDoc needs to "do" any of this ...
yet.  What we need is:
  - agreed standard *documentation* directories (system, site-wide,
    user) that are accessible through rbconfig.rb
  - a package installer that makes use of the above
    - modifying install.rb/setup.rb will be trivial
    - rake can be made to take on this job as well
    - RubyGems takes a self-contained approach, and/but it's a step in
      the right direction

As RDoc is now part of the standard distribution, it should also play
its part in the standard Ruby documentation interface.  Therefore,
commands like the following may one day be realistic:

  rdoc --system ...
  rdoc --site-wide ...
  rdoc --user ...

However, with hypothetical good installers providing everything RDoc
needs to "do the right thing" (i.e. a good argument to --op), the
above shouldn't really be necessary.

Anyway, I have been planning an RCR on enabling a good Ruby
documentation interface, and look forward to the new RCR process
coming online.  I hope it engenders some discussion and action,
because we can ill afford to keep ignoring the valid complaints that
Ruby documentation is not up to scratch.  And really, we have the
tools, the ability, and even the material in most cases; it's only
the process that's lacking.

The eventual RCR will have benefited from many words of wisdom in this
thread, as well as the sustained focus of the ruby-doc.org project/ML,
so thank you all for your input.

Cheers,
Gavin



In This Thread

Prev Next