Change julia output function and fix bug wiht julia matrix output
ClosedPublic

Authored by sirgienko on May 31 2018, 9:52 PM.

Details

Summary

Fix julia output: change display function from jl_static_show to 'display'

BUG: 377773
FIXED-IN: 18.04.2

Test Plan
  1. Start Julia worksheet
  2. Write entry with matrix, for example mat = [1 2 3; 4 5 6]
  3. Check, that output is matrix

Diff Detail

Repository
R55 Cantor
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
sirgienko created this revision.May 31 2018, 9:52 PM
Restricted Application added a project: KDE Edu. · View Herald TranscriptMay 31 2018, 9:52 PM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
sirgienko requested review of this revision.May 31 2018, 9:52 PM
sirgienko edited the summary of this revision. (Show Details)
sirgienko edited the test plan for this revision. (Show Details)
sirgienko edited the test plan for this revision. (Show Details)
asemke accepted this revision.Jun 1 2018, 7:41 AM
This revision is now accepted and ready to land.Jun 1 2018, 7:41 AM
This revision was automatically updated to reflect the committed changes.