From 25de8356319fbae2b7a73a3530e5a4c4fe301a71 Mon Sep 17 00:00:00 2001 From: Steve Eynon <3326741+SlimerDude@users.noreply.github.com> Date: Sat, 17 Jul 2021 10:40:35 +0100 Subject: [PATCH] . --- .../fan/manifest/FantomProjectListener.fan | 1 + com.xored.f4.core/fan/util/ParseUtil.fan | 2 +- pom.xml | 12 ++++-------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/com.xored.f4.core/fan/manifest/FantomProjectListener.fan b/com.xored.f4.core/fan/manifest/FantomProjectListener.fan index 580939c7..0750bbde 100644 --- a/com.xored.f4.core/fan/manifest/FantomProjectListener.fan +++ b/com.xored.f4.core/fan/manifest/FantomProjectListener.fan @@ -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 diff --git a/com.xored.f4.core/fan/util/ParseUtil.fan b/com.xored.f4.core/fan/util/ParseUtil.fan index 3059f0b3..06d7fb0c 100644 --- a/com.xored.f4.core/fan/util/ParseUtil.fan +++ b/com.xored.f4.core/fan/util/ParseUtil.fan @@ -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) } } diff --git a/pom.xml b/pom.xml index 399248af..56e6615c 100644 --- a/pom.xml +++ b/pom.xml @@ -113,22 +113,18 @@ p2 - win32 win32 - x86 + x86_64 + --> win32 win32 - x86_64 + x86 - linux gtk @@ -144,7 +140,7 @@ cocoa x86_64 -