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

Move curves to algebra #680 #701

Merged
merged 27 commits into from
Nov 28, 2023
Merged

Move curves to algebra #680 #701

merged 27 commits into from
Nov 28, 2023

Conversation

z-tech
Copy link
Contributor

@z-tech z-tech commented Nov 15, 2023

Move curves to algebra

Just moves curves into this repo. They remain separate workspaces.

closes: #680

Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (master)
  • Linked to GitHub issue with discussion and accepted design OR have an explanation in the PR that describes this work.
  • Wrote unit tests
  • Updated relevant documentation in the code
  • Added a relevant changelog entry to the Pending section in CHANGELOG.md
  • Re-reviewed Files changed in the GitHub PR explorer

@z-tech z-tech added the do-not-merge-now Do not merge due to conflicts with more important PRs label Nov 15, 2023
@z-tech z-tech requested review from a team as code owners November 15, 2023 15:00
@z-tech z-tech requested review from Pratyush, mmagician and weikengchen and removed request for a team November 15, 2023 15:00
@z-tech

This comment was marked as outdated.

@weikengchen
Copy link
Member

CI is passing. Shall we merge? (we ideally should merge soon so we are not keeping both)

@@ -0,0 +1,201 @@
Apache License
Copy link
Member

Choose a reason for hiding this comment

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

Let's make this a pointer to the top level LICENSE-APACHE

Copy link
Contributor Author

Choose a reason for hiding this comment

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

are symlinks fine? I forget if there's a GitHub specific way to do this

@z-tech

This comment was marked as outdated.

@mmaker
Copy link
Member

mmaker commented Nov 21, 2023

thank you for taking on this painful task

@z-tech z-tech removed the do-not-merge-now Do not merge due to conflicts with more important PRs label Nov 22, 2023
- id: set-dirs # Give it an id to handle to get step outputs in the outputs key above
run: |
# shellcheck disable=SC2086
echo "dir=$(find . -mindepth 1 -maxdepth 1 -type d | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If anyone knows how to fix this without the ignore LMK

.github/workflows/ci.yml:184:9: shellcheck reported issue in this script: SC2086:info:1:90: Double quote to prevent globbing and word splitting [shellcheck]

@z-tech
Copy link
Contributor Author

z-tech commented Nov 22, 2023

Seems pretty much ready to me. LMK what you all think.

@z-tech
Copy link
Contributor Author

z-tech commented Nov 27, 2023

I see I have one review but I just want to confirm it's okay to merge or if we should wait for some reason thx 😅

@z-tech z-tech merged commit 860a986 into master Nov 28, 2023
@z-tech z-tech deleted the z-tech/680 branch November 28, 2023 09:09
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.

Move curves to algebra
4 participants