• Joined on 2025年02月06日
mdj approved guile/guile#54 2026年05月21日 12:56:51 +02:00
Build guile-readline.so as unversioned

Since the versioning happens at the directory level in this case, I see no disadvantages of giving libtool the option -avoid-version, so I would approve this change.

mdj commented on pull request guile/guile#161 2026年04月21日 14:48:00 +02:00
Add native `fixnum?' predicate to avoid allocation.

@old I won't ask you to retract your commit. But since you are an important Guile developer now, I want this to be very clear: The entire point of primitive generics was that users or developers...

mdj commented on pull request guile/guile#161 2026年04月20日 19:40:21 +02:00
Add native `fixnum?' predicate to avoid allocation.
mdj commented on issue andywingo/wastrel#43 2026年04月17日 19:52:02 +02:00
A simple piece of code that segmentation faults

I think there might be a couple of problems:

mdj commented on issue andywingo/wastrel#43 2026年04月17日 18:00:03 +02:00
A simple piece of code that segmentation faults

Does this say anything to you?:

mdj deleted branch fix-duplicate-func_meta from mdj/wastrel 2026年04月15日 23:13:23 +02:00
mdj opened issue andywingo/wastrel#43 2026年04月14日 09:03:34 +02:00
A simple piece of code that segmentation faults
mdj created pull request andywingo/wastrel#42 2026年04月13日 15:35:36 +02:00
Remove declaration of struct func_meta from code-introspection.h
mdj created branch fix-duplicate-func_meta in mdj/wastrel 2026年04月13日 15:34:56 +02:00
mdj pushed to fix-duplicate-func_meta at mdj/wastrel 2026年04月13日 15:34:56 +02:00
c8d165bd9d Remove declaration of struct func_meta from code-introspection.h
mdj created pull request andywingo/wastrel#41 2026年04月13日 14:24:08 +02:00
Include stdbool.h in prelude.h
mdj created branch fix-missing-stdbool in mdj/wastrel 2026年04月13日 14:23:36 +02:00
mdj pushed to fix-missing-stdbool at mdj/wastrel 2026年04月13日 14:23:36 +02:00
0c8da9089c Include stdbool.h in prelude.h
mdj created repository mdj/wastrel 2026年04月13日 14:22:45 +02:00
mdj commented on issue spritely/hoot#878 2026年04月13日 13:25:40 +02:00
compile-wasm error

@nixfreak It seems to me that Andy Wingo has fixed the Guile 3.0.11 incompatibility in guile-hoot commit c8f40b16. Try again with the most recent bleeding edge of guile.hoot!

mdj commented on pull request guile/guile#86 2026年03月05日 16:04:10 +01:00
mini-gmp: Use long long limb type for _WIN64

(Also sorry @hahnjo --- I missed the include. :)

mdj approved guile/guile#86 2026年03月05日 16:03:22 +01:00
mini-gmp: Use long long limb type for _WIN64

I have looked at the code, think upgrading to the later version is OK, and have compiled and tested it.