Skip to content

Commit b997547

Browse files
author
Yorick Peterse
committed
Contributing notes on version managers/releases
1 parent 70ba66f commit b997547

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,27 @@ Gist:
2727
These two files contain the output of the compilation process and the various
2828
configuration options used (e.g. compiler options).
2929

30+
### Version Managers
31+
32+
We can *not* help you with any issues that might be caused by a Ruby version
33+
manager. In the event of any issues please try building from source instead to
34+
see of the issue is caused by Rubinius itself or your version manager of choice.
35+
36+
Issues involving version managers will be closed if they can either not be
37+
reproduced when building from source, or when the original report makes no
38+
mention about the author having tried building from source.
39+
40+
Note that this only applies to the installation procedure. Problems with the
41+
runtime can of course still be reported, even when using a version manager.
42+
43+
### Rubinius Versions
44+
45+
Rubinius releases quite often, at least more often than most other
46+
implementations. As such we ask users to try out the latest version prior to
47+
reporting an issue. This ensures we don't have to start digging through the
48+
code, only to find out the problem has already been resolved in a more recent
49+
release.
50+
3051
### Running Specs
3152

3253
MSpec provides several different scripts to run the specs under different

0 commit comments

Comments
 (0)