Skip to content

refactor: index gestion and session file separation into module#78

Merged
baptleduc merged 1 commit into
mainfrom
refactor/77-index-gestion-separate-session-file-into-modules
Sep 11, 2025
Merged

refactor: index gestion and session file separation into module#78
baptleduc merged 1 commit into
mainfrom
refactor/77-index-gestion-separate-session-file-into-modules

Conversation

@leduclean

@leduclean leduclean commented Sep 10, 2025

Copy link
Copy Markdown
Collaborator

Description

  • Changed the index gestion since sha256 are 256 bit, it was irrelevant to use a backward line reading, we can actually calculate the offset directly from the index.
  • Changed a bit of the Metadata structure adding a struct for display
  • Separate the session file into a session module to separate responsabilities

Dependancies

This branch is based on #72 so merge this PR after #72 will be merged

@leduclean leduclean linked an issue Sep 10, 2025 that may be closed by this pull request
@leduclean leduclean requested a review from baptleduc September 10, 2025 17:07
@leduclean leduclean changed the title Refactor/77 index gestion separate session file into modules Refactor: 77 index gestion separate session file into modules Sep 10, 2025
@leduclean leduclean force-pushed the refactor/77-index-gestion-separate-session-file-into-modules branch from bfc3689 to ae7576a Compare September 10, 2025 17:09
@leduclean leduclean changed the base branch from main to chore/prepare-bin-publish September 10, 2025 17:11
@leduclean leduclean changed the title Refactor: 77 index gestion separate session file into modules Refactor: index gestion separate session file into modules Sep 10, 2025
@leduclean leduclean changed the base branch from chore/prepare-bin-publish to main September 10, 2025 17:40
@leduclean leduclean changed the title Refactor: index gestion separate session file into modules refactor: index gestion separate session file into modules Sep 10, 2025
@leduclean leduclean changed the title refactor: index gestion separate session file into modules refactor: index gestion and session file separation into module Sep 10, 2025
@leduclean leduclean force-pushed the refactor/77-index-gestion-separate-session-file-into-modules branch 2 times, most recently from 5b762aa to 5f52ca0 Compare September 11, 2025 11:48
@leduclean leduclean force-pushed the refactor/77-index-gestion-separate-session-file-into-modules branch from 5f52ca0 to 5884128 Compare September 11, 2025 11:54
@baptleduc baptleduc merged commit 9568e51 into main Sep 11, 2025
4 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.

refactor: index gestion and separate Session file into modules

2 participants