Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimerDude committed Jul 17, 2021
1 parent 9ffe1e1 commit 25de835
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions com.xored.f4.core/fan/manifest/FantomProjectListener.fan
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ internal class DeltaVisitor2 {
IProject[] openedProjects := IProject[,]
IProject[] updatedProjects := IProject[,]

** Return 'true' to also visit children.
Bool visit(IResourceDelta? delta) {
resource := delta.getResource

Expand Down
2 changes: 1 addition & 1 deletion com.xored.f4.core/fan/util/ParseUtil.fan
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ParseUtil : TypeUtil
{
t != null && t.inheritance.any |Str baseName -> Bool|
{
baseType := ns.findType(baseName)
baseType := ns.findType(baseName)
return baseType?.qname == qNameBase || inherits(baseType, qNameBase, ns)
}
}
Expand Down
12 changes: 4 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,22 +113,18 @@
<configuration>
<resolver>p2</resolver>
<environments>
<!--
-->
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
<arch>x86_64</arch>
</environment>
<!--
-->
-->
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
<arch>x86</arch>
</environment>
<!--
-->
<environment>
<os>linux</os>
<ws>gtk</ws>
Expand All @@ -144,7 +140,7 @@
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<!--
<!--
-->
</environments>
<formats>
Expand Down

0 comments on commit 25de835

Please sign in to comment.