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

10 packages from savonet/liquidsoap-release-assets #26968

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

toots
Copy link
Contributor

@toots toots commented Nov 26, 2024

This pull-request concerns:

  • liquidsoap.2.3.0: Swiss-army knife for multimedia streaming
  • liquidsoap-core.2.3.0: Liquidsoap core library and binary
  • liquidsoap-js.2.3.0: Liquidsoap language - javascript wrapper
  • liquidsoap-lang.2.3.0: Liquidsoap language library
  • liquidsoap-libs.2.3.0: Liquidosap standard library
  • liquidsoap-libs-extra.2.3.0: Liquidosap standard library -- extra functionalities
  • liquidsoap-mode.2.3.0: Liquidosap emacs mode
  • prometheus-liquidsoap.2: Virtual package installing liquidsoap dependencies for prometheus optional features
  • sdl-liquidsoap.3: Virtual package installing liquidsoap dependencies for SDL optional features
  • tls-liquidsoap.1: Virtual package install liquidosap dependencies for TLS optional features


🐫 Pull-request generated by opam-publish v2.3.0

@mseri
Copy link
Member

mseri commented Nov 28, 2024

There is still some problem: OpamSolution.Fetch_fail("https://github.com/savonet/liquidsoap/archive/refs/tags/v2.2.0.tar.gz (curl: code 404 while downloading https://github.com/savonet/liquidsoap/archive/refs/tags/v2.2.0.tar.gz)")

@toots
Copy link
Contributor Author

toots commented Nov 28, 2024

There is still some problem: OpamSolution.Fetch_fail("https://github.com/savonet/liquidsoap/archive/refs/tags/v2.2.0.tar.gz (curl: code 404 while downloading https://github.com/savonet/liquidsoap/archive/refs/tags/v2.2.0.tar.gz)")

Thanks. Should be fixed.

For reference, it looks like a bug or change on github: tarballs that have a tag and branch with the same name fail to download now.

@mseri
Copy link
Member

mseri commented Nov 29, 2024

I don't know where this may be coming from, but all the lower bounds tests are failing with errors like

# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/lang/.liquidsoap_lang.objs/byte -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/dune-private-libs/dune-section -I /home/opam/.opam/4.14/lib/dune-site -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/saturn_lockfree -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I src/console/.console.objs/byte -intf-suffix .ml -no-alias-deps -open Liquidsoap_lang -o src/lang/.liquidsoap_lang.objs/byte/liquidsoap_lang__Runtime.cmo -c -impl src/lang/runtime.pp.ml)
# File "src/lang/runtime.ml", line 366, characters 34-45:
# 366 |             let _, expr = mk_expr interactive lexbuf in
#                                         ^^^^^^^^^^^
# Error: This expression has type
#          (Liquidsoap_lang.Parser.token * Lexing.position * Lexing.position,
#           Liquidsoap_lang.Term.t)
#          MenhirLib.Convert.revised =
#            (unit ->
#             Liquidsoap_lang.Parser.token * Lexing.position * Lexing.position) ->
#            Liquidsoap_lang.Term.t
#        but an expression was expected of type
#          Liquidsoap_lang.Term_reducer.processor =
#            (unit ->
#             Liquidsoap_lang.Parser.token * Lexing.position * Lexing.position) ->
#            Liquidsoap_lang.Parser_helper.Term.t
#        Type
#          Liquidsoap_lang.Term.t =
#            Liquidsoap_lang.Term.ast Liquidsoap_lang.Runtime_term.term
#        is not compatible with type
#          Liquidsoap_lang.Parser_helper.Term.t = Liquidsoap_lang.Parsed_term.t 
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/lang/.liquidsoap_lang.objs/byte -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/dune-private-libs/dune-section -I /home/opam/.opam/4.14/lib/dune-site -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/saturn_lockfree -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I src/console/.console.objs/byte -intf-suffix .ml -no-alias-deps -open Liquidsoap_lang -o src/lang/.liquidsoap_lang.objs/byte/liquidsoap_lang__Parser.cmo -c -impl src/lang/parser.pp.ml)
# File "src/lang/parser.ml", line 1:
# Error: The implementation src/lang/parser.pp.ml
#        does not match the interface src/lang/.liquidsoap_lang.objs/byte/liquidsoap_lang__Parser.cmi:
#         Values do not match:
#           val time_predicate :
#             (Lexing.lexbuf -> token) ->
#             Lexing.lexbuf -> Liquidsoap_lang.Parser_helper.Term.t
#         is not included in
#           val time_predicate :
#             (Lexing.lexbuf -> token) ->
#             Lexing.lexbuf -> Liquidsoap_lang.Term.t
#         The type
#           (Lexing.lexbuf -> token) ->
#           Lexing.lexbuf -> Liquidsoap_lang.Parser_helper.Term.t
#         is not compatible with the type
#           (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Liquidsoap_lang.Term.t
#         Type
#           Liquidsoap_lang.Parser_helper.Term.t =
#             Liquidsoap_lang.Parsed_term.t
#         is not compatible with type
#           Liquidsoap_lang.Term.t =
#             Liquidsoap_lang.Term.ast Liquidsoap_lang.Runtime_term.term 
#         File "src/lang/parser.mli", line 92, characters 0-73:
#           Expected declaration
#         File "src/lang/parser.ml", line 19488, characters 4-18:
#           Actual declaration
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -O2 -I src/lang/.liquidsoap_lang.objs/byte -I src/lang/.liquidsoap_lang.objs/native -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/dune-private-libs/dune-section -I /home/opam/.opam/4.14/lib/dune-site -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/saturn_lockfree -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I src/console/.console.objs/byte -I src/console/.console.objs/native -intf-suffix .ml -no-alias-deps -open Liquidsoap_lang -o src/lang/.liquidsoap_lang.objs/native/liquidsoap_lang__Parser.cmx -c -impl src/lang/parser.pp.ml)
# File "src/lang/parser.ml", line 1:
# Error: The implementation src/lang/parser.pp.ml
#        does not match the interface src/lang/.liquidsoap_lang.objs/byte/liquidsoap_lang__Parser.cmi:
#         Values do not match:
#           val time_predicate :
#             (Lexing.lexbuf -> token) ->
#             Lexing.lexbuf -> Liquidsoap_lang.Parser_helper.Term.t
#         is not included in
#           val time_predicate :
#             (Lexing.lexbuf -> token) ->
#             Lexing.lexbuf -> Liquidsoap_lang.Term.t
#         The type
#           (Lexing.lexbuf -> token) ->
#           Lexing.lexbuf -> Liquidsoap_lang.Parser_helper.Term.t
#         is not compatible with the type
#           (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Liquidsoap_lang.Term.t
#         Type
#           Liquidsoap_lang.Parser_helper.Term.t =
#             Liquidsoap_lang.Parsed_term.t
#         is not compatible with type
#           Liquidsoap_lang.Term.t =
#             Liquidsoap_lang.Term.ast Liquidsoap_lang.Runtime_term.term 
#         File "src/lang/parser.mli", line 92, characters 0-73:
#           Expected declaration
#         File "src/lang/parser.ml", line 19488, characters 4-18:
#           Actual declaration
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/lang/.liquidsoap_lang.objs/byte -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/dune-private-libs/dune-section -I /home/opam/.opam/4.14/lib/dune-site -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/saturn_lockfree -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I src/console/.console.objs/byte -no-alias-deps -open Liquidsoap_lang -o src/lang/.liquidsoap_lang.objs/byte/liquidsoap_lang__Term_preprocessor.cmo -c -impl src/lang/term/term_preprocessor.pp.ml)
# File "src/lang/term/term_preprocessor.ml", line 75, characters 27-34:
# 75 |             mk_expr ~fname program lexbuf)
#                                 ^^^^^^^
# Error: This expression has type
#          (Liquidsoap_lang.Parser.token * Lexing.position * Lexing.position,
#           Liquidsoap_lang.Term.t)
#          MenhirLib.Convert.revised =
#            (unit ->
#             Liquidsoap_lang.Parser.token * Lexing.position * Lexing.position) ->
#            Liquidsoap_lang.Term.t
#        but an expression was expected of type
#          (unit ->
#           Liquidsoap_lang.Parser.token * Lexing.position * Lexing.position) ->
#          Liquidsoap_lang.Parser_helper.Term.t
#        Type
#          Liquidsoap_lang.Term.t =
#            Liquidsoap_lang.Term.ast Liquidsoap_lang.Runtime_term.term
#        is not compatible with type
#          Liquidsoap_lang.Parser_helper.Term.t = Liquidsoap_lang.Parsed_term.t 

@toots
Copy link
Contributor Author

toots commented Nov 29, 2024

I don't know where this may be coming from, but all the lower bounds tests are failing with errors like

# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/lang/.liquidsoap_lang.objs/byte -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/dune-private-libs/dune-section -I /home/opam/.opam/4.14/lib/dune-site -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/saturn_lockfree -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I src/console/.console.objs/byte -intf-suffix .ml -no-alias-deps -open Liquidsoap_lang -o src/lang/.liquidsoap_lang.objs/byte/liquidsoap_lang__Runtime.cmo -c -impl src/lang/runtime.pp.ml)
# File "src/lang/runtime.ml", line 366, characters 34-45:
# 366 |             let _, expr = mk_expr interactive lexbuf in
#                                         ^^^^^^^^^^^
# Error: This expression has type
#          (Liquidsoap_lang.Parser.token * Lexing.position * Lexing.position,
#           Liquidsoap_lang.Term.t)
#          MenhirLib.Convert.revised =
#            (unit ->
#             Liquidsoap_lang.Parser.token * Lexing.position * Lexing.position) ->
#            Liquidsoap_lang.Term.t
#        but an expression was expected of type
#          Liquidsoap_lang.Term_reducer.processor =
#            (unit ->
#             Liquidsoap_lang.Parser.token * Lexing.position * Lexing.position) ->
#            Liquidsoap_lang.Parser_helper.Term.t
#        Type
#          Liquidsoap_lang.Term.t =
#            Liquidsoap_lang.Term.ast Liquidsoap_lang.Runtime_term.term
#        is not compatible with type
#          Liquidsoap_lang.Parser_helper.Term.t = Liquidsoap_lang.Parsed_term.t 
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/lang/.liquidsoap_lang.objs/byte -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/dune-private-libs/dune-section -I /home/opam/.opam/4.14/lib/dune-site -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/saturn_lockfree -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I src/console/.console.objs/byte -intf-suffix .ml -no-alias-deps -open Liquidsoap_lang -o src/lang/.liquidsoap_lang.objs/byte/liquidsoap_lang__Parser.cmo -c -impl src/lang/parser.pp.ml)
# File "src/lang/parser.ml", line 1:
# Error: The implementation src/lang/parser.pp.ml
#        does not match the interface src/lang/.liquidsoap_lang.objs/byte/liquidsoap_lang__Parser.cmi:
#         Values do not match:
#           val time_predicate :
#             (Lexing.lexbuf -> token) ->
#             Lexing.lexbuf -> Liquidsoap_lang.Parser_helper.Term.t
#         is not included in
#           val time_predicate :
#             (Lexing.lexbuf -> token) ->
#             Lexing.lexbuf -> Liquidsoap_lang.Term.t
#         The type
#           (Lexing.lexbuf -> token) ->
#           Lexing.lexbuf -> Liquidsoap_lang.Parser_helper.Term.t
#         is not compatible with the type
#           (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Liquidsoap_lang.Term.t
#         Type
#           Liquidsoap_lang.Parser_helper.Term.t =
#             Liquidsoap_lang.Parsed_term.t
#         is not compatible with type
#           Liquidsoap_lang.Term.t =
#             Liquidsoap_lang.Term.ast Liquidsoap_lang.Runtime_term.term 
#         File "src/lang/parser.mli", line 92, characters 0-73:
#           Expected declaration
#         File "src/lang/parser.ml", line 19488, characters 4-18:
#           Actual declaration
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -O2 -I src/lang/.liquidsoap_lang.objs/byte -I src/lang/.liquidsoap_lang.objs/native -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/dune-private-libs/dune-section -I /home/opam/.opam/4.14/lib/dune-site -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/saturn_lockfree -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I src/console/.console.objs/byte -I src/console/.console.objs/native -intf-suffix .ml -no-alias-deps -open Liquidsoap_lang -o src/lang/.liquidsoap_lang.objs/native/liquidsoap_lang__Parser.cmx -c -impl src/lang/parser.pp.ml)
# File "src/lang/parser.ml", line 1:
# Error: The implementation src/lang/parser.pp.ml
#        does not match the interface src/lang/.liquidsoap_lang.objs/byte/liquidsoap_lang__Parser.cmi:
#         Values do not match:
#           val time_predicate :
#             (Lexing.lexbuf -> token) ->
#             Lexing.lexbuf -> Liquidsoap_lang.Parser_helper.Term.t
#         is not included in
#           val time_predicate :
#             (Lexing.lexbuf -> token) ->
#             Lexing.lexbuf -> Liquidsoap_lang.Term.t
#         The type
#           (Lexing.lexbuf -> token) ->
#           Lexing.lexbuf -> Liquidsoap_lang.Parser_helper.Term.t
#         is not compatible with the type
#           (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Liquidsoap_lang.Term.t
#         Type
#           Liquidsoap_lang.Parser_helper.Term.t =
#             Liquidsoap_lang.Parsed_term.t
#         is not compatible with type
#           Liquidsoap_lang.Term.t =
#             Liquidsoap_lang.Term.ast Liquidsoap_lang.Runtime_term.term 
#         File "src/lang/parser.mli", line 92, characters 0-73:
#           Expected declaration
#         File "src/lang/parser.ml", line 19488, characters 4-18:
#           Actual declaration
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/lang/.liquidsoap_lang.objs/byte -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/dune-private-libs/dune-section -I /home/opam/.opam/4.14/lib/dune-site -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/saturn_lockfree -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I src/console/.console.objs/byte -no-alias-deps -open Liquidsoap_lang -o src/lang/.liquidsoap_lang.objs/byte/liquidsoap_lang__Term_preprocessor.cmo -c -impl src/lang/term/term_preprocessor.pp.ml)
# File "src/lang/term/term_preprocessor.ml", line 75, characters 27-34:
# 75 |             mk_expr ~fname program lexbuf)
#                                 ^^^^^^^
# Error: This expression has type
#          (Liquidsoap_lang.Parser.token * Lexing.position * Lexing.position,
#           Liquidsoap_lang.Term.t)
#          MenhirLib.Convert.revised =
#            (unit ->
#             Liquidsoap_lang.Parser.token * Lexing.position * Lexing.position) ->
#            Liquidsoap_lang.Term.t
#        but an expression was expected of type
#          (unit ->
#           Liquidsoap_lang.Parser.token * Lexing.position * Lexing.position) ->
#          Liquidsoap_lang.Parser_helper.Term.t
#        Type
#          Liquidsoap_lang.Term.t =
#            Liquidsoap_lang.Term.ast Liquidsoap_lang.Runtime_term.term
#        is not compatible with type
#          Liquidsoap_lang.Parser_helper.Term.t = Liquidsoap_lang.Parsed_term.t 

This is looking good now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants