IBundleGroupProvider[] providers = Platform.getBundleGroupProviders();
if (providers != null) {
for (IBundleGroupProvider provider : providers) {
IBundleGroup[] bundleGroups = provider.getBundleGroups();
for (IBundleGroup group : bundleGroups) {
if (group.getIdentifier().equals(featureId)) {
version = group.getVersion();
}
}
}
}
}
What does Zigler actually give you over a raw C NIF? The allocator story is
more interesting than I expected
-
New BEAM There, Done That with Isaac Yonemoto (Zigler creator) and Garrison
Hinson-Hasty (Systems Programming with Zig) covering Zig as a NIF language
fo...
10 hours ago


No comments:
Post a Comment