Alex Hansen
Alex Hansen
> Sorry about this! You should definitely be able to use Spago and PureScript 0.14.9 together. No problem! I appreciate the tooling and I'm excited to help call attention to...
Hmmm…is there anything I can do to unblock myself here? I’m unable to create any spago project
Hm, using `brew` I don't see a way to install those versions. `brew install [email protected]` doesn't find anything -- `npm` doesn't work for the above mentioned reason. I guess the...
I'm on an m1 mac. Since `npm` was failing for unknown reasons, I built from source which was painless and very easy. 😄 it even copied it into a `bin`...
There was a bug previously where the compiler would panic if the two errors were from different files, which was usually the case, so we reverted the old implementation.
@minestarks I was thinking we'd get all this in first, and then update samples etc. when documentation is ready for it. Since it is all backwards compatible, there's no rush.
> A few questions to the PR description. > > _"We detect the "root" of the project by calculating the largest common prefix of the file paths."_ > > 1....
Recap from the meeting today: There is a way for us to work and implement new features that will enable storage in libraries within the current paradigms of the Sway...
We also need this for impl self blocks :)
I think the most _synergistic_ approach would be to have @vlopes11 define the data structure for the source maps, and for me to output to that mapping format. Since he...