Bernie Pope

Results 22 comments of Bernie Pope

This looks great. Can you please show some examples of its use? Maybe some examples can be put in the header documentation for Language.Python.Common.Quoter?

Looks great thanks! Would it be possible to add some test cases to the test suite as well?

Hi @Pagolin. I would like to pull this code into the repository. I do prefer to have some test cases to use when doing the pull. Your suggested approach sounds...

Support for lnotab is now available, although CPython seems to generate a table entry for every bytecode instruction, whereas we only generate an entry when the line number changes. Our...

Hi @Rudxain and @GoToLoop. Thank you for working on this code. I see a lot of activity here. Should I start looking at the pull request or should I wait...

Hi @Rudxain and @GoToLoop I'm very happy that you are putting so much effort into this. Thank you. I don't mind what kind of changes are made, but I will...

I tried using the Python DRMAA interface. It worked for simple cases, but seg-faulted for some more complex examples. It seemed that the author was looking for someone else to...

Perhaps the project is active, see: https://github.com/drmaa-python/drmaa-python

Thanks @puffnfresh. I'm not sure how I feel about this. On the one hand I can see the convenience, but on the other hand the pretty printer assumes that it...

I'm thinking of a library of "smart" constructor functions. Perhaps also quasi quotation, as mentioned in https://github.com/bjpop/language-python/issues/13.