Dustin L. Howett

Results 663 comments of Dustin L. Howett

Problem there is, it hasn't kept up with Clang as it's changed. I'm worried that it ties people to whatever arbitrary version of whatever random compiler they built when they...

I have no idea what I was doing with this (%log => static function? what?), and that makes me sad. Repurposing as logos improvement bug.

`%group X %init Y %end %end` might create `_logos_class$_ungrouped$Y`.

Main issue there is that I don't actually parse source. Syntel has a type parser, and it's possible at the very least to get into subclass blocks for ivars (ooh:...

Looked into `__PRETTY_FUNCTION__`; it's handled as a primary-expression in the C parser. We can unfortunately not get inside it :(

From #48. ``` 17:22 that should be being done anyway, come to think of it. however, it complicates custom class expressions 17:22 as init can wrap scope 17:22 (the function...

From #10. The `logs` config param for logos should exist, and support `full`, `off`, and `on` (defaulting to `on`). `full` will automatically %log all hooked methods. `off` will disable (consume)...

From #9 (via @rpetrich). It should be possible to pass arbitrary expressions into a logos macro and have it dedupe and cache them. Existing `%c(classname)` expressions could be converted to...

Still, we should be using `%p` for blocks and not `0x%x` with a cast. That will get us compiling even if we don't display any useful information.

"exeSuffix" was intended more to mean "executable suffix", though I can see why it would appear platform-specific