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.

`Compile` and `Tidy` options are not available for modules (*.ixx)

See original GitHub issue

They are greyed out.

image

If I rename the file to have .cpp extension it all works fine.

Issue Analytics

  • State:closed
  • Created 5 months ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mariru27commented, Apr 25, 2023

I am glad to hear that

Great to know! I appreciate your assistance and the sample provided @jovibor I’ll keep you informed about any updates or progress on this issue

Have a nice day, Marina

1reaction
joviborcommented, Apr 25, 2023

Hi @mariru27,

This one seems to be working as expected, thank you!

As a sample you can use this project, it consist of exactly two files: .cpp and .ixx

Read more comments on GitHub >

github_iconTop Results From Across the Web

doesn't compile or import ixx files - c++
Rebuild failed unless I did a Clean first. ... Module declaration export module greetings; is not yet working on Visual studio 2019.
Read more >
Implementing C++20 modules in an existing game engine
"Intellisense is not working well yet with modules" - Yeah, ... The compiler already knows that the .cppm/.ixx is a module and already...
Read more >
Add IntelliSense for C++20 modules importing · Issue #6302
The intellisense is not working for imports at all. The definition: image. And whe we use it: image. But the compiler has no...
Read more >
clang-tidy + cxx_modules - Usage
dir/test_module.ixx.o -c /clang-tidy-issue/test_module.ixx error: unable to handle compilation, expected exactly one compiler job in '' [clang- ...
Read more >
Clang-Tidy doesn't find standard C++ modules, despite ...
I have a minimum not-working example here (may be downloaded as a .zip with the button on the top-right), that uses CMake +...
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