darfink / chakracore-rs

An idiomatic Rust wrapper for the JSRT interface
39 stars 10 forks source link

0.2.0 does not build #28

Open dsherret opened 4 years ago

dsherret commented 4 years ago

Perhaps it worked in the past, but nowadays the following occurs:

Compiling syntex_syntax v0.58.1
error[E0423]: expected function, tuple struct or tuple variant, found struct `ast::Name`
   --> C:\Users\user\.cargo\registry\src\github.com-1ecc6299db9ec823\syntex_syntax-0.58.1\src\symbol.rs:146:27
    |
146 |                       name: ast::Name($index),
    |                             ^^^^^^^^^
...
165 | / declare_keywords! {
166 | |     // Invalid identifier
167 | |     (0,  Invalid,        "")
168 | |
...   |
231 | |     (56, CrateRoot, "{{root}}")
232 | | }
    | |_- in this macro invocation
    |
    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
darfink commented 3 years ago

Hi!

When Microsoft announced their intention to transition Microsoft Edge to Chromium, my motivation for this project was greatly diminished. Even before the announcement I had already noticed a big drop in the repository's activity: image Since then the project has continued to stagnate and it's now at the mercy of open source contributors.

If there is a big enough interest for this library, and if ChakraCore's development speed would improve, my interest in maintaining this library would improve as well.

Anyhow, this is not a direct response to your issue but that's why I haven't tried to resolve it either.