Stephen Crane

Results 44 comments of Stephen Crane

Thanks for the ping, fell off my list. I'll make sure something happens on this.

Just an educated guess, but I would start by checking here https://github.com/immunant/c2rust/blob/master/c2rust-ast-exporter/src/AstExporter.cpp#L646-L648 to see if the `__LINE__` macro is recoverable at that point. If it is you can export it...

We can do this after #217 lands.

Unfortunately we can't support reorganize-definitions until we have some sort of refactoring support again. This feature uses a global refactoring pass after transpiling to gather and organize declarations and definitions...

We should remove it from the options... at least for now. It requires c2rust-refactor and will fail to work properly without it. I'm not sure MIR helps us, because ultimately...

I don't think we should automatically run `cargo add` when instrumenting, that seems too magic to me. We should just document this requirement in a README. The most automatic thing...

I'm not sure that was the issue. There can be some build system issues with linking against the correct version of clang.

Hmm, nevermind, I think @thedataking was correct, see https://github.com/zwegner/faster-utf8-validator/blob/master/rules.py#L8

Looks like there are two issues here. The first is that c2rust clang can't find system headers. Then it looks like there's an issue with the type `__mm256i_u`. However, I...

@ArniDagur I've reopened this because I think this is a compiler issue, any additional info re: my questions above?