Skip to content
GitLab
Explore
Sign in
Fix crash when mapping BitSet to negative values
Code
Review changes
Check out branch
Download
Patches
Plain diff
Viktor Kuncak
requested to merge
github/fork/jad-hamza/bitset-fix
into
master
Jun 22, 2021
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Created by: jad-hamza
This crashes in Scala 2.12.13:
scala.collection.BitSet(1).map(_ - 1)
Merge request reports