blangSDK
blangSDK copied to clipboard
Blang's software development kit
Very small typo, but one that I see when working with NRPT. Not sure if these changes would break any existing code?
- Check generative distribution emitting an observed real/int/.. and with no outgoing edges - Doctor the fixed real/int value to be actually modifiable - Then at each iteration: 1. Compute...
Solution might be to just to refactor to follow these instructions more carefully: http://xtext.github.io/xtext-gradle-plugin/xtext-builder.html note the different source organization, and extra configs
Running `blang --help` leads to the following output (only grabbed a snippet of it) on macOS: ``` Compilation { Note: this may take more time the first time the command...
E.g. if no internet connection, will not show that it cannot resolve dependencies Be more specific in what is silenced in StandAlone
Version: be3bbce Fixed in: https://github.com/UBC-Stat-ML/blangSDK/commit/eeaba3aa493c03b170acc86a40fba6de533f6d07#diff-a82ae04972228cc12ea17d6dd56e1c22R127 Error message example: ``` ERROR:Exponential cannot be resolved. (file:Example.bl line : 13 column : 13) ERROR:Exponential cannot be resolved. (file:Example.bl line : 14 column :...
Current code not robust. Reproduce by creating a dependencies.txt as follows: ``` ca.ubc.stat:conifer:2.0.4 ``` **note empty line** **NOT** ``` ca.ubc.stat:conifer:2.0.4 ``` call `blang` cli and it should crash. standalone compiler...