fable-compiler / repl

Fable online REPL
http://fable.io/repl
MIT License
64 stars 37 forks source link

Fable.Core is outdated (TypeScriptTaggedUnion does not work) #150

Closed cannorin closed 2 years ago

cannorin commented 2 years ago

The fable version is 3.7.0 but TypeScriptTaggedUnion does not work, so it seems the REPL is still using an old version of Fable.Core.

alfonsogarciacaro commented 2 years ago

Thanks for letting me know @cannorin! It was a while since we didn't update the libraries in the REPL 😅 I just did it, can you please reload and try again?

cannorin commented 2 years ago

It is now refusing to load for some reason. Fable version is now shown as:

REPL: 3.7.9
Fable: 0.0.0

I also deleted the cache but no luck...

alfonsogarciacaro commented 2 years ago

Ups, it seems I broke it in the update. Hopefully it's fixed now, can you please try again?

cannorin commented 2 years ago

Yes, it works! https://fable.io/repl/#?code=PYBwpgdgBAYghgIwDZgHQGFgCcwFgBQoksiKG2aAUgM4CSEALmFqAQQwJ7hQDaAPAEEkSYAHcAcgFdhAGQCWTLHCQA+ALpR0crAGMUUALwEoJqImoMlOhlADWciABMAXFAtYHAcyiiFACyhPMAYAGjdg41NzSzhrKCVHOUlqVwAzETgbXwYAoNDwhjZ8Tm5+IREJaSR5RWV1KABlAEdJOBxDSJNoqxt7J1d3Lx9-QOCw6gj8UzMEd1ibajlHMBlITxy0jKyRvPHJ9i4wXj4AFUOGnQ8QBhO4TyDHAFUIOWAIAAoAIj7HT4BKer8ABKYBa2jAAEVWkg5Kk5GBHAIdDowNRqPUGn44NwjFNTAAfTTaPRHYCpIm6FCdKCE5qtdpkxotNp4fAEFA2ckGKCpSQQayvCDU2lY8AYYn6HRQAC0KigIA8jFS0E+OglYFcAFJUp8oDpUAkktRhY1RWg6Sy3DK5QqHAxlVBPtRmTgtTq3KhFstVhB1n4ipjsWgtJSjgBCMMAb0JP0MjrVoc+AG54nBEsk4wAWVAAJhpAF8aXLUkA&html=Q&css=Q

Thank you!