Skip to content

Replace dots in variants' names#314

Merged
miniBill merged 1 commit into
mainfrom
dots-in-names
Jun 8, 2026
Merged

Replace dots in variants' names#314
miniBill merged 1 commit into
mainfrom
dots-in-names

Conversation

@miniBill

@miniBill miniBill commented Jun 7, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions

This comment was marked as outdated.

@miniBill miniBill marked this pull request as draft June 7, 2026 20:27
@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown
diff --ignore-all-space --minimal --new-file --recursive main/cli/generated/MarioPartyStats/Json/RequestBodies.elm branch/cli/generated/MarioPartyStats/Json/RequestBodies.elm
2,3c2,3
<     ( encodeBodyboards, encodeBodymatchPlayers, encodeBodymatches, encodeBodyplayers
<     , decodeBodyboards, decodeBodymatchPlayers, decodeBodymatches, decodeBodyplayers
---
>     ( encodeBodyBoards, encodeBodyMatchPlayers, encodeBodyMatches, encodeBodyPlayers
>     , decodeBodyBoards, decodeBodyMatchPlayers, decodeBodyMatches, decodeBodyPlayers
11c11
< @docs encodeBodyboards, encodeBodymatchPlayers, encodeBodymatches, encodeBodyplayers
---
> @docs encodeBodyBoards, encodeBodyMatchPlayers, encodeBodyMatches, encodeBodyPlayers
16c16
< @docs decodeBodyboards, decodeBodymatchPlayers, decodeBodymatches, decodeBodyplayers
---
> @docs decodeBodyBoards, decodeBodyMatchPlayers, decodeBodyMatches, decodeBodyPlayers
27,28c27,28
< encodeBodyboards : MarioPartyStats.Types.RequestBodies.Bodyboards -> Json.Encode.Value
< encodeBodyboards =
---
> encodeBodyBoards : MarioPartyStats.Types.RequestBodies.BodyBoards -> Json.Encode.Value
> encodeBodyBoards =
32,33c32,33
< encodeBodymatchPlayers : MarioPartyStats.Types.RequestBodies.BodymatchPlayers -> Json.Encode.Value
< encodeBodymatchPlayers =
---
> encodeBodyMatchPlayers : MarioPartyStats.Types.RequestBodies.BodyMatchPlayers -> Json.Encode.Value
> encodeBodyMatchPlayers =
37,38c37,38
< encodeBodymatches : MarioPartyStats.Types.RequestBodies.Bodymatches -> Json.Encode.Value
< encodeBodymatches =
---
> encodeBodyMatches : MarioPartyStats.Types.RequestBodies.BodyMatches -> Json.Encode.Value
> encodeBodyMatches =
42,43c42,43
< encodeBodyplayers : MarioPartyStats.Types.RequestBodies.Bodyplayers -> Json.Encode.Value
< encodeBodyplayers =
---
> encodeBodyPlayers : MarioPartyStats.Types.RequestBodies.BodyPlayers -> Json.Encode.Value
> encodeBodyPlayers =
47,48c47,48
< decodeBodyboards : Json.Decode.Decoder MarioPartyStats.Types.RequestBodies.Bodyboards
< decodeBodyboards =
---
> decodeBodyBoards : Json.Decode.Decoder MarioPartyStats.Types.RequestBodies.BodyBoards
> decodeBodyBoards =
52,53c52,53
< decodeBodymatchPlayers : Json.Decode.Decoder MarioPartyStats.Types.RequestBodies.BodymatchPlayers
< decodeBodymatchPlayers =
---
> decodeBodyMatchPlayers : Json.Decode.Decoder MarioPartyStats.Types.RequestBodies.BodyMatchPlayers
> decodeBodyMatchPlayers =
57,58c57,58
< decodeBodymatches : Json.Decode.Decoder MarioPartyStats.Types.RequestBodies.Bodymatches
< decodeBodymatches =
---
> decodeBodyMatches : Json.Decode.Decoder MarioPartyStats.Types.RequestBodies.BodyMatches
> decodeBodyMatches =
62,63c62,63
< decodeBodyplayers : Json.Decode.Decoder MarioPartyStats.Types.RequestBodies.Bodyplayers
< decodeBodyplayers =
---
> decodeBodyPlayers : Json.Decode.Decoder MarioPartyStats.Types.RequestBodies.BodyPlayers
> decodeBodyPlayers =
diff --ignore-all-space --minimal --new-file --recursive main/cli/generated/MarioPartyStats/Types/RequestBodies.elm branch/cli/generated/MarioPartyStats/Types/RequestBodies.elm
1c1
< module MarioPartyStats.Types.RequestBodies exposing (Bodyboards, BodymatchPlayers, Bodymatches, Bodyplayers)
---
> module MarioPartyStats.Types.RequestBodies exposing (BodyBoards, BodyMatchPlayers, BodyMatches, BodyPlayers)
8c8
< @docs Bodyboards, BodymatchPlayers, Bodymatches, Bodyplayers
---
> @docs BodyBoards, BodyMatchPlayers, BodyMatches, BodyPlayers
15c15
< type alias Bodyboards =
---
> type alias BodyBoards =
19c19
< type alias BodymatchPlayers =
---
> type alias BodyMatchPlayers =
23c23
< type alias Bodymatches =
---
> type alias BodyMatches =
27c27
< type alias Bodyplayers =
---
> type alias BodyPlayers =

@miniBill miniBill marked this pull request as ready for review June 8, 2026 12:30
@miniBill miniBill merged commit 955692b into main Jun 8, 2026
2 checks passed
@miniBill miniBill deleted the dots-in-names branch June 8, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants