-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Description
Fable, you have a template with a failing test—why?!
dotnet new install SAFE.Template
dotnet new SAFE
dotnet tool restore
dotnet run -- RunTests
| let model, _ = update (SaveTodo(Finished newTodo)) model |
Is one supposed to fix it this way?
let model, _ = update (LoadTodos (Finished [newTodo])) modelor if you prefer
let model, _ = update (LoadTodos (Finished [])) model
let model, _ = update (SaveTodo(Finished newTodo)) modelIs it a template or an examination/test?
Comment about using Copilot
Copilot and GPT cannot pass it.
I'm happy that Copilot cannot do that because it means human programmers' jobs are saved! 😄
But Copilot actually helps because after the above changes you will see that the root cause error is "Todos were not in the Loaded state".
But Copilot actually helps because, after making the above changes, you will see that the root cause of the error is 'Todos were not in the Loaded state,' even though it is not really capable of producing the correct fix for the problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels



