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

chore: monorepo #1456

Merged
merged 56 commits into from
Oct 7, 2024
Merged

chore: monorepo #1456

merged 56 commits into from
Oct 7, 2024

Conversation

obatirou
Copy link
Collaborator

@obatirou obatirou commented Oct 1, 2024

Time spent on this PR:

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Resolves #1394

What is the new behavior?

  • Monorepo with kakarot0 and SSJ

This change is Reviewable

docker/deployer/Dockerfile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Copy link
Member

@ClementWalter ClementWalter left a comment

Choose a reason for hiding this comment

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

I suggest that the monorepo is not

|--
   |-- kakarot0
   |-- kakarot-ssj

(just putting them all in the same repo, what for?)

but keep the current kakarot structure, ie at the root a cairozero and a cairo project

|--
   |-- src
   |-- cairo1

with a possible renaming (open to suggestion)

|--
   |-- cairo_zero
   |-- cairo

@obatirou obatirou marked this pull request as ready for review October 2, 2024 12:55
@obatirou obatirou force-pushed the monorepo branch 3 times, most recently from ee2c6d2 to 3d49d39 Compare October 4, 2024 09:45
.gitignore Outdated Show resolved Hide resolved
.markdownlint.json Outdated Show resolved Hide resolved
.prettierrc.json Outdated Show resolved Hide resolved
.trunk/trunk.yaml Outdated Show resolved Hide resolved
Makefile Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
@ClementWalter ClementWalter merged commit 6496ee1 into kkrt-labs:main Oct 7, 2024
11 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.

feat: make a monorepo with ssj
3 participants