| time |
nick |
message |
21:03 |
<pfox> |
sup james |
21:03 |
<pfox> |
i would really love to give specter some love.. i feel like it's falling behind the state of the art |
21:03 |
<pfox> |
when compared against other BDD test framework |
21:03 |
<pfox> |
+s |
21:04 |
<jagregory> |
hey jeff, how goes it? |
21:04 |
<pfox> |
not too bad |
21:04 |
<pfox> |
contemplating merging justin's installer stuff into master |
21:05 |
<pfox> |
how are you feeling about intellisense these days? |
21:06 |
<jagregory> |
It's quite solid, if not feature complete yet. |
21:06 |
<pfox> |
pfox nods |
21:07 |
<pfox> |
i still wasn't getting member selection to work |
21:07 |
<pfox> |
in my branch that merged your intellisense-refactor with master |
21:08 |
<pfox> |
but that was before your most recent checkins |
21:08 |
<jagregory> |
Aye, that should be working in my most recent changes. |
21:08 |
<pfox> |
cool |
21:08 |
<pfox> |
i should prolly do a merge of your most recent changes with master |
21:08 |
<pfox> |
and push that to github |
21:08 |
<pfox> |
so you could remote source it and then work from that branch |
21:08 |
<jagregory> |
Yeah, sounds like a good plan |
21:08 |
<pfox> |
with the peg lexer in place, i think BooLangStudio is good for dog fooding |
21:08 |
<pfox> |
no more colorizing gotchas/mystery exceptions |
21:08 |
<jagregory> |
excellent! |
21:08 |
<pfox> |
i fuckin hated shoe-horning BooLexer, i'm glad it was ditched |
21:09 |
<pfox> |
anywho |
21:09 |
<pfox> |
ok i'll get that done |
21:09 |
<pfox> |
and so.. |
21:09 |
<pfox> |
if you do |
21:09 |
<pfox> |
git remote add olsonjeffery git://github.com/olsonjeffery/boolangstudio.git |
21:09 |
<pfox> |
then |
21:09 |
<pfox> |
git fetch |
21:09 |
<pfox> |
you'll have the latest branches |
21:09 |
<pfox> |
so you can do a git checkout -b of olsonjeffery/intellisense or whatever to a local branch |
21:09 |
<pfox> |
and work from that |
21:09 |
<pfox> |
i'll let you know when the merge is pushed to github |
21:10 |
<jagregory> |
nice one, thanks |