Closed yuseinaligmail closed 2 years ago
What? Octave language support added.
Also, CodeMirror not found exception bug resolved
Why?
Octave support for interactive code blocks will be needed for Signals and Systems Course.
How? Language check related parts are extended to check for octave kernel.
Fixes #
Remember to add or update unit tests for new features and changes.
What type of test did you run?
[ADD A DESCRIPTION ABOUT WHAT YOU TESTED MANUALLY] I did create interactive code blocks in Octave and tested their functionality.
Did you test the changes in
Think of what is affected by these changes and could become broken It is not expected to break any part.
[ ] Did you modify or add new strings in the user interface? (Read about how to create translation) No
[ X] Did you follow our style guides?
[ ] Did you use Python type hinting in all functions that you added or edited? (type hints for function parameters and return values)
Not needed for this addition.
Clean up your git commit history before submitting the pull request!
Description
What? Octave language support added.
Also, CodeMirror not found exception bug resolved
Why?
Octave support for interactive code blocks will be needed for Signals and Systems Course.
How? Language check related parts are extended to check for octave kernel.
Fixes #
Testing
Remember to add or update unit tests for new features and changes.
What type of test did you run?
[ADD A DESCRIPTION ABOUT WHAT YOU TESTED MANUALLY] I did create interactive code blocks in Octave and tested their functionality.
Did you test the changes in
Think of what is affected by these changes and could become broken It is not expected to break any part.
Translation
[ ] Did you modify or add new strings in the user interface? (Read about how to create translation) No
Programming style
[ X] Did you follow our style guides?
[ ] Did you use Python type hinting in all functions that you added or edited? (type hints for function parameters and return values)
Have you updated the README or other relevant documentation?
Not needed for this addition.
Is it Done?
Clean up your git commit history before submitting the pull request!