Michael Greenberg

Results 78 comments of Michael Greenberg

https://github.com/actions/virtual-environments/issues/3391 resolves some GH actions issues; finally fixed in be3467ff87bca6d5af2ddb4997e49febc5262633.

Hmm... are you on macOS? I wonder if I'm hitting something else weird, or if there's some other artifact of my local setup. Lem has been complaining about my numerics......

Hmm... interesting. In #34 I fix a bug with calls to `pipe` that was causing `smoosh modernish/bin/modernish --test` to abort early. When I run modernish locally, I only get the...

Interesting, thank you! What did Smoosh do on this test case before your changes?

Gotcha. Let me double check that this change doesn't hurt POSIX conformance. (If I don't get back to you within a week, please ping me!)

Thanks for the update! I still haven't had a chance to fix the POSIX suite under Docker, but will hopefully have time after I'm back from Thanksgiving travel.

I'm planning on migrating to GPLv3 for Smoosh. (Integrating with the GPLv3 Morbig parser will require it.) Would you like me to merge your code first, while things are still...

I'm honestly unsure what I need. I think the licensing itself works best if contributors disclaim copyright/assign it to me. I was thinking of `CONTRIBUTORS.md` as being for credit more...

Yes---my plan is to have something like `pip install libdash` put appropriate Python modules in the right place. We would want to change `setup.sh` to use that new process, storing...

Last I heard anything about it, PaSh was vendoring dependencies in its own directory rather than installing on the system properly. My plan is to make libdash a conventional `pip`...