Sam Tobin-Hochstadt
Sam Tobin-Hochstadt
The protobuf/rival conflict is not a regression. Instead, `rival` fails to build in pkg-build on 8.5 because of https://github.com/racket/racket/issues/4324 which is now fixed in 8.6, revealing the conflict.
I believe that @zyrolasting has a complex setup for `unlike-assets` which he's in the process of moving to Denxi, his package management system. However, `unlike-assets-test` installs fine on my machine,...
@rfindler it looks like all of those PRs have now been merged, so I don't think we need to postpone anything.
So the problem is that 1. @zyrolasting entered the wrong hash at some point 2. the old hash recorded in the package catalog, from before (1), is correct 3. `raco...
I don't think this is accurate. All the PRs have been merged but that does not resolve 100% of the issues.
Current status: - A failure in aoc-racket that has now gone away - A failure in cover-badge that does not reproduce for me locally - A failure in crypto-test that...
@TheUnlocked There are lots of different things that could be wanted in terms of "compiling Racket to WASM"; I think there's interest in all of them but not much work...
The readme says "public domain"[^1] (see https://github.com/burgerrg/win-iconv/blob/master/readme.txt#L3) [^1]: Yes I know this isn't really something you can do in all relevant legal systems.
I'd be fine with contacting the author, although there haven't been any commits since 2016. But I think that while the public domain declaration has various legal issues, it's almost...
It's possible to build Racket with `--disable-iconv` which omits the rktio code. Chez Scheme also has a `--disable-iconv` flag for its `configure` script, although I haven't checked if the Racket-level...