-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Build] Update to 2021 edition (#200)
Co-authored-by: andrzej.gluszak <[email protected]>
- Loading branch information
Showing
30 changed files
with
242 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,7 @@ benches-variable | |
|
||
# VSCode: | ||
|
||
.vscode/ | ||
.vscode/ | ||
|
||
# IntelliJ: | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "frunk" | ||
edition = "2018" | ||
edition = "2021" | ||
version = "0.4.0" | ||
authors = ["Lloyd <[email protected]>"] | ||
description = "Frunk provides developers with a number of functional programming tools like HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid, Semigroup and friends." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "frunk_core" | ||
edition = "2018" | ||
edition = "2021" | ||
version = "0.4.0" | ||
authors = ["Lloyd <[email protected]>"] | ||
description = "Frunk core provides developers with HList, Coproduct, LabelledGeneric and Generic" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
58a399d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Frunk Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.big_transform_from_24fields
1782
ns/iter (± 41
)68
ns/iter (± 0
)26.21
big_transform_from_25fields
1800
ns/iter (± 31
)75
ns/iter (± 1
)24
This comment was automatically generated by workflow using github-action-benchmark.
CC: @lloydmeta
58a399d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Frunk Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.big_transform_from_24fields
1489
ns/iter (± 5
)68
ns/iter (± 0
)21.90
big_transform_from_25fields
1499
ns/iter (± 6
)75
ns/iter (± 1
)19.99
This comment was automatically generated by workflow using github-action-benchmark.
CC: @lloydmeta