Alfonso Garcia-Caro

Results 315 comments of Alfonso Garcia-Caro

@IanManske @dbrattli @ncave @alexswan10k I've renamed "old" `main` to `fable3` and `snake_island` to `main`. The open PRs have been retargeted. Locally you should only need to check out main and...

This is great @IanManske, thanks a lot! My only concern is that this will fail when 6.0.400 is used, is that right? In that case, should we wait until there's...

Awesome @IanManske, thanks again! Sorry for the late reply, I couldn't check this during the weekend. I will test your branch and if there's no problem I will merge 👍...

I see, thank for pointing that out. TBH, script loading has been working intermittently, but it'd be nice to have it working for Fable 4, particularly for quickly testing compilation...

If using sdk 6.0.400 makes both project and script loading work, we probably can make it a requirement for the release of Fable 4, as it is a new major...

TBH I'm a bit concerned because there are many moving pieces right now and changing the project cracker brings some risks given the current way, even if old, it's working...

@kentcb There's one addition I've been considering: passing `FABLE_COMPILER` also when parsing the .fsproj as property. This would allow you to have different frameworks depending on whether you want to...

@kentcb I've published v3.7.19 with the change, can you please give it a try? Thanks!

@IanManske I've merged with `main` and fixed the merge conflicts in `Ionide-ProjInfo-sync` branch. But Github doesn't let me send a PR to your fork (or I'm doing something wrong). Can...

Oh, my. This is a tricky situation. I guess we haven't noticed so far because, as you point out, normally we use pattern matching and in case we only do...