Opened 23 months ago
Last modified 6 months ago
#66502 new defect
geneweb @5.02: Error: This expression has type string but an expression was expected of type bytes
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | Cc: | ||
Port: | geneweb |
Description
camlp5r pa_extend.cmo q_MLast.cmo -o pa_macro5.ppo pa_macro5.ml ocamlc -c -I `camlp5 -where` -impl pa_macro5.ppo File "pa_macro5.ml", line 103, characters 10-21: 103 | let v = String.copy Sys.ocaml_version in ^^^^^^^^^^^ Alert deprecated: Stdlib.String.copy Strings now immutable: no need to copy File "pa_macro5.ml", line 107, characters 11-12: 107 | | _ -> v.[i] := '_' ]; ^ Error: This expression has type string but an expression was expected of type bytes
Note: See
TracTickets for help on using
tickets.
In f8b11afa7149899126947a41d66c3f2310a88341/macports-ports (master):