chore: Update to 0.2.22
This commit is contained in:
parent
605fbd0bd7
commit
d3c14f321f
|
@ -239,6 +239,7 @@ class Server:
|
|||
'fileName': str(file_name),
|
||||
'invocations': True,
|
||||
"sorrys": False,
|
||||
"newConstants": False,
|
||||
})
|
||||
if "error" in result:
|
||||
raise ServerError(result["desc"])
|
||||
|
@ -265,6 +266,7 @@ class Server:
|
|||
'file': command,
|
||||
'invocations': False,
|
||||
"sorrys": True,
|
||||
"newConstants": False,
|
||||
})
|
||||
if "error" in result:
|
||||
raise ServerError(result["desc"])
|
||||
|
@ -295,7 +297,7 @@ def get_version():
|
|||
class TestServer(unittest.TestCase):
|
||||
|
||||
def test_version(self):
|
||||
self.assertEqual(get_version(), "0.2.19")
|
||||
self.assertEqual(get_version(), "0.2.22")
|
||||
|
||||
def test_expr_type(self):
|
||||
server = Server()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "pantograph"
|
||||
version = "0.2.19"
|
||||
version = "0.2.22"
|
||||
description = "A machine-to-machine interaction system for Lean"
|
||||
authors = ["Leni Aniva <v@leni.sh>"]
|
||||
license = "GPL-3"
|
||||
|
|
2
src
2
src
|
@ -1 +1 @@
|
|||
Subproject commit 4f6ccd3e82dd41402b7244484a1b0312d9e27018
|
||||
Subproject commit 5d76626912795579832f2bb43748e137bb6d0595
|
Loading…
Reference in New Issue