schemedoc / bibliography

Bibliography of Scheme research (readscheme.org and beyond)
https://research.scheme.org
149 stars 20 forks source link

Trivial fixes #8

Closed omasanori closed 1 year ago

omasanori commented 1 year ago

Add -I to fix load errors and clarify that scripts are released under the MIT License.

See also: https://github.com/schemedoc/bibliography/issues/7

lassik commented 1 year ago

Thanks.

Please prefix the names of topic branches with your username: omasanori-trivial-fixes, etc.

The exec gosh shell wrapper is an understandable workaround. I'll suggest another approach once I can get it ready.

omasanori commented 1 year ago

I see. Thanks for your guidance.

lassik commented 1 year ago

No problem. Thanks a lot for helping out with Scheme.org! We have very few volunteers, so the effort is very valuable.

omasanori commented 1 year ago

By the way, is the prefix needed even if I use my personal fork? It is common when I push branches to this repository though. Otherwise, do you suggest to push topic branches to this repository? If so I will follow.

Edit: Well, I didn't notice I had forgot to fork this...

lassik commented 1 year ago

The username prefix is only needed if you push branches to the common repos. It's more convenient to branch directly in the common repos instead of making a fork of them all. But if you prefer to use forks, you are of course free to do so and use any branch names you like.