Skip to content

Update readme about long class file names#100

Merged
EpicPlayerA10 merged 3 commits intoDiobf:masterfrom
luiox:dev
May 23, 2025
Merged

Update readme about long class file names#100
EpicPlayerA10 merged 3 commits intoDiobf:masterfrom
luiox:dev

Conversation

@luiox
Copy link
Contributor

@luiox luiox commented May 21, 2025

I think we should avoid the problem of file names being too long instead of modifying Git settings, as this would require more operations. And in old version Windows has some limit about file path, the MAX_PATH is 260.

Copy link
Collaborator

@EpicPlayerA10 EpicPlayerA10 left a comment

Choose a reason for hiding this comment

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

Thank you for the pull request!

Yeah, i have renamed the classes that had long paths to shorter ones and now this requirement of setting core.longpaths is not needed.

Before merging your PR, I would like to request some changes. Especially, move this notice about long path to CONTRIBUTING.md as it is a file for developers to read.

You can also remove this line as it is no longer needed:
https://github.com/narumii/Deobfuscator/blob/f7424276c5aaca271f5e7affecfe0cd63971216e/README.md?plain=1#L10

Remove unnecessary Git configuration content and add new precautions
@luiox luiox requested a review from EpicPlayerA10 May 22, 2025 04:38
Copy link
Collaborator

@EpicPlayerA10 EpicPlayerA10 left a comment

Choose a reason for hiding this comment

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

Small nitpick

CONTRIBUTING.md Outdated

The project is also greatly documented, so you can find more information about any class or transformer in their javadocs and comments inside the code. You can also view other transformers' code - see how they work and how they are implemented. There are also tests, so you can, for example, see how the transformer behaves when you modify some line of code.

## ❗Attention
Copy link
Collaborator

Choose a reason for hiding this comment

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

Move this Attention section to the very bottom of the file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I fix the small nitpick

@luiox luiox requested a review from EpicPlayerA10 May 23, 2025 00:10
Copy link
Collaborator

@EpicPlayerA10 EpicPlayerA10 left a comment

Choose a reason for hiding this comment

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

LGTM

@EpicPlayerA10 EpicPlayerA10 merged commit 690cff1 into Diobf:master May 23, 2025
1 check 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