Skip to content

Commit

Permalink
Merge branch 'master' into fix/#2924/delta-binding-maps-to-nothing
Browse files Browse the repository at this point in the history
maxonfjvipon committed Mar 18, 2024
2 parents fe423f9 + 2ee92f6 commit b112122
Showing 73 changed files with 2,089 additions and 1,947 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/simian.yml
Original file line number Diff line number Diff line change
@@ -24,4 +24,4 @@ jobs:
- run: |
wget --quiet http://public.yegor256.com/simian.jar -O /tmp/simian.jar
- run: |
java -jar /tmp/simian.jar -threshold=16 -excludes=**/gen -excludes=**/it **/*.java
java -jar /tmp/simian.jar -threshold=18 -excludes=**/gen -excludes=**/it **/*.java
Original file line number Diff line number Diff line change
@@ -30,10 +30,17 @@ SOFTWARE.
<xsl:variable name="t">
<xsl:choose>
<xsl:when test="@base">
<xsl:text>bound</xsl:text>
<xsl:choose>
<xsl:when test="@cut">
<xsl:text>formed</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:text>bound</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
<xsl:text>free</xsl:text>
<xsl:text>void</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
Loading

0 comments on commit b112122

Please sign in to comment.