Highlights
- Pro
Block or Report
Block or report krzemin
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
scalalandio/chimney Public
Scala library for boilerplate-free, type-safe data transformations
-
endpoints Public
Forked from endpoints4s/endpoints4s
Scala library to define HTTP-based communication protocols
Scala
-
scalawave-typelevel-workshop Public
Slides and code from Scalawave 2016 "Introduction to typelevel (meta)programming with Shapeless" workshop
-
-
525 contributions in the last year
Activity overview
Contribution activity
March 2023
Created 19 commits in 1 repository
Created a pull request in scalalandio/chimney that received 1 comment
Benchmarks refactoring
Cut them into smaller groups so that the charts are more readable.
TODO:
unify naming of the inline DSL-based (.into[T]...transform
) and Transfor…
Opened 12 other pull requests in 1 repository
scalalandio/chimney
12
merged
- Cleanup majority of compilation warnings on scala-3 branch
- Fix majority of compilation warnings
- Cleanup some compilation warnings
- Lightweight derivation rules
- Deferred wrapping of generated code
- Refactor: move srcPrefixTree into TransformerConfig
- Simplified partial transformers composition encoding
- Run implicit search with macros always enabled
- Fix issue #228
- Migrate to -Xsource:3
- Test ensuring that error paths are prepended properly for Partial Transformers
- Fix version scheme in published artifacts
Reviewed 2 pull requests in 1 repository
scalalandio/chimney
2 pull requests
Created an issue in scalalandio/chimney that received 1 comment
Remove deprecated features: lifted transformers and unsafe options
Lifted transformers and unsafe options were deprecated in 0.7.0 and they won't be migrated to Scala 3. The task is to remove them completely from: …