- ReasonML Quick Start Guide
- Raphael Rafatpanah Bruno Joseph D'mello
- 78字
- 2021-07-02 12:34:16
The warnings field
If we wanted to force this warning to throw an error instead, we note the error number from the preceding snippet and change the warnings field of bsconfig.json to the following:
"warnings": {
"error": "+101+8" // added "+8"
},
To turn all warnings into errors, use the following code:
"warnings": {
"error": "A"
},
For a complete list of warning numbers, check out https://caml.inria.fr/pub/docs/manual-ocaml/comp.html#sec281 (scroll down a bit).
推薦閱讀
- RCNP實驗指南:構建高級的路由互聯網絡(BARI)
- Django 2 by Example
- 新一代物聯網架構技術:分層算力網絡
- HTML5 Game development with ImpactJS
- 企業私有云建設指南
- 電力物聯網工程技術原理與應用
- Getting Started with Grunt:The JavaScript Task Runner
- 物聯網與智能家居
- Master Apache JMeter:From Load Testing to DevOps
- 網管第一課:網絡操作系統與配置管理
- 5G+區塊鏈
- 網絡綜合布線(第2版)
- 5G技術核心與增強:從R15到R17
- 智能物聯網:區塊鏈與霧計算融合應用詳解
- 網絡信息安全工程技術與應用分析