-
Notifications
You must be signed in to change notification settings - Fork 674
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
New release #7966
New release #7966
Conversation
There is time yet for #7967 ? |
PE approved, but not to merge yet (it helps me to know if results are to compute again or not) |
a595d96
to
012a88f
Compare
When using --> Working on Test::Pod
Fetching https://backpan.perl.org/authors/id/E/ET/ETHER/Test-Pod-1.52.tar.gz ... OK
Configuring Test-Pod-1.52 ... OK
Building and testing Test-Pod-1.52 ... OK
Successfully installed Test-Pod-1.52
Building and testing AppConfig-1.71 ... OK
Successfully installed AppConfig-1.71
Building and testing Template-Toolkit-3.102 ... OK
Successfully installed Template-Toolkit-3.102
! Installing the dependencies failed: Module 'Config::Any' is not installed
! Bailing out the installation for Dancer2-0.400001.
! Installing the dependencies failed: Module 'Dancer2' is not installed
! Bailing out the installation for ..
42 distributions installed the cpanfile is requires 'Dancer2', '>= 0.4, < 0.5'; any idea ? |
@enghitalo I've nearly finish to repair some projects here, you can finish #7932 to take update train |
Great. #7932 has a bug related to the route, which I haven't had time to analyze how to solve yet. I believe this PR would only be finalized in the next release. :/ |
By the way, in V, "weekly.2024.47" can be already updated to "weekly.2024.48" |
yep done in this PR |
@mimiMonads could you check bun implementation for vixeny ? |
@aantron When I am in the container, I have
the dockerfile I use is FROM ocaml/opam:debian-12-ocaml-5.2
WORKDIR /usr/src/app
USER root
RUN apt-get update -y && apt-get install pkg-config libev-dev libssl-dev libgmp-dev -y
RUN apt-get -qy install curl
USER opam
COPY 'server.opam' 'server.opam'
COPY 'server.ml' 'server.ml'
COPY 'dune' 'dune'
COPY 'dune-project' 'dune-project'
RUN opam install --deps-only --yes .
ENTRYPOINT dune exec --root . ./server.exe
HEALTHCHECK CMD curl --fail http://0.0.0.0:3000 || exit 1 |
@Kayden1412 for
|
@snowbldr |
@donywan for error: npm package '@jsr/oak__oak' does not exist. |
@dominikzogg for |
Yes,npm mirrors is not lastest version,use |
@waghanza i have to update that dependency. I am for holiday and will look into it next week. |
@greenlaw110 for /opt/web/runroot@6c4ef42303b6:/opt/web# /opt/web/run
_ _ _ _ _ ___
|_) |_ |\ | / |_| |\/| /\ |_) |/ __ /\ / |
|_) |_ | \| \_ | | | | /--\ | \ |\ /--\ \_ |
powered by ActFramework r1.9.2-c4fe6
version: unknown
scan pkg: benchmark.act
base dir: /opt/web
pid: 19
profile: prod
mode: PROD
OS: Linux
jdk: OpenJDK 64-Bit Server VM 11
zen: Beautiful is better than ugly.
- Zen of Python
Exception in thread "main" java.lang.IllegalArgumentException
at act.asm.ClassReader.<init>(ClassReader.java:170)
at act.asm.ClassReader.<init>(ClassReader.java:153)
at act.app.AppClassLoader.scanByteCode(AppClassLoader.java:314)
at act.app.AppClassLoader.scan(AppClassLoader.java:266)
at act.app.App.scanAppCodes(App.java:1868)
at act.app.App.refresh(App.java:783)
at act.app.AppManager.load(AppManager.java:77)
at act.app.AppManager$_F$1.visit(AppManager.java:145)
at act.app.AppManager$_F$1.visit(AppManager.java:141)
at org.osgl.Lang$Visitor.apply(Lang.java:2462)
at org.osgl.Lang$Visitor.apply(Lang.java:2452)
at act.app.AppScanner.scan(AppScanner.java:91)
at act.app.AppScanner.scan(AppScanner.java:71)
at act.app.AppManager.loadSingleApp(AppManager.java:55)
at act.Act.startup(Act.java:338)
at act.Act.startup(Act.java:1322)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.osgl.Lang.invokeStatic(Lang.java:8150)
at act.Act.bootstrap(Act.java:1221)
at act.Act.start(Act.java:703)
at benchmark.act.AppEntry.main(AppEntry.java:29) |
@waghanza hopefully it works with https://www.npmjs.com/package/@chubbyts/chubbyts-http-uwebsockets-bridge/v/1.2.4 |
Missing