Skip to content

Cdt 4.0.1 - #1

Closed
bearcubsvet wants to merge 9 commits into
Wire-Network:cdt-4.0.1from
bearcubsvet:cdt-4.0.1
Closed

Cdt 4.0.1#1
bearcubsvet wants to merge 9 commits into
Wire-Network:cdt-4.0.1from
bearcubsvet:cdt-4.0.1

Conversation

@bearcubsvet

Copy link
Copy Markdown
Collaborator

Change Description

  • rename eosio to sysio and update reference to submodules (using absolute URLs now)
  • currently build and working but needs a rebuilt

Documentation Additions

Forked from code link
Release link

@bearcubsvet

Copy link
Copy Markdown
Collaborator Author

this PR is no longer needed, will reopen a new from a different source repo.

heifner added a commit that referenced this pull request Sep 3, 2026
Third raw-string escape past this filter. Dropping every '#'-prefixed line
deleted `#)d"; ...`; dropping '#' followed by a digit deleted `#1)d"; ...`.
Both took the executable code on the closing-delimiter line with them, and
the checker returned OK on a dispatcher cdt-cpp compiles.

Matching the complete grammar instead -- `# <line> "<file>"` with optional
trailing flags, anchored at both ends -- leaves any line that is not
literally a marker intact. Verified against the real emission:

    # 1 "/path/to/t.cpp"
    # 1 "<built-in>" 1

raw_string_hash_num added as a counterexample; reverting to the numeric
prefix fails it, and the earlier raw_string_hash still fails the broad form.

Eighteen assertions. ctest 31/31.
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.

1 participant