New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improved change logs (and related Markdown support) #658
Conversation
…ed on every build
… process can use it
Looks fine to me, although I haven't tested it. Before I merge it's probably worth somebody on 10.6 (@HenningJ ?) checking that the python-markdown script runs. |
I didn’t see any references to it and thought it must just be an intermediate step to the full version. Easy enough to fix. |
Somebody wasn't paying enough attention to the 'final releases' section ;-) Good to see it back now :) On 25 January 2012 18:22, Rob McBroom <
|
Hey, come on. It’s been several hours since I went over that page. :-) |
Poke @HenningJ - could you just confirm that you can run Python-Markdown on 10.6? Trying to build a release .app should do the trick. All else looks good. |
Yeah, just built QS release with this branch. Works fine on 10.6 |
Great, thanks Henning :)
and for
|
|
I was guessing they were something like that. In that case: Rob, can you On 3 February 2012 07:57, Henning Jungkurth <
|
Sorry, I thought I had You might want to delete you copy of this branch and check it out again. FYI, the merge conflict should just be in the generated HTML since it changed with the recent release. |
BTW. do we actually want the generated .html files in the repo? |
That’s a good question. My vote is “no”. Should I remove them (and add them to |
Yes, that's what I was (secretly) suggesting. ;-) BTW. my hard drive crashed this morning, so I wont be able to do any testing today. Meh. :-( |
On 3 February 2012 14:43, Rob McBroom <
|
I’ve removed and ignored them, but unlike the |
Looks good. Merged and committed. |
...but for some strange reason they're not showing in the online repo, but I can pull them just fine. I've sent GH a ticket. |
I couldn’t see them either, but they just showed up. One strange thing… I ran
I don’t have any local commits on that branch, so it shouldn’t hurt anything, but just a heads-up. I wonder if that somehow kicked the web interface to update. |
Hmmm, interesting. Seems to be working now, so looks like that did the See #678 now this is sorted :) On 3 February 2012 17:55, Rob McBroom <
|
I just remembered that the Xcode project has references to the two HTML files. Should we leave them in (since they will exist from time to time), or remove them? If you want to remove them, maybe just do it in #678 since that file will be modified anyway. |
Just thought about that. I think they should stay in the Xcode proj. On 3 February 2012 18:12, Rob McBroom <
|
Two main goals here:
A Summary of what’s changed:
/tmp/QS
so plug-in projects will have a predictable place to look for it.PYTHONPATH
was defined in the xcconfig files so scripts in plug-in projects can find the module automatically.And one unrelated change: I noticed the job that copies the
Configuration
folder was hard-coded to/tmp/QS
. I changed it to useQS_BUILD_ROOT
instead.