First time here? Check out the FAQ!
2

Is askbot 0.7.48 a stable version ?
 

At the time of writing, askbot 0.7.48 is available on pypi but it is not mentioned in the changelog [1]. I checked the diff between 0.7.47 and 0.7.48 and saw javascript debugger statements in the code [2].

I am currently testing 0.7.47 and I'm experiencing some troubles that doesn't seem to be fixed in 0.7.48 but I can't be 100% sure without migrating.

Is 0.7.48 supposed to be stable besides those debugger leftovers ?

[1] http://askbot.org/doc/changelog.html

[2] https://github.com/ASKBOT/askbot-devel/compare/0.7.47...0.7.48#L45R2079

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Fabien Meghazi's avatar
93
Fabien Meghazi
asked 12 years ago, updated 12 years ago

Comments

see more comments

1 Answer

0

Sorry, missed the debug statements in js. I don't think these will cause any issues when your debug toolbar is closed, as AFAIK browsers ignore javascript debug statements unless you have developers tools open.

Will be fixed in the next version though, I've merged your pull request.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

see more comments