issues
search
scala-records
/
scala-records
Labeled records for Scala based on structural refinement types and macros.
BSD 3-Clause "New" or "Revised" License
159
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update scala 2.13.0-RC3 to 2.13.0
#142
Philippus
closed
5 years ago
1
Update scala 2.13.0-RC2 to 2.13.0-RC3
#141
Philippus
closed
5 years ago
1
Update scala 2.13.0-RC1 to 2.13.0-RC2
#140
Philippus
closed
5 years ago
1
Update scala 2.13.0-M5 to 2.13.0-RC1
#139
Philippus
closed
5 years ago
1
Update the testing matrix for the latest versions
#138
vjovanov
closed
5 years ago
0
Scala version updated to 2.12.8
#137
amirsh
closed
5 years ago
1
Scala 2.13.0-M4
#136
xuwei-k
closed
6 years ago
1
sbt 1.1.1
#135
xuwei-k
closed
6 years ago
1
migrate to build.sbt. fix warnings
#134
xuwei-k
closed
6 years ago
0
update sbt plugins
#133
xuwei-k
closed
6 years ago
0
Fix README formatting error..
#132
ScalaWilliam
closed
7 years ago
1
Support current Scala 2.12
#131
ScalaWilliam
closed
7 years ago
2
support Scala 2.12.0-RC1
#130
xuwei-k
closed
8 years ago
1
Non-applyDynamic-based Rec constructor for use with varargs
#129
lmartel
closed
8 years ago
3
Quote space fix.
#128
perovic
closed
7 years ago
1
Support for IntelliJ with the new API
#127
siriux
opened
8 years ago
2
Removing benchmarks from the main repo.
#126
vjovanov
closed
8 years ago
6
Benchmark tests don't compile
#125
dragos
opened
8 years ago
0
Unresolved dependency for benchmarks
#124
dragos
opened
8 years ago
6
Adopting to the new representation of object paths.
#123
vjovanov
closed
9 years ago
3
blackbox construction syntax
#122
cvogt
opened
9 years ago
0
Disallow $ in applyDynamicNamed syntax for record construction
#121
gzm0
opened
9 years ago
13
Document Pattern Matching
#120
vjovanov
opened
9 years ago
0
Open question: How to handle field name clashes when merging records
#119
cvogt
closed
9 years ago
1
Update docs and tests to use applyDynamicNamed syntax (was: remove Rec("a" -> 1) syntax in favor of Rec(a = 1))
#118
cvogt
opened
9 years ago
43
Removing sbt defaults (breaks scala.js).
#117
vjovanov
closed
9 years ago
1
Bumps the scala.js version.
#116
vjovanov
closed
9 years ago
4
Release for Scala.js 0.6
#115
hrj
closed
9 years ago
6
Move the badge in the title
#114
vjovanov
closed
9 years ago
0
Change the type of a record
#113
gzm0
closed
9 years ago
4
Merge cvogt/compossible's Records and scala-records
#112
cvogt
opened
9 years ago
4
Change the type of records
#111
gzm0
closed
9 years ago
10
Encoding issue with -
#110
vjovanov
opened
9 years ago
32
Add a Gitter chat badge to README.md
#109
gitter-badger
closed
9 years ago
3
Support defining a Record by using named parameters
#108
julienrf
closed
9 years ago
1
Docs
#107
vjovanov
closed
10 years ago
3
Broken link.
#106
vjovanov
closed
10 years ago
1
Polishing the README.
#105
vjovanov
closed
10 years ago
1
Introduce a `merge` operation for joining two records.
#104
vjovanov
opened
10 years ago
13
Extracting the field type from the signature of the structural type.
#103
vjovanov
closed
10 years ago
10
Adds array and collections tests
#102
heathermiller
closed
10 years ago
5
Collection-typed fields aren't supported
#101
heathermiller
closed
10 years ago
4
Array-typed fields aren't supported
#100
heathermiller
closed
10 years ago
0
Minor improvments to case class conversion
#99
gzm0
closed
10 years ago
2
Add the `copy` operation that mimics copy on case classes.
#98
vjovanov
opened
10 years ago
2
Introduce an operation to add fields to records.
#97
vjovanov
opened
10 years ago
7
Allow symbols for literal record construction
#96
gzm0
closed
9 years ago
12
Allow to write the type of a Record
#95
gzm0
closed
9 years ago
30
Cross compile to Scala.js
#94
gzm0
closed
10 years ago
4
Add meta operations about fields
#93
vjovanov
opened
10 years ago
4
Next