tildebyte / ChucK-plugin-for-ST3

A Sublime Text 3 plugin for ChucK (http://chuck.cs.princeton.edu).
19 stars 2 forks source link

multifile gist upload doesn't work after Build command #48

Closed zeffii closed 10 years ago

zeffii commented 10 years ago

yeah, it's weird.. but I don't immediately know what this might be happening..Will figure out soon.

zeffii commented 10 years ago

well maybe not so soon.. this one has me stumped.. but i did come across another potentially buggy bit of code, so about to update two files ( multi file gist upload and chuck_util_functions.py )

I have a nagging suspicion it could be several things..

zeffii commented 10 years ago

so, before hitting build mu debug statement tells me attempt send is started from attempt from C:\SUBLIME3\Sublime Text Build 3047 but after the build command it's different. attempt from C:\Users\dealga\Desktop\COURSERA\chuck\wk8\chugen_test (ie the directory where i'm trying to gist upload from.

zeffii commented 10 years ago

figured out how to get this working again, it was indeed a current working path thing, but I don't want to upload the fix just yet, because there is some restructuring to be done.