Mike Gershunovsky
Mike Gershunovsky
I meant it to be immutable so you can check history. For example if you wanted to know "did we run backfill for this set of customers?" you can find...
it should be possible to replace the variable string ${...} with a regex, and for keywords that use regex, we can leave the regex there. then attempt to match
robot/running/userkeyword.py contains code for matching keywords with embedded variables
Hey. I'm not planning to add support for sublime text 3 until robot framework itself supports python 3
Actually, highlighting should still be possible. I'll look into this, thanks.
I added support for only syntax highlighting. You'll have to clone the repository manually and use the "ST3" branch (when it gets to a better state, I'll submit it for...
potentially use http://pythonhosted.org/watchdog/
- first goal: to simply cache the file list and ignore file updates - second goal: experiment with watchdog - final goal: implement watchdog in caching the file list
I came up with a hacky workaround for this that only works for simple inserts, not inserts with RETURNING or UPDATE with version check. It just delegates to the JdbcDriver...