Browse CVS Repository
Diff of /exerb/htdocs/index.html
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 145 |
|
|
| 146 |
<h1><a name="bug">既知のバグ</a></h1> |
<h1><a name="bug">既知のバグ</a></h1> |
| 147 |
|
|
| 148 |
<h2>Version 2.0.0</h2> |
<p> |
| 149 |
|
Exerb 2.1.0における、既知のバグ。 |
| 150 |
|
</p> |
| 151 |
|
|
| 152 |
<dl> |
<dl> |
|
<dt>rb_require関数でアーカイブ内の拡張ライブラリをロードできない(対応済み。2.1.0で解決予定。)</dt> |
|
|
<dd>Exerbでは、Rubyレベルのrequireではアーカイブ内の拡張ライブラリを読み込むことができますが、C言語レベルのrb_require関数では読み込むことはできません。この問題は、事前にrequireしておくことで回避可能です。 |
|
|
<pre> |
|
|
require 'digest' # この行を追加 |
|
|
require 'digest/md5' # digest/md5.so で digest.so が require されている |
|
|
puts Digest::MD5.hexdigest('String') |
|
|
</pre> |
|
|
</dd> |
|
| 153 |
<dt>Apolloの拡張ライブラリ(phi.so)をrequireすると、SEGVが発生する(原因判明。対応作業中)</dt> |
<dt>Apolloの拡張ライブラリ(phi.so)をrequireすると、SEGVが発生する(原因判明。対応作業中)</dt> |
| 154 |
<dd>これはphi.soの中に、mswin32-ruby16.dllをロードする処理があるためです。現在、対応を検討中です。</dd> |
<dd>これはphi.soの中に、mswin32-ruby16.dllをロードする処理があるためです。現在、対応を検討中です。</dd> |
| 155 |
</dl> |
</dl> |
| 184 |
<h1><a name="link">リンク</a></h1> |
<h1><a name="link">リンク</a></h1> |
| 185 |
|
|
| 186 |
<p> |
<p> |
| 187 |
一緒に使うと(単独でも)幸せになれるもの。 |
一緒に使うと(単独でも)幸せになれるもの、ほか。 |
| 188 |
</p> |
</p> |
| 189 |
|
|
| 190 |
<dl> |
<dl> |
|
|
Legend:
| Removed from v.1.28 |
|
| changed lines |
| |
Added in v.1.29 |
|
|
|