Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support special characters in network metadata paths #6141

Merged
merged 1 commit into from
Mar 26, 2024
Merged

support special characters in network metadata paths #6141

merged 1 commit into from
Mar 26, 2024

Conversation

tersec
Copy link
Contributor

@tersec tersec commented Mar 26, 2024

  • Build from source fails if certain special characters are in the users file path to project #6093

  • doAssert network.cfg.DENEB_FORK_EPOCH < FAR_FUTURE_EPOCH and checkForkConsistency(network.cfg) implies doAssert network.cfg.ALTAIR_FORK_EPOCH < FAR_FUTURE_EPOCH, doAssert network.cfg.BELLATRIX_FORK_EPOCH < FAR_FUTURE_EPOCH, and doAssert network.cfg.CAPELLA_FORK_EPOCH < FAR_FUTURE_EPOCH

  • escape(foo) handles mores cases than the env.sh changes, but at least spaces will be handled everywhere, once the other PRs in other repos land, the Nim code will be ready for the shell scripts to use more comprehensive quoting via, e.g., (shell) printf

Copy link

Unit Test Results

         9 files  ±0    1 115 suites  ±0   30m 3s ⏱️ - 3m 57s
  4 244 tests ±0    3 897 ✔️ ±0  347 💤 ±0  0 ±0 
16 926 runs  ±0  16 528 ✔️ ±0  398 💤 ±0  0 ±0 

Results for commit eb49796. ± Comparison against base commit c9f5908.

@tersec tersec merged commit 21daaad into unstable Mar 26, 2024
13 checks passed
@tersec tersec deleted the Hox branch March 26, 2024 21:47
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.

None yet

1 participant