Tom Price

Results 9 comments of Tom Price

I'm getting something similar. terminate called after throwing an instance of 'std::bad_alloc'

Thanks, can you do a pull request? I'm not exactly sure what the issue is because the firmware compiled OK for me without this. AMIGOF takes longer than the default...

AMIGOF has an extra stage and under certain conditions it fails to converge. (Usually very sluggish processes, in which case Tyreus Luyben PI is probably a good starting point.) You...

I'll probably code something up in a fork. It may not be for everybody, like you say.

Yes, I think that reimplementation would be an improvement. The particular problem for me is that since is not a procedure, it cannot be used in typed Racket using `require/typed`.

I see `ssax:make-parser/positional-args` in `SSAX-code.rkt`, but it is not provided by `main.rkt`. It would be easy enough for me to fork it and check it out though -- thanks. If...

It turns out that `ssax:make-parser/positional-args` is also defined as a macro, and is an even less convenient form. FWIW I did get the following example to work: ``` #lang racket...

> It seems like the kind of thing that Oleg would have gotten right Yes