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

basic sort functionatlity, need performance improvment #17

Merged
merged 3 commits into from
Oct 25, 2024
Merged

Conversation

avifenesh
Copy link
Owner

This pull request makes several updates to the Zig project, focusing on improving the build process, enhancing test coverage, and restructuring the project files. The most important changes include updating the build script, modifying test workflows, adding new functionality to utility functions, and restructuring the project directory.

Build and Workflow Improvements:

  • Project0-word/build.zig: Updated the build script to include detailed comments, added steps for running and testing the application, and modified the paths of source files.
  • .github/workflows/test-zig-files.yml: Updated the workflow to test files in the src directory instead of the root directory.

Project Restructuring:

  • Renamed and moved several files from the root directory to the src directory for better organization:
    • Project0-word/P0-tests.zig to Project0-word/src/P0-tests.zig
    • Project0-word/count_words.zig to Project0-word/src/count_words.zig
    • Project0-word/main.zig to Project0-word/src/main.zig
    • Project0-word/utils.zig to Project0-word/src/utils.zig

Enhancements to Utility Functions:

Test Coverage:

Additional Changes:

These changes collectively improve the project's organization, build process, and test coverage, making it easier to maintain and extend in the future.

@avifenesh avifenesh force-pushed the projects/hw0 branch 2 times, most recently from 444ed8c to b930f61 Compare October 25, 2024 13:31
@avifenesh avifenesh merged commit eeab407 into main Oct 25, 2024
9 checks passed
@avifenesh avifenesh deleted the projects/hw0 branch October 25, 2024 14:30
@avifenesh avifenesh restored the projects/hw0 branch October 25, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant