Sam Tobin-Hochstadt
Sam Tobin-Hochstadt
I added `add_suffix`. I'm happy with either `dirname` or `basename` or `parent` or something else for `path-only`.
1. I think the duplication is just inlining. 2. `set-consistent-variables!/define` is part of how linklets/modules are implemented by translation to Chez Scheme. There are two module-level variables there, and they...
On the general warning point, all stderr output in any part of the build process or running any of the code in tree is an error in CI, so it...
Does this cause the keyword function infrastructure to be included in the generated code when it wasn't previously? That's the major potential issue when making this analysis more conservative here.
I don't know if 3 is reasonable since we're passing a specific git reference. But maybe an `--extra-git-args` flag?
I'm confused about why this particular situation for locating .boot files should be hardcoded. Can using `--enable-scheme` in `configure` handle this case? If not, why not -- maybe it should...
If you want to build a cross build, you can see the `--build`, `--host`, and `--target` `configure` options. But I guess this points to a bigger issue -- what should...
I will pursue merging this once fixes for (at least) `math`, `pict3d`, and `images` are merged.
1. The result of `demod` is very big and that could be reduced a bunch by eliminating use of the contract system; I will test that out. 2. You could...
I still can't quite reproduce this. I saved the code above as `dia.rkt`, and the linked file as `string.rkt`. They both run fine, and print a large s-expression when run....