You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the following error after trying to run c3c bench example:
⚠️ The compiler encountered an unexpected error: "Violated assert: compiler.context.main || compiler.build.no_entry".
- Function: exe_name(...)
- Source file: /build/source/src/compiler/compiler.c:177
🙏 Please consider taking the time to file an issue on GitHub, so that we can get it fixed:
https://github.com/c3lang/c3c/issues/new so that we can get it fixed.
Steps to reproduce:
Create project.json, example.c3 and build/ directory
This has led to some discussion. What's done here is odd: we're running "bench" which takes any target and tries to run its benchmarks, but in this case the target is a benchmark target which should benchmark automatically.
This means we have:
Normal target - bench
Bench target - run
Bench target - build
Bench target - bench
All of them which would then presumably just run the benchmarks. This is not reasonable.
Get the following error after trying to run
c3c bench example
:Steps to reproduce:
project.json
,example.c3
andbuild/
directoryc3c bench example
c3c version: 0.6.5 (WIP)
The text was updated successfully, but these errors were encountered: