Skip to content

REPL does not read version from fregec.jar? #33

@Ingo60

Description

@Ingo60

I just downloaded Frege REPL 1.2.1-SNAPSHOT, and changed the fregei shell script so that it uses frege3.22.525-g704b834.jar.

However, the version displayed is still 424:

ingo@freguntu:/tmp$ frepl  # just alias to fregei
/home/ingo/bin/java
Welcome to Frege 3.22.524-gcc99d7e (Oracle Corporation Java HotSpot(TM) 64-Bit Server VM, 1.8.0_40)

frege> :version
3.22.524-gcc99d7e

frege> 10-2*3
4

But because it outputs the correct result from the expression (instead 24) means that it actually uses the 525 jar.

I think it would be better to report the actual version from frege.Version. For, when we get a bug report, it'll be hard to establish which frege jar is actually used otherwise.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions