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

Implement bitfield/script #192

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Conversation

rokostik
Copy link
Contributor

This PR implements most of the functions in bitfield/script. It's missing some functions that would be hard to implement in Rye as well as the web stuff.

I've prefixed all the functions with p.
p-new-... creates a new pipe and p-... is a function on a pipe.

Copy link
Owner

@refaktor refaktor left a comment

Choose a reason for hiding this comment

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

Uh, wow ... a lot of work done. Good idea about the MakeNativeArgError! I will try testing it with various use cases and see about the naming. I will see if we need to make explicit distinction between functions that create pipes and the ones that consume them. Thanks a lot for adding these!

@refaktor refaktor merged commit a57e412 into refaktor:main Apr 21, 2024
7 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.

2 participants