This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| bcc [2017/07/09 11:18] – korshun | bcc [2018/02/16 20:11] (current) – korshun | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * **GitHub:** https:// | * **GitHub:** https:// | ||
| - | ===== Known bugs ===== | + | <note tip>If you are using BCC, use [[BCSUtils]].</ |
| - | ==== Named clientside scripts are not clientside ==== | + | ===== Functions return 0 by default (not a bug) ===== |
| - | + | ||
| - | BCC fails to mark named clientside scripts as clientside, so they end up actually being serverside. Instead, it marks an unnamed script as clientside. | + | |
| - | + | ||
| - | Details: https:// | + | |
| - | + | ||
| - | ==== Functions return 0 by default (not a bug) ==== | + | |
| < | < | ||
| Line 33: | Line 27: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| + | ===== Fixed bugs ===== | ||
| + | |||
| + | <note tip> | ||
| + | |||
| + | ==== Named clientside scripts are not clientside [fixed in 0.8.0] ==== | ||
| + | |||
| + | BCC fails to mark named clientside scripts as clientside, so they end up actually being serverside. Instead, it marks an unnamed, not necessarily existing script as clientside. | ||
| + | |||
| + | Details: https:// | ||
| + | |||