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

Feat/add proper logging #116

Merged
merged 9 commits into from
Nov 9, 2024

Conversation

HaidarJbeily7
Copy link
Contributor

@HaidarJbeily7 HaidarJbeily7 commented Nov 6, 2024

related to this Issue


PR-Codex overview

This PR introduces additional logging throughout various command files in the eo2js project to enhance visibility into the execution flow, making it easier to debug and understand the processes involved in dataizing, testing, linking, and transpiling.

Detailed summary

  • Added logging for the object being dataized and the main file used in dataize.js.
  • Logged the directory where tests are running and any excluded patterns in test.js.
  • Logged the creation of package.json and the copying of dependencies in link.js.
  • Logged the copying of main files and completion of project builds in link.js.
  • Logged the reading of foreign files and the output directory in transpile.js.
  • Logged the number of verified tojos found and processed in transpile.js.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

eo2js/src/commands/dataize.js Outdated Show resolved Hide resolved
eo2js/src/commands/link.js Outdated Show resolved Hide resolved
eo2js/src/commands/link.js Outdated Show resolved Hide resolved
eo2js/src/commands/link.js Outdated Show resolved Hide resolved
@HaidarJbeily7
Copy link
Contributor Author

Closes: #85

Copy link
Member

@maxonfjvipon maxonfjvipon left a comment

Choose a reason for hiding this comment

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

@maxonfjvipon
Copy link
Member

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Nov 9, 2024

@rultor merge

@maxonfjvipon OK, I'll try to merge now. You can check the progress of the merge here.

@rultor rultor merged commit 3056046 into objectionary:master Nov 9, 2024
5 checks passed
@rultor
Copy link
Collaborator

rultor commented Nov 9, 2024

@rultor merge

@maxonfjvipon Done! FYI, the full log is here (took me 22min).

@maxonfjvipon
Copy link
Member

@HaidarJbeily7 thanks

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.

3 participants