Sturm Mabie

Results 6 issues of Sturm Mabie

![screenshot](https://user-images.githubusercontent.com/1126907/89943612-7f233500-dbec-11ea-8840-008290ae31f2.png) You can see that the `@.` is not being highlighted, unlike like `@df` and `@pipe`. Is this intended behavior?

Hi, Seeing that scala-native doesn't support windows, what would be the best way to provide a binary on Windows that allows the use of OpenGL calls? If all else fails,...

Hi, though the prompt is read-only, utop permits the cursor to go past (i.e in from of) the prompt. Instead, utop should consider the point after `utop[n]>` to be the...

emacs

So say I have two files, `defs.ml` and `parser.ml`. I start up utop and run: ``` #use "parser.ml" ``` utop throws an error: ``` Error: Unbound module Defs ``` How...

For example, after a line that doesn't have a semicolon (like an open statement), it indents. Also, the mode is quite inflexible in regards to how it wants your code...

Hi I'm trying to run the example but I don't seem to be getting any output: ``` novusnycmc85% ./scalac-aspects PerUnitTiming.aj Foo.scala /Users/smabie/aspectj1.8//bin/ajc -1.5 -cp /Users/smabie/aspectj1.8//lib/aspectjrt.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/akka-actor_2.11-2.3.10.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/config-1.2.1.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/jline-2.12.1.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/scala-actors-2.11.0.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/scala-actors-migration_2.11-1.1.0.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/scala-compiler.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/scala-continuations-library_2.11-1.0.2.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/scala-continuations-plugin_2.11.7-1.0.2.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/scala-library.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/scala-parser-combinators_2.11-1.0.4.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/scala-reflect.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/scala-swing_2.11-1.0.2.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/scala-xml_2.11-1.0.4.jar:/usr/local/Cellar/scala/2.11.7/libexec/lib/scalap-2.11.7.jar -outxml -outjar /var/folders/6k/6_w76g6113v_3zy5d3d0cbxht8sbhw/T/scalac-aspects.XXXXXXXXXX.hgyO1wrh/aspects.jar PerUnitTiming.aj /Users/smabie/scalac-aspects/PerUnitTiming.aj:32...