Fabrizio Ferrai

Results 358 comments of Fabrizio Ferrai

> So, in my opinion, either removing the --source-maps option from bundle-app, or making the build phase of bundle-app call purs compile with -g sourcemaps in case the --source-maps option...

I'll mark this as a bug since it's functionality that we advertise having but it's currently broken

Is this a duplicate of #795? Does the solution described there help you with this?

@elliotdavies great analysis! Something I'd like to add is that PureScript's FFI makes it so that JS files are "implicitly read" by the compiler if they are nearby the `.purs`...

How about adding `True` and `False` at the value level too? (while keeping the lowercase ones)

What's your macOS version? In any case [here's the implementation for `getMetadata`](https://github.com/purescript/spago/blob/c465a41fb9939f883e083ac9ad5293aafe9cda4d/src/Spago/GlobalCache.hs#L89) - I have no idea why this would get stuck in a loop since there should be fallbacks...

@nmattia great, thanks for the log! It looks like the issue is this recursive call: https://github.com/purescript/spago/blob/c465a41fb9939f883e083ac9ad5293aafe9cda4d/src/Spago/Prelude.hs#L225 In usual conditions that walks up to the parent of the current directory and...

@nmattia have you tried my last suggestion?

I think we could add a simple check for `takeDirectory directory == directory`, and throw an error linking to this issue when that happens.

I agree that building a package after installing it could be convenient, but what we always meant by "install" in Spago is "download locally". For building packages we only used...