Skip to content

Don't shell out to the same binary #258

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jimmykarily
Copy link
Contributor

calling auroraboot from within the auroraboot go binary is weird and makes development harder (since a simple go run . doesn't cut it, you also need to build the auroraboot binary and put it in the PATH). We probalby did it because of the packages not being very well structured, easily leading to circular imports.

calling `auroraboot` from within the `auroraboot` go binary is weird and
makes development harder (since a simple `go run .` doesn't cut it, you
also need to build the `auroraboot` binary and put it in the PATH).
We probalby did it because of the packages not being very well
structured, easily leading to circular imports.

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
@jimmykarily jimmykarily requested a review from a team April 23, 2025 12:11
@jimmykarily jimmykarily moved this to Under review 🔍 in 🧙Issue tracking board Apr 23, 2025
@jimmykarily jimmykarily marked this pull request as ready for review April 23, 2025 12:12
Copy link

codecov bot commented Apr 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.52%. Comparing base (25f234a) to head (7354839).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #258   +/-   ##
=======================================
  Coverage   28.52%   28.52%           
=======================================
  Files          20       20           
  Lines        2780     2780           
=======================================
  Hits          793      793           
  Misses       1862     1862           
  Partials      125      125           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Under review 🔍
Development

Successfully merging this pull request may close these issues.

1 participant