Skip to content
#

typesafe

Here are 123 public repositories matching this topic...

chaos
f00stx
f00stx commented Apr 22, 2020

Installing from source on MacOS Catalina (other versions untested) seems to require that you manually add Homebrew's version of bison and flex to your path, and the appropriate LDFLAGS/CPPFLAGS etc, otherwise make fails. The XCode toolchain's version of bison fails with:

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bison: invalid option -- W

Coul

opensorceror
opensorceror commented Jan 3, 2019

Size-in-bytes conversion should be explicitly (not optionally) specified by user using size | <size>. Unless this is explicitly specified, tscfg should assume it is a string by default; no implicit conversion should be done. (This is also the default behaviour of Typesafe Config.)

Example:

In each of the following cases, tscfg currently generates a variable memory of type Long,

Improve this page

Add a description, image, and links to the typesafe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the typesafe topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.