-
Notifications
You must be signed in to change notification settings - Fork 7
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
Issue 243: GNAT Studio integration #301
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #301 +/- ##
========================================
Coverage 97.83% 97.83%
========================================
Files 25 25
Lines 4395 4395
Branches 725 725
========================================
Hits 4300 4300
Misses 57 57
Partials 38 38 Continue to review full report at Codecov.
|
The plugin does not work with recent versions of GNAT Studio Pro:
The following versions seem to be affected:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the same error with the missing gs_utils
.
You can try the most recent commit for a fix. |
This fixed the issue for me. |
A menu is created to check a single file, check all RecordFlux files, generate code for a single file, generate code for all RecordFlux files. FIXME: Files are generated into Object_Dir (cannot be compiled) FIXME: Adding new spec from context menu does not work Ref. #243
Pylint and mypy cannot be used as this is Python 2.7 code
- Use custom attribute "Object_Dir" for generate output directory - Create output directory if "Create_Missing_Dirs" is set Ref. #243
Rebased to |
GNAT Studio integration for RecordFlux.
You can install it with (this will install the plugin into the GNAT Studio plugin directory in your home directory):
$ make install_gnatstudio
Close #243