| [#637] | project: compiler | priority: low | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Lex | Martin | fixed | 2006-06-22 11:52:13.0 | |
| subject | assertion failed in inferView | |||
| code | ||||
| what happened | |
|||
| what expected | I am in the middle of rewriting scala-analysis to use more of the compiler data structures, and currently there are gobs of type errors in my code. The above assertion failure keeps appearing and then going away as I fix up the code. It only appears when there are type errors in the code. I do not have a small example right now, but am posting it so that it does not get forgotten. I do have a snapshot of a src directory that generates this error when using scala-devel/2.1.6, so as time permits I will try and whittle that down to something more specific. |
|||
| [back to overview] | ||||
| Martin edited on 2006-06-26 16:28:16.0 |
| I saw this bug also in some other code, and applied a fix. So I assume it is fixed now. |