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

sim-ln/refactor: Update help, add new cmds in Makefile #239

Merged
merged 2 commits into from
Apr 7, 2025

Conversation

jirigrill
Copy link
Contributor

No description provided.

Makefile Outdated
@@ -39,8 +45,8 @@ check-code:

stable-output:
@if [ -n "$$(git status --porcelain)" ]; then \
echo "Error: There are unstaged or uncommitted changes after running 'make check-code'."; \
exit 1; \
echo "Error: There are unstaged or uncommitted changes after running 'make check-code'."; \
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's move formatting fixes into a separate commit?

@jirigrill jirigrill requested a review from carlaKC March 29, 2025 04:34
Copy link
Contributor

@carlaKC carlaKC left a comment

Choose a reason for hiding this comment

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

A few high level things that I'd like to get straightened out:

  • Formatting changes / trivial typos should go in their own commits (not with functionality)
  • Changes should be pushed as fixup commits

Happy for you to do one big restructure + squash to get this right, and then go with fixups thereafter. I know that this may seem overly pedantic, but it makes a big difference to the maintainability of the codebase and our ability to debug it to do things in a standard way.

@jirigrill jirigrill closed this Apr 2, 2025
@jirigrill jirigrill force-pushed the makefile-refactoring branch from dc03c80 to 5044fb7 Compare April 2, 2025 01:34
@jirigrill jirigrill reopened this Apr 2, 2025
@jirigrill
Copy link
Contributor Author

@carlaKC thank you for your feedback. I have reset the commits to follow your suggestion. Let me know if now it looks you expected.

@jirigrill jirigrill force-pushed the makefile-refactoring branch from 7dab2f9 to bd24179 Compare April 2, 2025 08:50
@carlaKC carlaKC added this to the V2.4 milestone Apr 2, 2025
Copy link
Contributor

@carlaKC carlaKC left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for taking the time to fix up commit structure, appreacite it 🙏

@carlaKC carlaKC merged commit e5482da into bitcoin-dev-project:main Apr 7, 2025
2 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