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

Add back BLCursor as deprecated #404

Merged
merged 2 commits into from
Jan 19, 2024
Merged

Add back BLCursor as deprecated #404

merged 2 commits into from
Jan 19, 2024

Conversation

jecisc
Copy link
Member

@jecisc jecisc commented Jan 18, 2024

Fixes #403

Sorry for the inconvenance

Fixes #403 

Sorry for the inconvenance
@tinchodias
Copy link
Collaborator

Thanks Cyril, it was my responsibility before merging to realize a deprecation was needed, but i merged too fast!

@jecisc
Copy link
Member Author

jecisc commented Jan 18, 2024

This should be good now

@tinchodias
Copy link
Collaborator

Thanks @jecisc

@tinchodias tinchodias merged commit ccb1af7 into dev-1.0 Jan 19, 2024
12 checks passed
@tinchodias
Copy link
Collaborator

It was BlCursor, with Bl not BL :) I'm pushing the rename :)

@tinchodias tinchodias deleted the fix-cursor branch January 19, 2024 18:55
tinchodias added a commit that referenced this pull request Jan 19, 2024
This change complements #404

Tested in a workspace with:

selectors := BlCursor class selectors.
c := Object subclass: #PruebaCursor.
selectors do: [ :each |
	c compile: ('{1} ^ BlCursor {1}' format: { each }) ].
selectors collect: [ :each |
	each -> (c new perform: each) ].
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.

Regression on BlCursor
2 participants