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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last files that are not versioned are dune-workspace files and the user configuration file in ~/.config/dune/config. It seems worth versioning them before the 1.0.0 otherwise it will be hard to do it afterwards. It is a bit more complicated to version those and keep backward compatibility, so I suggest the following plan:
jbuilder ignores dune-workspace files
jbuilder parses workspace files in jbuild syntax
jbuilder accepts a user configuration file without (lang ...) and in this case parses it in jbuild syntax
dune ignores jbuild-workspace and jbuild-workspaceXXX files
dune requires (lang dune ...) in workspace files
dune requires (lang dune ...) in the user configuration file
The text was updated successfully, but these errors were encountered:
The last files that are not versioned are
dune-workspace
files and the user configuration file in~/.config/dune/config
. It seems worth versioning them before the 1.0.0 otherwise it will be hard to do it afterwards. It is a bit more complicated to version those and keep backward compatibility, so I suggest the following plan:jbuilder
ignoresdune-workspace
filesjbuilder
parses workspace files in jbuild syntaxjbuilder
accepts a user configuration file without(lang ...)
and in this case parses it in jbuild syntaxdune
ignoresjbuild-workspace
andjbuild-workspaceXXX
filesdune
requires(lang dune ...)
in workspace filesdune
requires(lang dune ...)
in the user configuration fileThe text was updated successfully, but these errors were encountered: