Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 19, 2025

The module name dmdfs lacked readability. Renamed to dmdevfs throughout the codebase.

Files renamed:

  • src/dmdfs.csrc/dmdevfs.c
  • include/dmdfs.hinclude/dmdevfs.h

Code changes:

  • Header guards: DMDFS_HDMDEVFS_H
  • Version macros: DMDFS_VERSION_*DMDEVFS_VERSION_*
  • Magic number: DMDFS_CONTEXT_MAGICDMDEVFS_CONTEXT_MAGIC (value: 0x444D44460x444D4456)
  • DMFSI API declarations: all 19 function registrations updated from dmdfs to dmdevfs
  • Function calls: dmfsi_dmdfs_context_is_valid()dmfsi_dmdevfs_context_is_valid()
  • Log prefixes: "dmdfs:""dmdevfs:"

Build configuration:

  • CMakeLists.txt: project name, module name, source file references
  • manifest.dmm: module name and release artifact patterns

Documentation:

  • README.md: all references, code examples, project structure
  • GitHub workflows: artifact names, job descriptions

Example usage change:

// Before
dmvfs_mount_fs("dmdfs", "/mnt", NULL);

// After
dmvfs_mount_fs("dmdevfs", "/mnt", NULL);

Repository URLs remain unchanged pending GitHub repository rename.

Original prompt

This section details on the original issue you should resolve

<issue_title>Zmienić nazwę modułu</issue_title>
<issue_description>Mało czytelna jest ta nazwa. Powinna być:
dmdevfs. Trzeba zmienić wszędzie w repo te nazwę - a ja na koniec zmienię ja w github</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
@JohnAmadis JohnAmadis marked this pull request as ready for review December 19, 2025 19:11
Copilot AI changed the title [WIP] Change module name to dmdevfs Rename module from dmdfs to dmdevfs Dec 19, 2025
Copilot AI requested a review from JohnAmadis December 19, 2025 19:12
@JohnAmadis JohnAmadis merged commit 81c9c79 into main Dec 19, 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.

Zmienić nazwę modułu

2 participants