Skip to content

Instantly share code, notes, and snippets.

View VladUreche's full-sized avatar

Vlad Ureche VladUreche

View GitHub Profile
@VladUreche
VladUreche / coverage.md
Created May 14, 2015 00:49
Coverage log
sun@sun-cpu:~/workspace/dev/test$ git clone https://github.com/miniboxing/miniboxing-plugin.git
Cloning into 'miniboxing-plugin'...
remote: Counting objects: 15469, done.
remote: Compressing objects: 100% (180/180), done.
remote: Total 15469 (delta 93), reused 0 (delta 0), pack-reused 15234
Receiving objects: 100% (15469/15469), 19.93 MiB | 2.43 MiB/s, done.
Resolving deltas: 100% (7734/7734), done.
Checking connectivity... done.
sun@sun-cpu:~/workspace/dev/test$ sbt miniboxing-plugin/coverage test coverageReport coverageAggregate
sun@sun-cpu:~/workspace/dev/test/miniboxing-plugin(wip)$ cat target/scala-2.11/coverage-report/cobertura.xml
<?xml version="1.0"?>
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
<coverage line-rate="0.87" lines-covered="5505" lines-valid="4789" branches-covered="451" branches-valid="388" branch-rate="0.86" complexity="0" version="1.0" timestamp="1431564530915">
<sources>
<source>/src/main/scala</source>
</sources>
<packages>
<package name="miniboxing.plugin" line-rate="0.78" branch-rate="0.70" complexity="0">
<classes>
This file has been truncated, but you can view the full file.
Codecov v0.0.2 - Uploader
url: https://codecov.io
No CI detected, using git for branch and commit sha.
Searching for coverage reports... ok
Detecting file structure... ok
Reading reports....ok
query: package=bash-v0.0.2&branch=wip&commit=db72e704d5b258bf75904c9ea5722249fe571d37
https://codecov.io/upload/v2?package=bash-v0.0.2&branch=wip&commit=db72e704d5b258bf75904c9ea5722249fe571d37
.
./mb-scalac
issue-21221.rs:51:6: 51:9 error: trait `Mul` is not in scope [E0405]
issue-21221.rs:51 impl Mul for Foo {
                       ^~~
issue-21221.rs:51:6: 51:9 help: run `rustc --explain E0405` to see a detailed explanation
issue-21221.rs:51:6: 51:9 note: You may be referring to one of: 
issue-21221.rs:51:6: 51:9 note:  * `mul1::Mul`
issue-21221.rs:51:6: 51:9 note:  * `mul2::Mul`
issue-21221.rs:51:6: 51:9 note:  * `std::ops::Mul`
issue-21221.rs:51:6: 51:9 note: which you need to import with the `use` keyword.
@VladUreche
VladUreche / scala16.md
Created May 26, 2016 23:26
Scala Symposium 2016

Scala Symposium 2016 – Call for Papers

Homepage: http://conf.researchr.org/track/scala-2016/scala-2016

The Scala Symposium is a forum for researchers and practitioners to share new ideas and results of interest to the Scala programming language community. We welcome a broad spectrum of research topics in many formats.

Topics of Interest

We welcome submissions on topics related to Scala, including (but not limited to):