Google Code Exporter

Results 11117 issues of Google Code Exporter

``` There is already an existing project named 'udptunnel': (which incidentally tunnels UDP over TCP :-)) and it is already packaged for Debian. I think it would make sense to...

Type-Defect
Priority-Medium
auto-migrated

``` 1. take the file1.txt attached 2. take the file2.txt attached 3. upload both to the alfresco 4. use webdav to see the files i.e., file1.txt, file2.txt Expected output is...

Type-Defect
Priority-Medium
auto-migrated

``` Hi jeff, Can you please tell me what are all the dependency jar files which i require to configure to run these examples because i don't have maven and...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. Running the project in eclipse with GetSitesExample as entry 2. Browser window comes up asking for authorisation, which I provide 3. OAuth2...

Type-Defect
Priority-Medium
auto-migrated

``` In revision 87 (and still present in the newest revision) of the SRFIs collection [1] I manage, in the file srfi/%3a43/vectors.sls, I used let-syntax in a way so that...

Priority-Medium
Type-Defect
auto-migrated

``` 最近の新し目のLinux上でypsilonが正しくビルド出来なくなっ�� �いて、悲しいです。 どうもGCC4.7以降でダメのようなので、GCC4.7/GCC4.8でビルドで� ��るように、 ソースを修正してみました。 GCC7.8以降で -O3 を付けてビルドすると、マクロ関係で間違った余計な最適�� �を してしまうようで、余計な最適化を抑制するためのコード�� �追加したというのが、 修正の内容です。 GCC4.7/GCC4.8でビルド可能にするためのパッチを添付します。 (ypsilon-read-only-GCC48.patch) 以下のように使用します。 su cd /usr/local/ svn checkout http://ypsilon.googlecode.com/svn/trunk/ ypsilon-read-only mv /home//Download/ypsilon-read-only-GCC48.patch . patch -p0 < ypsilon-read-only-GCC48.patch...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Run the following script #!r6rs (import (rnrs)) (define (make-custom) (define (write! bv start count) -1) (define (close) #t) (make-custom-binary-output-port "custom" write! #f...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. (fxif 0.0 2 3) > error in fxif: expected fixnum, but got 0.0, as argument 1 2. (fxif 0 2.0 3) >...

Priority-Medium
Type-Defect
auto-migrated

``` ypsilon -v Ypsilon 0.9.6-update3 Copyright (c) 2008 Y.Fujita, LittleWing Company Limited. (define l (list 1 2 3)) (list-ref l 3) error in list-ref: index out of bounds, 3 as...

Priority-Medium
Type-Defect
auto-migrated

``` ypsilonをNetBSDに移植しました。少々苦労したのでここに詳細� ��書いておきます。 ypsilonのDragonflyBSD対応を参考にしてコンパイルはできるよう� ��ものの、 拡張ライブラリを使おうとすると、キーワードが未定義と�� �われてエラーになリます。 調べとところ、src/object_heap.cpp内のinit_architecture_feature()で alignof:int8_tなどをハッシュに登録するところで、キーワード がなぜか勝手に 変形されて、違ったキーワードで登録されてしまっていま�� �た。 alignof:int8_t -> alignof:__int8_t alignof:int16_t -> alignof:__int16_t alignof:int32_t -> alignof:__int32_t alignof:int64_t -> alignof:__int64_t マクロ間でパラメータを渡そうとするとこうなってしまう�� �うなので、 マクロ1つで済ませるように修正して対応しました。 NetBSDに対応したパッチを添付します。 example/以下のサンプルプログラムがNetBSD-6.1.1上で走ります。 よかったら使ってください。(岡田)...

Priority-Medium
Type-Defect
auto-migrated