Skip to content

Commit

Permalink
add notes to XXX comments
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Jul 27, 2023
1 parent 9336924 commit d4e15d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Swarm/Doc/Gen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ recipeLevels recipes start = levels
classicScenario :: ExceptT Text IO Scenario
classicScenario = do
entities <- loadEntities >>= guardRight "load entities"
fst <$> loadScenario "data/scenarios/classic.yaml" entities undefined -- XXX
fst <$> loadScenario "data/scenarios/classic.yaml" entities undefined -- XXX, wait until after merging #1392

startingHelper :: Scenario -> Robot
startingHelper = instantiateRobot 0 . head . view scenarioRobots
Expand Down
2 changes: 1 addition & 1 deletion src/Swarm/Doc/Pedagogy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ generateIntroductionsSequence =
loadScenarioCollection :: IO ScenarioCollection
loadScenarioCollection = simpleErrorHandle $ do
entities <- ExceptT loadEntities
(_, loadedScenarios) <- liftIO $ loadScenariosWithWarnings entities undefined -- XXX
(_, loadedScenarios) <- liftIO $ loadScenariosWithWarnings entities undefined -- XXX, wait until after merging #1392
return loadedScenarios

renderUsagesMarkdown :: CoverageInfo -> Text
Expand Down

0 comments on commit d4e15d1

Please sign in to comment.