Skip to content

Fix windows ability to checkout project #201#246

Open
fredsa wants to merge 4 commits intosehugg:masterfrom
fredsa:fix201
Open

Fix windows ability to checkout project #201#246
fredsa wants to merge 4 commits intosehugg:masterfrom
fredsa:fix201

Conversation

@fredsa
Copy link
Copy Markdown
Contributor

@fredsa fredsa commented Mar 24, 2026

  • Rename skeleton.remote:llvm-mos to Windows compatiable filename skeleton.remote_llvm-mos
  • Replace :llvm-mos suffix with _llvm-mos suffix

@fredsa
Copy link
Copy Markdown
Contributor Author

fredsa commented Mar 24, 2026

  • Update README and Makefile for Windows

@sehugg
Copy link
Copy Markdown
Owner

sehugg commented Mar 29, 2026

The "remote:" prefix is used several places in the code, it's probably easier to change the skeleton-loading code than change the prefix. Actually, we can probably strip off the entire remote: prefix when loading the file.

fredsa added 3 commits April 7, 2026 21:20
Recommend MSYS2 `UCRT64` environment.
Avoid ':' in filenames by stripping 'remote:'
file extension prefix:
- Rename `skeleton.remote:llvm-mos`
  to `skeleton.llvm-mos`, which allow Windows
  users to once again checkout the repo.
- Update `getSkeletonFile` to strip 'remote:'.
@fredsa
Copy link
Copy Markdown
Contributor Author

fredsa commented Apr 8, 2026

Sg. Force pushed new version that does this.

Fix broken C projects on Windows.
Ensure C build tools that require LF
line endings always get them,
regardless of checked in profile file
line endings and the developer's
local git config.
@fredsa
Copy link
Copy Markdown
Contributor Author

fredsa commented Apr 9, 2026

Fixed an issue with C based projects failing to compile & run: added line ending fix.

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