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

mauvaise localisation sur une erreur de pattern matching self #2621

Closed
vicuna opened this issue Nov 26, 2000 · 2 comments
Closed

mauvaise localisation sur une erreur de pattern matching self #2621

vicuna opened this issue Nov 26, 2000 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Nov 26, 2000

Original bug ID: 230
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Florian Douetteau
Version: 3.00
OS: linux
Submission from: marsu.ens.fr (129.199.131.41)

on the following programm (with a '#' missing before the second hurry) :

class type hurry = object end
class up = object (self : hurry) end

i get the following error message :

ocamlc self_pattern.ml
File "self_pattern.ml", line 1, characters -1--1:
This pattern cannot match self: it only matches values of type hurry

@vicuna
Copy link
Author

vicuna commented Nov 26, 2000

Comment author: administrator

File "self_pattern.ml", line 1, characters -1--1:
This pattern cannot match self: it only matches values of type hurry

Vu. Repare dans la version de travail. Merci pour le rapport. Si vous voulez
un patch, y'a qu'a demander.

-- Damien

@vicuna
Copy link
Author

vicuna commented Jan 23, 2001

Comment author: administrator

Fixed 2000-11-26

@vicuna vicuna closed this as completed Jan 23, 2001
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant