This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env jruby | |
require 'swt' | |
# swt gem doesn't appear to import the ScrolledComposite we need | |
# Looking at docs it's plenty old enough to be in any Java version we support | |
module Swt | |
include_package 'org.eclipse.swt.custom' | |
module Custom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warming up -------------------------------------- | |
small.png by filename | |
220.000 i/100ms | |
small.png by tmp 75.000 i/100ms | |
small.png by raw bytes | |
533.000 i/100ms | |
Calculating ------------------------------------- | |
small.png by filename | |
2.390k (± 5.7%) i/s - 12.100k in 5.079918s | |
small.png by tmp 925.886 (± 8.1%) i/s - 4.650k in 5.059677s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_position | |
absolute_file_path | |
add_child | |
add_mouse_hover_control | |
add_to_parent | |
adjust_current_position | |
after_initialize | |
aliceblue | |
align | |
angle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./gradlew forceConfigurationResolution analyzeClassesDependencies --stacktrace | |
> Task :analyzeClassesDependencies FAILED | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':analyzeClassesDependencies'. | |
> Cannot change dependencies of dependency configuration ':apiHelper' after it has been resolved. | |
* Try: |
OlderNewer