Giter VIP home page Giter VIP logo

Comments (10)

raboof avatar raboof commented on August 26, 2024

That's weird, it seems to work for me.

I'm on ocaml 4.07.1, which are you on?

from zshprof.

raboof avatar raboof commented on August 26, 2024

Are you sure you're on the latest master? "Callgrind.ml", line 23, characters 17-22 doesn't quite seem to make sense.

from zshprof.

ningzimu avatar ningzimu commented on August 26, 2024

That's weird, it seems to work for me.

I'm on ocaml 4.07.1, which are you on?

I'm on ocaml 4.08.1 and ocamlfind 1.8.1 and opam 2.0.5.
Just now, I re-clone the latest source code, but got the same error. my steps are as follows(my computer is macbook pro, the system version is 10.15.1):

brew install ocaml
brew install opam
brew install qcachegrind
git clone https://github.com/raboof/zshprof.git
cd zshprof
opam init
eval `opam config env`
opam install ocamlfind
ocamlfind ocamlopt -linkpkg -thread -package str Callgrind.ml ZshXtrace.ml ZshXtraceToCallgrind.ml && ./a.out < /tmp/zshstart.70535.log  > zsh.callgrind

Then the error appeared

$ ocamlfind ocamlopt -linkpkg -thread -package str Callgrind.ml ZshXtrace.ml ZshXtraceToCallgrind.ml && ./a.out < /tmp/zshstart.70535.log  > zsh.callgrind
File "Callgrind.ml", line 23, characters 17-22:
Error: This expression has type func but an expression was expected of type
         file

I am not familiar with the module ocaml, so I don't quite understand how to deal with this error.

from zshprof.

raboof avatar raboof commented on August 26, 2024

Weird, with ocaml 4.08.1 and ocamlfind 1.8.1 (not using opam) I still can't reproduce the problem.

I must have looked in the wrong place before, "Callgrind.ml", line 23, characters 17-22 actually does make sense. I changed things around a bit to make them less ambiguous. Perhaps that solves something, or otherwise at least it should produce a better error message.

Could you give the updated master a try?

from zshprof.

ningzimu avatar ningzimu commented on August 26, 2024

Weird, with ocaml 4.08.1 and ocamlfind 1.8.1 (not using opam) I still can't reproduce the problem.

I must have looked in the wrong place before, "Callgrind.ml", line 23, characters 17-22 actually does make sense. I changed things around a bit to make them less ambiguous. Perhaps that solves something, or otherwise at least it should produce a better error message.

Could you give the updated master a try?

I updated the master, the new error is:

$ ocamlfind ocamlopt -linkpkg -thread -package str Callgrind.ml ZshXtrace.ml ZshXtraceToCallgrind.ml && ./a.out < /tmp/zshstart.70535.log  > zsh.callgrind
File "ZshXtraceToCallgrind.ml", line 14, characters 6-16:
Error: Unbound record field label depth

from zshprof.

raboof avatar raboof commented on August 26, 2024

Super weird, I wonder if you have some leftovers from a previous compilations hanging around.

I just now added a Makefile, could you make clean, verify there's no remaining intermediate files, and try again?

from zshprof.

ningzimu avatar ningzimu commented on August 26, 2024

Super weird, I wonder if you have some leftovers from a previous compilations hanging around.

I just now added a Makefile, could you make clean, verify there's no remaining intermediate files, and try again?

It doesn't seem to work

$ make clean
rm log2callgrind *.cmi *.cmx *.o || true
rm: cannot remove 'log2callgrind': No such file or directory
rm: cannot remove '*.cmi': No such file or directory
rm: cannot remove '*.cmx': No such file or directory
rm: cannot remove '*.o': No such file or director
$ make
ocamlfind ocamlopt -linkpkg -thread -package str Callgrind.ml ZshXtrace.ml ZshXtraceToCallgrind.ml -o log2callgrind
File "ZshXtraceToCallgrind.ml", line 14, characters 6-16:
Error: Unbound record field label depth
make: *** [log2callgrind] Error 2

from zshprof.

raboof avatar raboof commented on August 26, 2024

These 'cannot remove' lines are just warnings, so that's OK.

Can you show the output of ls?

from zshprof.

ningzimu avatar ningzimu commented on August 26, 2024

These 'cannot remove' lines are just warnings, so that's OK.

Can you show the output of ls?

Callgrind.ml Makefile README.md ZshXtrace.ml ZshXtraceToCallgrind.m

from zshprof.

raboof avatar raboof commented on August 26, 2024

OK, I'm stumped then: line 14 of ZshXtraceToCallgrind.ml does line.depth where line is a ZshXtrace.line, and in ZshXtrace.md the line record most definitely has a depth...

from zshprof.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.