meta #12

Open
ehmry wants to merge 2 commits from ehmry/syndicate-protocols:meta into main
Contributor

Register bundle artifacts as binary files to suppress diff noise.

Add a Tupfile for generating the bundle with Tup build systems.


Tupfile is the Tup equivalent of Makefile. The Tupfile is missing the !preserves-schemac macro because this should be defined somewhere above in the build system. The macro in my setup adds an explicit dependency on a build of the schema compiler, so that when my Preserves schema library changes I get a rebuild of the bundle to verify its behavior. I could leave Tupfile untracked but committing it makes it convenient to use this repo as submodule.

Register bundle artifacts as binary files to suppress diff noise. Add a Tupfile for generating the bundle with Tup build systems. --- `Tupfile` is the [Tup](https://gittup.org/tup/) equivalent of `Makefile`. The Tupfile is missing the `!preserves-schemac` macro because this should be defined somewhere above in the build system. The macro in my setup adds an explicit dependency on a build of the schema compiler, so that when my Preserves schema library changes I get a rebuild of the bundle to verify its behavior. I could leave `Tupfile` untracked but committing it makes it convenient to use this repo as submodule.
ehmry added 2 commits 2024-05-26 12:09:54 +00:00
22ce81c234 Add .gitattributes file
Register bundle artifacts as binary files to suppress diff noise.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b ehmry-meta main
git pull meta

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff ehmry-meta
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: syndicate-lang/syndicate-protocols#12
No description provided.