Ichoran

Results 7 issues of Ichoran

May throw an out of bounds error. Example: ``` bash $ scala -cp Thyme.jar Welcome to Scala version 2.10.1 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_37). Type in expressions to...

bug

There was a report of a 140s pbench attempt, which turned out not to agree particularly well with most other measurements. Some sort of warning is in order, as Thyme...

enhancement

The current reporting assumes that all GC activity takes place during the measured call. This assumption is not valid of a concurrent-mark-sweep or other concurrent garbage collector is used. It...

enhancement

As reported by Andriy Plokhotnyuk, both the `ByteBuffer` and the `ByteArrayInputStream` (i.e. `RecyclingParser`) versions fail on the following input: ```scala """"倒排索引(英语:Inverted index),也常被称为反向索引、置入档案或反向档案,是一种索引方法,被用来存储在全文搜索下某个单词在一个文档或者一组文档中的存储位置的映射。它是文档检索系统中最常用的数据结构。"""".getBytes ``` `JsonRecyclingParser` has the worse error in that...

Extra tests including Stepper and Accumulator.

These can be written in ways that are not compiler-specific. Compiler, DirectoryClassPath, and SyntaxHighlighting contain changes to the compiler internals, including some type signature changes, so they remain separate. Specifically,...