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

Erlang's /= and =/= #8

Closed
dmitriid opened this issue May 7, 2015 · 6 comments
Closed

Erlang's /= and =/= #8

dmitriid opened this issue May 7, 2015 · 6 comments

Comments

@dmitriid
Copy link

dmitriid commented May 7, 2015

Two more additions to inequalities would be nice: Erlang's inequality operators /= and =/=

@tonsky
Copy link
Owner

tonsky commented May 7, 2015

/= will conflict with C-like languages (divide and assign). =/= could be added

@turbohz
Copy link

turbohz commented May 7, 2015

Is this a common issue? I mean the language conflicts.
Because a font per language would prevent that.

How difficult is to make these changes and compile the font?
I could help, but I don't know where to start.
Any suggestions? Maybe some online tutorial?

@tonsky
Copy link
Owner

tonsky commented May 7, 2015

Not common, but I remember I discarded some ligature because of that. Probably it was a /= :)
Fira Code is language-agnostic. But other fonts can be created based on it, sure. Right now there’s no clean pipeline for building Fira Code from sources (see mozilla/Fira#62 and mozilla/Fira#75). I just open OTF, and ligatures, package it back. I used RoboFont for that, but Fira designers are apparently using Glyphs 2 preview

@turbohz
Copy link

turbohz commented May 7, 2015

Thanks, that will do!

@tonsky
Copy link
Owner

tonsky commented May 7, 2015

Added =/= in 0.2

@tonsky tonsky closed this as completed May 7, 2015
@dmitriid
Copy link
Author

You rock!

Losangelosgenetics pushed a commit to Losangelosgenetics/FiraCode that referenced this issue Mar 12, 2020
Defer db connection test until sqlite db file exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants