Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
00998fe6
Commit
00998fe6
authored
Apr 22, 2017
by
Maxime Perrotin
Browse files
Update version
parent
20666c3c
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
00998fe6
...
...
@@ -141,7 +141,7 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
1.
5.
29
(04/2017)
1.
5.
30
(04/2017)
-
Unicode bugfixes in Ada backend
-
Bugfix with SEQUENCE OF literals in Ada backend
...
...
opengeode/AdaGenerator.py
View file @
00998fe6
...
...
@@ -1443,7 +1443,6 @@ def expression(expr):
def
_primary_variable
(
prim
):
''' Single variable reference '''
var
=
find_var
(
prim
.
value
[
0
])
#print prim.inputString, prim.value[0].encode('utf-8')
if
not
var
or
is_local
(
var
):
sep
=
''
else
:
...
...
opengeode/opengeode.py
View file @
00998fe6
...
...
@@ -138,7 +138,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'1.5.
29
'
__version__
=
'1.5.
30
'
if
hasattr
(
sys
,
'frozen'
):
# Detect if we are running on Windows (py2exe-generated)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment