alda

WE'VE MOVED! Join us at: http://slack.alda.io
2016-03-10T09:19:20.000038Z

hello everone, i m trying to make a sublime-build file for alda but i m getting this error [27713] ERROR C:\Users\taylan\Documents\Alda (Access is denied) and yes i run sublime text as admin (windows 10)

2016-03-10T09:20:06.000039Z

build file { "shell_cmd": "alda.exe play --file ${file_path}" }

2016-03-10T09:34:22.000040Z

solved { "cmd": ["alda", "play","--file", "\"${file}\""], "selector" : "source.alda" }

dave 2016-03-10T15:13:10.000042Z

hi @etaylan -- glad you figured it out, i'm pretty clueless about windows stuff :simple_smile:

dave 2016-03-10T15:13:29.000043Z

btw, have you seen this? https://github.com/ArchimedesPi/sublime-alda

2016-03-10T16:28:47.000045Z

yes @dave thanks. I downloaded, but build file is not included and they don't have to include for 3 os :simple_smile:

dave 2016-03-10T16:29:29.000046Z

ah, i see

dave 2016-03-10T16:30:02.000047Z

you should consider submitting a pull request, it looks like your build command might work for linux/mac as well

dave 2016-03-10T16:30:28.000048Z

i might try it out when i have a minute

2016-03-10T16:31:17.000049Z

i never tried pull request before, i may broke something 😄

dave 2016-03-10T16:32:38.000050Z

that's OK, that's what the pull request process is for! the project maintainers can test out your PR and make sure it doesn't break anything before merging the change

dave 2016-03-10T16:32:53.000051Z

i'd be happy to test it, personally

2016-03-10T16:33:36.000052Z

okay i just forked, i will do it. thx for encouraging me

dave 2016-03-10T16:34:35.000053Z

no problem :simple_smile:

2016-03-10T16:38:38.000054Z

pull request done

dave 2016-03-10T16:53:35.000055Z

🤘