You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var $author$project$Utils$DummyData$defaultFilePath = $author$project$Utils$Types$FilePath$fromString('/Users/SomeUser/long_file_path/with_a_lot_of_levels/testFile.js');
6570
+
var $author$project$Utils$DummyData$gotFileStage = $author$project$Main$Model$ChooseFile(
'click here have ' + ($author$project$Utils$Constants$appName + (' introduce ' + (A2($author$project$Utils$Pluralize$aOrSome, requestedBugCount, 'bug') + (' into ' + ($author$project$Utils$Types$FilePath$nameOnly(file.path) + (' so that you can start debugging ' + $author$project$Utils$Pluralize$itOrThem(requestedBugCount)))))))),
@@ -14011,7 +14032,7 @@ var $author$project$Stages$ChooseFile$View$render = function (_v0) {
14011
14032
_List_fromArray(
14012
14033
[
14013
14034
$mdgriffith$elm_ui$Element$height(
14014
-
$mdgriffith$elm_ui$Element$px(60)),
14035
+
$mdgriffith$elm_ui$Element$px(80)),
14015
14036
$mdgriffith$elm_ui$Element$centerX
14016
14037
]),
14017
14038
startButton)
@@ -15261,7 +15282,7 @@ var $author$project$Stages$Debugging$View$IDontSeeAnyErrorsPage$render = functio
15261
15282
$mdgriffith$elm_ui$Element$el,
15262
15283
_List_fromArray(
15263
15284
[$mdgriffith$elm_ui$Element$Font$bold]),
15264
-
$mdgriffith$elm_ui$Element$text('3. It may be that the change we introduced into the file doesn\'t actually change the code enough to cause errors.'))
15285
+
$mdgriffith$elm_ui$Element$text('3. It may be that the change that ' + ($author$project$Utils$Constants$appName + ' introduced into the file doesn\'t actually change the code enough to cause errors.')))
15265
15286
])),
15266
15287
A2(
15267
15288
$mdgriffith$elm_ui$Element$paragraph,
@@ -15720,7 +15741,7 @@ var $author$project$Stages$Finished$View$render = function (_v0) {
15720
15741
if (finishType.$ === 'SuccessfullySolved') {
15721
15742
return _List_fromArray(
15722
15743
[
15723
-
$mdgriffith$elm_ui$Element$text('Nice work! To review, here\'s what we did to '),
15744
+
$mdgriffith$elm_ui$Element$text('Nice work! To review, here\'s what ' + ($author$project$Utils$Constants$appName + ' did to ')),
15724
15745
A2(
15725
15746
$author$project$Utils$UI$Text$codeWithAttrs,
15726
15747
_List_fromArray(
@@ -15733,7 +15754,7 @@ var $author$project$Stages$Finished$View$render = function (_v0) {
15733
15754
} else {
15734
15755
return _List_fromArray(
15735
15756
[
15736
-
$mdgriffith$elm_ui$Element$text('Here\'s what we did to '),
15757
+
$mdgriffith$elm_ui$Element$text('Here\'s what ' + ($author$project$Utils$Constants$appName + ' did to ')),
15737
15758
A2(
15738
15759
$author$project$Utils$UI$Text$codeWithAttrs,
15739
15760
_List_fromArray(
@@ -16096,12 +16117,6 @@ var $author$project$Stages$ChooseFile$Model$File = F2(
16096
16117
function (path, content) {
16097
16118
return {content: content, path: path};
16098
16119
});
16099
-
var $author$project$Utils$Types$FilePath$FilePath = function (a) {
16100
-
return {$: 'FilePath', a: a};
16101
-
};
16102
-
var $author$project$Utils$Types$FilePath$fromString = function (string) {
0 commit comments