[cantor] [Bug 363600] New: Evaluate worksheet button on Python3 backend doesn't work correctly

2016-05-27 Thread Fernando Teles via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363600

Bug ID: 363600
   Summary: Evaluate worksheet button on Python3 backend doesn't
work correctly
   Product: cantor
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: python3-backend
  Assignee: nlmin...@gmail.com
  Reporter: fernandotal...@gmail.com
CC: fil...@kde.org

On press the evaluate worksheet button using Python 3 backend, the output shows
an unformatted string. This string is the output of "print(globals())".
However, it should print variables accordingly the entries on worksheet.

Reproducible: Always

Steps to Reproduce:
1. Do something as a = 1
2. Press "Evaluate Worksheet" button
3.

Actual Results:  
The worksheet prints "print(globals())".

Expected Results:  
The worksheet should print the result of an expression, value of a variable,
etc.

-- 
You are receiving this mail because:
You are watching all bug changes.


[cantor] [Bug 363560] Sage backend is not working with Sage 7.2 version

2016-05-27 Thread Fernando Teles via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363560

Fernando Teles  changed:

   What|Removed |Added

   Version Fixed In||16.08
  Latest Commit||http://commits.kde.org/cant
   ||or/cd3b3c44d0f4026bddba594e
   ||bf0740b2c9e35a50
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Fernando Teles  ---
Git commit cd3b3c44d0f4026bddba594ebf0740b2c9e35a50 by Fernando Teles.
Committed on 27/05/2016 at 11:30.
Pushed by fernandoteles into branch 'master'.

Added support to sage 7.2 backend

FIXED-IN: 16.08
Differential Revision: https://phabricator.kde.org/D1696

M  +1-1src/backends/sage/sagesession.cpp

http://commits.kde.org/cantor/cd3b3c44d0f4026bddba594ebf0740b2c9e35a50

-- 
You are receiving this mail because:
You are watching all bug changes.