Skip to content

Minor fixes#41

Merged
jaja360 merged 2 commits into
masterfrom
minor_fixes
Jun 3, 2025
Merged

Minor fixes#41
jaja360 merged 2 commits into
masterfrom
minor_fixes

Conversation

@lemire
Copy link
Copy Markdown
Member

@lemire lemire commented Jun 3, 2025

  1. Some of the code did not seem quite portable. Some non-constexpr strings were passed to functions expecting constexpr strings. Though this might be fine in some contexts, it can also cause errors.
  2. I have worked a bit on speeding up the initial build by replacing some (though not all) git dependencies by zip ball dependencies. It is often faster to grab a zip file than to go through git. This is especially true with the swift tree which is huge.

@jaja360
Copy link
Copy Markdown
Collaborator

jaja360 commented Jun 3, 2025

Excellent, let's merge !

@jaja360 jaja360 merged commit e089e04 into master Jun 3, 2025
8 checks passed
@jaja360 jaja360 deleted the minor_fixes branch June 3, 2025 18:12
@lemire
Copy link
Copy Markdown
Member Author

lemire commented Jun 3, 2025

@jaja360 Thanks for merging.

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