question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CTRE DFA branch is (probably) not correct

See original GitHub issue

This should be able to compile: https://compiler-explorer.com/z/3ndG45

but I’m getting error:

<source>: In function 'bool match(std::string_view)':
<source>:4:22: error: 'fast_match' is not a member of 'ctre'
    4 |         return ctre::fast_match<"aloha|[a-z]+">(sv);
      |                      ^~~~~~~~~~
Compiler returned: 1

but the “function” fast_match is available in the dfa branch thru include/ctre.hpp which includes ctre/functions.hpp, I tried to trigger an error and notice the functions.hpp is different version than the one in the dfa branch, it looks like od main/master branch.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
partoufcommented, Sep 17, 2020

all branches are now updated nightly with some hackery

1reaction
partoufcommented, Sep 14, 2020

Hm, DFA should be pulled every night, but perhaps that’s broken somehow. Ecma-unicode and v2 are not updated nightly, so we should probably change that as well then.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Contact the Passport Service - DFA.ie
A Customer Service Hub Agent can confirm if supporting documents have been received but they cannot tell you if they are correct. All...
Read more >
PASSPORT RENEWAL REQUIREMENTS & DFA Appointment ...
We recently renewed our passports, and based on our experience, it's pretty much the same. Understandably strict implementation of safety protocols are observed ......
Read more >
Report my Passport Lost or Stolen - travel.gov
Report your physical U.S. passport lost or stolen immediately to protect yourself from identity theft. You can replace it now or later -...
Read more >
ATAP Frequently Asked Questions
No. [to Top]. What do I do if my account is locked? Locked accounts automatically get reset each business night. You may also...
Read more >
Defense Finance Accounting Service (DFAS)
Description of and instructions for submitted claims of secondary dependency for incapacitated children, students aged 21 and 22, parents, and wards of the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found