ryanc
2021-4-8 08:34:59

It sounds like you want fast-sequence-map (or do/sequence, more generally).


soegaard2
2021-4-8 17:27:33

Hadn’t noticed fast-sequence before.


notjack
2021-4-8 19:51:02

can we just update sequence-map to do that too?


notjack
2021-4-8 20:02:39

does running raco pkg install --name "mypkg" --batch --auto --link "." while in the directory containing mypkg fail for anyone else?


notjack
2021-4-8 20:02:56

it seems like "." doesn’t work as a package source for some reason


notjack
2021-4-8 20:03:08

(note that relative paths like "./foo" work just fine)


massung
2021-4-8 20:20:56

Just noting that such things are terrible names. Like anyone would choose slow-sequence-map instead? And someday there will be faster-sequence-map, and it becomes obnoxious.

If there are trade-offs being made, that should be obvious in the function name, like parallelized-sequence-map, which obviously needs to contain elements that are thread safe, but can run faster.


notjack
2021-4-9 01:31:11

My friend Strawberry is wonderful and successfully hooked Resyntax up to a GitHub action that automatically comments on pull requests.


sorawee
2021-4-9 01:32:28

How to set this up?


notjack
2021-4-9 01:34:11

Hasn’t been merged yet, making a few tweaks still. But once it has, setup requires copying this github actions workflow into your repository https://github.com/jackfirth/racket-package-resyntax-action/blob/5cbf50bf19c07831ce63c01b69456e3414d98778/.github/workflows/resyntax.yml


notjack
2021-4-9 01:38:30

That screenshot doesn’t show it, but you can also commit the suggestions it makes directly from the web UI, so applying Resyntax’s suggestions is just a button press away. This image shows it better:


sb2725
2021-4-9 04:48:26

@sb2725 has joined the channel