Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scheme-libs Readme.md & add .gitignore #5238

Merged
merged 6 commits into from
Jul 25, 2024

Conversation

neduard
Copy link
Contributor

@neduard neduard commented Jul 17, 2024

Overview

Update the Readme with a few things:

  • expand instructions for compiling on Mac / systems where a custom config.rktd is needed
  • expand the steps needed to built unison-runtime but also how it is used by ucm to compile to native code
  • add a link in the development.markdown about how to build the native runtime

Also a couple of misc updates:

  • fix typo in development.markdown : integration-tests to cli-integration-tests
  • add a .gitignore in scheme-libs to ignore generated files
  • update gen-racket-libs.output.md
  • slightly more ergonomic paths (everything can be done from root folder)

Interesting/controversial decisions

There's a few slightly unrelated changes that could be split into separate PRs but I'm also thinking the changes aren't that big so might as well keep them together. Let me know your thoughts!

Test coverage

n/a only documentation changes and local testing

Loose ends

Not sure? Maybe we can consider moving some of the information from the readme to the transcript?

(cc @dolio)

@neduard neduard marked this pull request as ready for review July 17, 2024 23:41
Comment on lines +1 to +6
compiled/
boot-generated.ss
builtin-generated.ss
compound-wrappers.ss
data-info.ss
simple-wrappers.ss
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is okay.
@dolio is this okay?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, pretty sure it's fine to ignore these. The .ss files are auto-generated from unison, and compiled/ is racket's build directory.

@aryairani
Copy link
Contributor

Ok let's try!

@aryairani aryairani merged commit b12baa4 into unisonweb:trunk Jul 25, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants