We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df7299 commit f4452a0Copy full SHA for f4452a0
scripts/release.yml
@@ -602,7 +602,7 @@ stages:
602
603
# Enable on release:
604
- job: PyPIPublish
605
- condition: eq(1,0)
+ condition: eq(1,1)
606
displayName: "Publish to PyPI"
607
pool:
608
vmImage: "ubuntu-latest"
src/ast/ast.cpp
@@ -58,7 +58,7 @@ parameter::parameter(parameter const& other) : m_val(other.m_val) {
58
}
59
60
void parameter::init_eh(ast_manager & m) {
61
- if (is_ast()) {
+ if (is_ast()) { x
62
m.inc_ref(get_ast());
63
64
0 commit comments