JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
85 stars 3 forks source link

Windows build does not work #210

Closed JSAbrahams closed 2 years ago

JSAbrahams commented 3 years ago

Description of Bug

When using GitHub Actions to build the project on the latest windows os, it fails to load the Python resources. This means that the type checker does not recognize the standard library functions and primitives of Python.

Expected behavior

Like MacOS and Ubuntu, it should load these resources.

JSAbrahams commented 2 years ago

I'm guessing this is because windows uses the CRLF line separator. This is an issue because the python-parser crate v0.1.0 does not know how to handle this. Perhaps if we're lucky the newer versions can.