issues
search
scala
/
pickling
Fast, customizable, boilerplate-free pickling support for Scala
lampwww.epfl.ch/~hmiller/pickling
BSD 3-Clause "New" or "Revised" License
831
stars
79
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Pickling fails with a weird issue
#455
opensorceror
opened
6 years ago
0
val from trait not pickled
#454
jcrowley66
opened
7 years ago
0
Incorrect handling of Option[xxx] if None
#453
jcrowley66
opened
7 years ago
13
Is this project abandoned?
#452
SethTisue
opened
7 years ago
14
Experiment to compile to 2.12 and cross to 2.11, drop 2.10.
#451
ekrich
opened
7 years ago
4
Unpickle without specifying type
#450
DonDebonair
opened
7 years ago
1
Consider dropping or updating the link to http://lampwww.epfl.ch/~hmiller/pickling
#449
dwijnand
closed
6 years ago
0
Deserialization in incorrect type
#448
pkhamutou
opened
7 years ago
0
Update sbt version to 0.13.13
#447
zaneli
opened
7 years ago
0
Some macro in PicklerUnpickler is not serializable
#446
zzvara
opened
8 years ago
0
java.lang.VerifyError: Bad type on operand stack while encapsulating Pickler
#445
zzvara
opened
8 years ago
0
Fix the method name typo in the deprecated message
#444
zaneli
closed
8 years ago
1
Update Scala and sbt version
#443
zaneli
closed
8 years ago
1
Error when saving a Map of Int and a Composite
#442
staeff777
opened
8 years ago
0
Compile time serialisation failing for nested case classes with Scala 2.10.6
#441
ChetanBhasin
opened
8 years ago
2
Pickling 0.10.2-SNAPSHOT for Scala 2.10
#440
ChetanBhasin
opened
8 years ago
0
Can't unpickle ValueSet
#439
cornim
opened
8 years ago
2
[WIP] Support for Scala 2.12
#438
jodersky
closed
6 years ago
4
Remove patmat warnings
#437
jvican
opened
8 years ago
1
Variadic arguments for case class
#436
dzufferey
opened
8 years ago
4
Add test case for #385
#435
jvican
closed
8 years ago
2
Set version to first milestone release `0.11.0-M1`
#434
jvican
closed
8 years ago
3
Add pickler and unpickler for Nothing
#433
jvican
closed
8 years ago
1
Add picklers and unpickler for Nothing
#432
jvican
closed
8 years ago
1
Cut first milestone release
#431
jvican
closed
8 years ago
13
Address fixes pointed out in #419
#430
jvican
closed
8 years ago
1
Add tests for issue 114 - pickling tuples
#429
jvican
closed
8 years ago
1
Add support for specialized tuples
#428
jvican
closed
8 years ago
4
Add tests for refined types #426
#427
jvican
closed
6 years ago
1
Refined types should be supported
#426
jvican
opened
8 years ago
1
WIP: restructure tests
#425
jvican
closed
8 years ago
1
Improve implicit search drastically
#424
jvican
closed
8 years ago
5
StaticOnly should be enabled by default
#423
jvican
opened
8 years ago
2
Improve performance of implicit search
#422
jvican
opened
8 years ago
3
Remove GRL locks around FastTypeTag generation
#421
jsuereth
opened
8 years ago
1
Scalajs support in 0.11.x
#420
jvican
opened
8 years ago
11
Improve custom pickler/unpickler generators
#419
jvican
closed
8 years ago
2
StaticOnly should be used to choose the runtime strategy
#418
jvican
opened
8 years ago
1
FastTypeTag doesn't work for types with type parameters
#417
jvican
opened
8 years ago
4
Fix #415 - initialization of pickler registry when switching runtime strategies
#416
jvican
closed
8 years ago
5
Registry is not initialized when we switch runtimes
#415
jvican
closed
8 years ago
0
Generate and register picklers/unpicklers together when using reflection
#414
jvican
opened
8 years ago
0
Add jorge to travis notifications
#413
jvican
closed
8 years ago
0
Force generation to create (un)picklers together
#412
jvican
closed
8 years ago
8
Add lazy initialization and isLookupEnabled
#411
jvican
closed
8 years ago
16
Add tests that show #409
#410
jvican
closed
8 years ago
3
Cache already generated picklers for known types
#409
jvican
closed
8 years ago
1
Add automatic registering of picklers/unpicklers
#408
jvican
closed
8 years ago
5
Add selfdescribing test
#407
jvican
closed
8 years ago
0
Add SelfDescribing test (/cc @phaller)
#406
jvican
closed
8 years ago
1
Next