Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version bumps #5

Merged
merged 4 commits into from
Feb 18, 2025

adding latest boxlang to source

6b2f976
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

version bumps #5

adding latest boxlang to source
6b2f976
Select commit
Loading
Failed to load commit list.
GitHub Actions / lucee@6 Test Results succeeded Feb 18, 2025 in 0s

All 23 tests pass in 0s

23 tests  ±0   23 ✅ ±0   0s ⏱️ ±0s
 2 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 6b2f976. ± Comparison against earlier commit 64dfeb8.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / lucee@6 Test Results

23 tests found

There are 23 tests, see "Raw output" for the full list of tests.
Raw output
tests.specs.ModuleSpec ‑ cbproxies creation can create a BiConsumer
tests.specs.ModuleSpec ‑ cbproxies creation can create a BiFunction
tests.specs.ModuleSpec ‑ cbproxies creation can create a BinaryOperator
tests.specs.ModuleSpec ‑ cbproxies creation can create a Callable
tests.specs.ModuleSpec ‑ cbproxies creation can create a Comparator
tests.specs.ModuleSpec ‑ cbproxies creation can create a Consumer
tests.specs.ModuleSpec ‑ cbproxies creation can create a Function
tests.specs.ModuleSpec ‑ cbproxies creation can create a FutureFunction
tests.specs.ModuleSpec ‑ cbproxies creation can create a Predicate
tests.specs.ModuleSpec ‑ cbproxies creation can create a Runnable
tests.specs.ModuleSpec ‑ cbproxies creation can create a Supplier
tests.specs.ModuleSpec ‑ cbproxies creation can create a ToDoubleFunction
tests.specs.ModuleSpec ‑ cbproxies creation can create a ToIntFunction
tests.specs.ModuleSpec ‑ cbproxies creation can create a ToLongFunction
tests.specs.ModuleSpec ‑ cbproxies threaded execution can create a Runnable in another thread
tests.specs.OptionalTests ‑ CB Optional Story: I can create optionals Given a java optional Then it should build it with that optional
tests.specs.OptionalTests ‑ CB Optional Story: I can create optionals Given nothing to the constructor Then it should build an empty optional
tests.specs.OptionalTests ‑ CB Optional can equal optionals
tests.specs.OptionalTests ‑ CB Optional can get a hash code
tests.specs.OptionalTests ‑ CB Optional can invoke if present consumers
tests.specs.OptionalTests ‑ CB Optional can return orElse() 
tests.specs.OptionalTests ‑ CB Optional can return orElseGet() 
tests.specs.OptionalTests ‑ CB Optional can return toString() representations