JetBrains-Research / astminer

A library for mining of path-based representations of code (and more)
MIT License
282 stars 80 forks source link

C/C++ tests fail on M1 #218

Closed egor-bogomolov closed 1 year ago

egor-bogomolov commented 1 year ago

Currently, Astminer fails when trying to run on the Apple silicon chip. The possible reason is that the library version we use for parsing C/C++ is not compatible with M1 processors.