Skip to content
Sign up
Product
Features
Mobile
Actions
Codespaces
Copilot
Packages
Security
Code review
Issues
Integrations
GitHub Sponsors
Customer stories
Team
Enterprise
Explore
Explore GitHub
Learn and contribute
Topics
Collections
Trending
Skills
GitHub Sponsors
Open source guides
Connect with others
The ReadME Project
Events
Community forum
GitHub Education
GitHub Stars program
Marketplace
Pricing
Plans
Compare plans
Contact Sales
Education
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this organization
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
{{ message }}
apache
/
couchdb-snappy
Public
Notifications
Fork
13
Star
6
Code
Pull requests
2
Actions
Projects
0
Security
Insights
More
Code
Pull requests
Actions
Projects
Security
Insights
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat: support Erlang 23
Loading branch information
janl
committed
Mar 13, 2021
1 parent
2afaa9e
commit
a8e55ee13b818badf28552ec96b89470801793ee
Showing
1 changed file
with
1 addition
and
1 deletion
.
Split
Unified
There are no files selected for viewing
2
rebar.config
Show comments
View file
Edit file
Delete file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
@@ -1,4 +1,4 @@
{
require_otp_vsn
,
"
R14|R15|R16|17|18|19|20|21|22
"
}.
{
require_otp_vsn
,
"
R14|R15|R16|17|18|19|20|21|22
|23
"
}.
{
erl_opts
, [
debug_info
,
warn_unused_vars
,
warn_shadow_vars
,
warn_unused_import
]}.
{
port_sources
, [
"
c_src/*.cc
"
,
Toggle all file notes
Toggle all file annotations
0 comments on commit
a8e55ee
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.